Changes between Version 11 and Version 12 of Building/Grub


Ignore:
Timestamp:
11/24/13 11:40:38 (10 years ago)
Author:
Jinyang
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Building/Grub

    v11 v12  
    120120qemu-system-i386 -m 128 -boot b -hda $1 -hdb fat:. -serial stdio -no-reboot
    121121}}}
     122
     123The grub.cfg:
     124{{{
     125set default="0"
     126set timeout=10
     127
     128menuentry "RTEMS Ticker" {
     129     set root='hd1,msdos1'
     130     multiboot (hd1,msdos1)/examples/ticker.exe
     131
     132}}}