| PCI: bus0: Fast back to back transfers disabled PCI: Configured XX as a PCI slave with 128MB PCI memory PCI: Each Region size is 16384KB PCI: Reserved memory from 0x10080000 to 0x15080000 for DMA and mapped to 0x12000000 |
| Linux NET4.0 for Linux 2.4Based upon Swansea University Computer Society NET3.039 英国威尔士,斯旺西大学的NET3.039, TCP/IP 协议栈 |
| Initializing RT netlink socket |
| Starting kswapd |
| Journalled Block Device driver loaded |
| devfs: v1.12c (20020818) Richard Gooch (rgooch@atnf.csiro.au)devfs: boot_options: 0x1 |
| 设备文件系统devfs,版本1.12c, |
| pty: 256 Unix98 ptys configured |
| linux-2.4.22\drivers\char\Pty.c, 在devfs_mk_dir (NULL, "pts", NULL);时会输出上面的信息。 loop: loaded (max 8 devices) |
| 8139too Fast Ethernet driver 0.9.27eth0: RealTek RTL8139 at 0x60112000, 00:10:0d:42:a0:03, IRQ 14eth0: Identified 8139 chip type 'RTL-8100B/8139D' |
| SCSI subsystem driver Revision: 1.00 |
| mumk_register_tasklet: (1) tasklet 0x905bf9c0 status @0x9025e974 |
| Probing XX Flash Memory |
| Amd/Fujitsu Extended Query Table v1.3 at 0x0040number of CFI chips: 1 |
| Using buffer write method |
| NET4: Linux TCP/IP 1.0 for NET4.0 |
| IP Protocols: ICMP, UDP, TCP, IGMP |
| IP: routing cache hash table of 512 buckets, 4Kbytes |
| ip_rt_init [ linux-2.4.22\net\ipv4\Route.c ],Set the IP module up,路由缓冲hash表 TCP: Hash tables configured (established 8192 bind 8192) TCP协议初始化输出信息。tcp_init [ linux-2.4.22\net\ipv4\Tcp.c ], NET4: Unix domain sockets 1.0/SMP for Linux NET4.0. |
| cramfs: wrong magic |
| 2.4 cramfs_read_super(。。。) /* Do sanity checks on the superblock */ if (super.magic != CRAMFS_MAGIC) { /* check at 512 byte offset */ memcpy(&super, cramfs_read(sb, 512, sizeof(super)), sizeof(super)); if (super.magic != CRAMFS_MAGIC) { printk(KERN_ERR "cramfs: wrong magic\n"); goto out; } } 2.6 if (super.magic != CRAMFS_MAGIC) { if (!silent) printk(KERN_ERR "cramfs: wrong magic\n"); goto out; } |
| mount -o loop -t cramfs /usr.img /usr |