Changes between Version 4 and Version 5 of Testing
- Timestamp:
- 11/17/09 08:31:30 (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Testing
v4 v5 43 43 44 44 {{{ 45 qemu -kernel bzImage -initrd initrd.gz -append "ramdisk_size=34000 root=/dev/ram0 rw kgdbwait kgdboc=ttyS1" -net nic,model=e1000,macaddr=52:54:00:12:34:57 -net socket,mcast=230.0.0.1:1234 -serial stdio -serial pty 45 qemu -kernel bzImage \ 46 -initrd initrd.gz \ 47 -append "ramdisk_size=34000 root=/dev/ram0 rw kgdbwait kgdboc=ttyS1" \ 48 -net nic,model=e1000,macaddr=52:54:00:12:34:57 \ 49 -net socket,mcast=230.0.0.1:1234 \ 50 -serial stdio \ 51 -serial pty 46 52 }}} 47 53 … … 52 58 53 59 Important Note: Be sure to change the macaddr argument to be different for each machine that is invoked, else things will break. 60 61 Optionally you can add a few more useful arguments. 62 63 {{{ 64 qemu -kernel bzImage \ 65 -initrd initrd.gz \ 66 -append "ramdisk_size=34000 root=/dev/ram0 rw kgdbwait kgdboc=ttyS1" \ 67 -net nic,model=e1000,macaddr=52:54:00:12:34:57 \ 68 -net socket,mcast=230.0.0.1:1234 \ 69 -serial stdio \ 70 -serial pty \ 71 -vnc :0 72 }}} 54 73 55 74 == Attaching GDB ==
