cowos

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

bootloader.h (151B)


      1 #ifndef BOOTLOADER_H
      2 #define BOOTLOADER_H
      3 
      4 #include "limine.h"
      5 
      6 #define DEFINE_LIMINE_REQUESTS
      7 #include "limine_requests.h"
      8 
      9 #endif /* BOOTLOADER_H */