nyan & plamolinux に戻る|目次に戻る|**|次をみる
まず メモリー 何ぞ
# cat /proc/meminfo
total: used: free: shared: buffers: cached:
Mem: 196694016 44564480 152129536 0 5197824 23470080
Swap: 263200768 0 263200768
MemTotal: 192084 kB
MemFree: 148564 kB
MemShared: 0 kB
Buffers: 5076 kB
Cached: 22920 kB
SwapCached: 0 kB
Active: 7524 kB
Inactive: 30688 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 192084 kB
LowFree: 148564 kB
SwapTotal: 257032 kB
SwapFree: 257032 kB
cpu は
# cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 5
model name : Pentium II (Deschutes)
stepping : 1
cpu MHz : 400.917
cache size : 512 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr
bogomips : 799.53
pci は
# cat /proc/pci
PCI devices found:
Bus 0, device 0, function 0:
Host bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 2).
Master Capable. Latency=32.
Prefetchable 32 bit memory at 0xe0000000 [0xe3ffffff].
Bus 0, device 1, function 0:
PCI bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 2).
Master Capable. Latency=64. Min Gnt=136.
Bus 0, device 7, function 0:
ISA bridge: Intel Corp. 82371AB/EB/MB PIIX4 ISA (rev 2).
Bus 0, device 7, function 1:
IDE interface: Intel Corp. 82371AB/EB/MB PIIX4 IDE (rev 1).
Master Capable. Latency=32.
I/O at 0x9030 [0x903f].
Bus 0, device 7, function 2:
USB Controller: Intel Corp. 82371AB/EB/MB PIIX4 USB (rev 1).
IRQ 10.
Master Capable. Latency=32.
I/O at 0x9000 [0x901f].
Bus 0, device 7, function 3:
Bridge: Intel Corp. 82371AB/EB/MB PIIX4 ACPI (rev 2).
IRQ 9.
Bus 0, device 9, function 0:
Multimedia audio controller: Cirrus Logic CS 4610/11\
[CrystalClear SoundFusion Audio Accelerator] (rev 1).
IRQ 11.
Master Capable. Latency=32. Min Gnt=4.Max Lat=24.
Non-prefetchable 32 bit memory at 0x83100000 [0x83100fff].
Non-prefetchable 32 bit memory at 0x83200000 [0x832fffff].
Bus 0, device 13, function 0:
SCSI storage controller: Adaptec AHA-2940U/UW/D / AIC-7881U (rev 1).
IRQ 11.
Master Capable. Latency=32. Min Gnt=8.Max Lat=8.
I/O at 0x7400 [0x74ff].
Non-prefetchable 32 bit memory at 0x81300000 [0x81300fff].
Bus 0, device 16, function 0:
Ethernet controller: Intel Corp. 82557/8/9 [Ethernet Pro 100] (rev 5).
IRQ 10.
Master Capable. Latency=32. Min Gnt=8.Max Lat=56.
Prefetchable 32 bit memory at 0x81301000 [0x81301fff].
I/O at 0x7000 [0x701f].
Non-prefetchable 32 bit memory at 0x81100000 [0x811fffff].
Bus 1, device 0, function 0:
VGA compatible controller: ATI Technologies Inc 3D Rage Pro AGP 1X/2X (rev 92).
Master Capable. Latency=32. Min Gnt=8.
Prefetchable 32 bit memory at 0x82000000 [0x82ffffff].
I/O at 0x8000 [0x80ff].
Non-prefetchable 32 bit memory at 0x81400000 [0x81400fff].
interrupts は
# cat interrupts
CPU0
0: 2576194 XT-PIC timer
1: 2 XT-PIC keyboard
2: 0 XT-PIC cascade
10: 16634 XT-PIC eth0
11: 14 XT-PIC aic7xxx
14: 3972 XT-PIC ide0
15: 2 XT-PIC ide1
NMI: 0
ERR: 0
devices は
# cat devices
Character devices:
1 mem
2 pty
3 ttyp
4 ttyS
5 cua
7 vcs
10 misc
14 sound
128 ptm
136 pts
162 raw
226 drm
Block devices:
1 ramdisk
2 fd
3 ide0
7 loop
22 ide1
ioports は
# cat ioports
0000-001f : dma1
0020-003f : pic1
0040-005f : timer
0060-006f : keyboard
0080-008f : dma page reg
00a0-00bf : pic2
00c0-00df : dma2
00f0-00ff : fpu
0170-0177 : ide1
01f0-01f7 : ide0
02f8-02ff : serial(auto)
0376-0376 : ide1
03c0-03df : vga+
03f6-03f6 : ide0
03f8-03ff : serial(auto)
0440-047f : Intel Corp. 82371AB/EB/MB PIIX4 ACPI
0800-081f : Intel Corp. 82371AB/EB/MB PIIX4 ACPI
0cf8-0cff : PCI conf1
7000-701f : Intel Corp. 82557/8/9 [Ethernet Pro 100]
7000-701f : eepro100
7400-74ff : Adaptec AHA-2940U/UW/D / AIC-7881U
8000-8fff : PCI Bus #01
8000-80ff : ATI Technologies Inc 3D Rage Pro AGP 1X/2X
9000-901f : Intel Corp. 82371AB/EB/MB PIIX4 USB
9030-903f : Intel Corp. 82371AB/EB/MB PIIX4 IDE
9030-9037 : ide0
9038-903f : ide1
version は
# cat version
Linux version 2.4.22 (root@nl) (gcc version 2.95.3 20010315 (release)) \
#5 Sun Jun 6 16:57:37 JST 2004
# ls /usr/lib/setup/ | grep plamo
plamo-3.3
取り敢えず こんな所ですか
にゃんたろう 拝!
2005年 7月 9日 (土) 22:22:03 JST 作成