sos

[unmaintained] experimenting with low level OS development
Log | Files | Refs | README | LICENSE

grub.cfg (93B)


      1 set timeout=15
      2 set default=0
      3  
      4 menuentry "SOS" {
      5    multiboot /boot/sos-kernel.img
      6    boot
      7 }