This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
processor : 0 | |
vendor_id : GenuineIntel | |
cpu family : 6 | |
model : 42 | |
model name : Intel(R) Core(TM) i7-2700K CPU @ 3.50GHz | |
stepping : 7 | |
cpu MHz : 1600.000 | |
cache size : 8192 KB | |
physical id : 0 | |
siblings : 8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
processor : 0 | |
vendor_id : GenuineIntel | |
cpu family : 6 | |
model : 23 | |
model name : Intel(R) Xeon(R) CPU E5440 @ 2.83GHz | |
stepping : 6 | |
microcode : 0x60f | |
cpu MHz : 2825.970 | |
cache size : 6144 KB | |
physical id : 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
processor : 0 | |
vendor_id : GenuineIntel | |
cpu family : 5 | |
model : 4 | |
model name : Pentium MMX | |
stepping : 3 | |
cpu MHz : 200.446 | |
cache size : 0 KB | |
fdiv_bug : no | |
hlt_bug : no |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
processor : 0 | |
vendor_id : GenuineIntel | |
cpu family : 6 | |
model : 15 | |
model name : Intel(R) Core(TM)2 Duo CPU T7250 @ 2.00GHz | |
stepping : 13 | |
cpu MHz : 2001.000 | |
cache size : 2048 KB | |
physical id : 0 | |
siblings : 2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
processor : 0 | |
vendor_id : GenuineIntel | |
cpu family : 6 | |
model : 15 | |
model name : Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz | |
stepping : 11 | |
microcode : 0xba | |
cpu MHz : 2400.000 | |
cache size : 4096 KB | |
physical id : 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
processor : 0 | |
vendor_id : GenuineIntel | |
cpu family : 6 | |
model : 8 | |
model name : Pentium III (Coppermine) | |
stepping : 6 | |
cpu MHz : 864.358 | |
cache size : 256 KB | |
fdiv_bug : no | |
hlt_bug : no |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import sys, termios, StringIO | |
import Image # PIL | |
class SixelConverter: | |
def __init__(self, image, f8bit = False): | |
if f8bit: # 8bit mode |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
00:0f.0 VGA compatible controller: Number 9 Computer Company Imagine 128-II (rev 02) (prog-if 00 [VGA controller]) | |
Subsystem: Number 9 Computer Company Imagine 128 series 2 4Mb VRAM | |
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- | |
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- | |
Interrupt: pin A routed to IRQ 11 | |
Region 0: Memory at ff400000 (32-bit, prefetchable) [size=4M] | |
Region 1: Memory at ff000000 (32-bit, prefetchable) [size=4M] | |
Region 2: Memory at fe800000 (32-bit, non-prefetchable) [size=4M] | |
Region 3: Memory at fe400000 (32-bit, non-prefetchable) [size=4M] | |
Region 4: Memory at ffbe0000 (32-bit, non-prefetchable) [size=64K] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
processor : 0 | |
vendor_id : GenuineIntel | |
cpu family : 6 | |
model : 7 | |
model name : Pentium III (Katmai) | |
stepping : 3 | |
cpu MHz : 598.926 | |
cache size : 512 KB | |
fdiv_bug : no | |
hlt_bug : no |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, | |
2006, 2007, 2008, 2009, 2010 | |
The NetBSD Foundation, Inc. All rights reserved. | |
Copyright (c) 1982, 1986, 1989, 1991, 1993 | |
The Regents of the University of California. All rights reserved. | |
NetBSD 5.1 (GENERIC) #0: Sat Nov 6 17:09:11 UTC 2010 | |
[email protected]:/home/builds/ab/netbsd-5-1-RELEASE/macppc/201011061943Z-obj/home/builds/ab/netbsd-5-1-RELEASE/src/sys/arch/macppc/compile/GENERIC | |
total memory = 81920 KB | |
avail memory = 70064 KB |