cowos

custom OS from scratch in C
git clone git://git.daat.foo/cowos.git
Log | Files | Refs | README | LICENSE

limine.conf (340B)


      1 # Timeout in seconds that Limine will use before automatically booting.
      2 timeout: 5
      3 
      4 # The entry name that will be displayed in the boot menu.
      5 /cowos
      6     # We use the Limine boot protocol.
      7     protocol: limine
      8 
      9     # Path to the kernel to boot. boot():/ represents the partition on which limine.conf is located.
     10     path: boot():/boot/cowos