luajitos

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

grub.cfg (215B)


      1 set timeout=0
      2 set default=0
      3 
      4 # Set VESA graphics mode
      5 set gfxmode=1024x768x32
      6 set gfxpayload=keep
      7 
      8 # Load graphics terminal
      9 terminal_output gfxterm
     10 
     11 menuentry "LuaJIT OS" {
     12     multiboot /boot/kernel.bin
     13     boot
     14 }