Hey List,
I am trying to compile linux kernel (v 2.6.28.4) for the full system
simulation, basically I need a kernel which can be supplied to both QEMU and
M5.
The kernel was compiled using this command
======================make vmlinux
======================When the simulation is ran it gets stuck at this point in
the terminal window
==========================================
................................
TCP bic registered
NET: Registered protocol family 17
SCTP: Hash tables configured (established 2048 bind 2048)
input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/input/input1
turn off boot console earlyser0
==========================================
Do I have to modify the following statements in FSConfig.py??
===============================================================
self.boot_osflags = 'earlyprintk=ttyS0 console=ttyS0 lpj=7999923 '
'root=/dev/hda1'
===============================================================
For QEMU I provided kernel with this command..
===========================================================================================================================================
qemu-system-x86_64 -hda x86_centos.img -append "root=/dev/hda1
console=ttyS0,115200n8 console=tty0" -kernel /path_kernel/bzImage -ctrl-grab
===========================================================================================================================================
Any idea about what am I missing here!!
Thanks
Shoaib
_______________________________________________
m5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/m5-users