syslinux.cfg 748 B

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