syslinux-usb.cfg 630 B

1234567891011121314151617181920212223242526
  1. TIMEOUT 50
  2. DEFAULT vesamenu.c32
  3. MENU TITLE Harvey OS
  4. LABEL 0
  5. TEXT HELP
  6. Boot Harvey kernel as a terminal
  7. ENDTEXT
  8. MENU LABEL Harvey OS (Terminal)
  9. KERNEL mboot.c32
  10. APPEND ../harvey service=terminal maxcores=1024 nvram=/boot/nvram nvrlen=512 nvroff=0 acpiirq=1 mouseport=ps2 vgasize=1024x768x24 monitor=vesa
  11. LABEL 1
  12. TEXT HELP
  13. Boot Harvey kernel as a CPU node
  14. ENDTEXT
  15. MENU LABEL Harvey OS (CPU)
  16. KERNEL mboot.c32
  17. APPEND ../harvey service=cpu maxcores=1024 nvram=/boot/nvram nvrlen=512 nvroff=0 acpiirq=1 mouseport=ps2 vgasize=1024x768x24 monitor=vesa
  18. LABEL 2
  19. MENU LABEL Reboot
  20. TEXT HELP
  21. Restart the computer
  22. ENDTEXT
  23. COM32 reboot.c32