Changes between Version 4 and Version 5 of Testing

Show
Ignore:
Timestamp:
11/17/09 08:31:30 (10 months ago)
Author:
spook
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Testing

    v4 v5  
    4343 
    4444{{{ 
    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 
     45qemu -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 
    4652}}} 
    4753 
     
    5258 
    5359Important Note:  Be sure to change the macaddr argument to be different for each machine that is invoked, else things will break. 
     60 
     61Optionally you can add a few more useful arguments. 
     62 
     63{{{ 
     64qemu -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}}} 
    5473 
    5574== Attaching GDB ==