Update os.c
This commit is contained in:
parent
d81b2563e3
commit
0e96e8efd8
1 changed files with 1 additions and 13 deletions
14
source/os.c
14
source/os.c
|
@ -13,19 +13,7 @@
|
||||||
#include "debug.h" //panic and stuff
|
#include "debug.h" //panic and stuff
|
||||||
#include "midi.h" //PC speaker MIDI support
|
#include "midi.h" //PC speaker MIDI support
|
||||||
#include "kbd.h" //keyboard stuff
|
#include "kbd.h" //keyboard stuff
|
||||||
#include "THIRDPARTY/nanobyte_os/kernel/memory.h"
|
#include "thirdparty.h"
|
||||||
#include "THIRDPARTY/nanobyte_os/kernel/hal/hal.h"
|
|
||||||
#include "THIRDPARTY/nanobyte_os/kernel/arch/i686/irq.h"
|
|
||||||
#include "THIRDPARTY/nanobyte_os/bootloader/stage2/x86.h"
|
|
||||||
#include "THIRDPARTY/nanobyte_os/bootloader/stage2/fat.h"
|
|
||||||
#include "THIRDPARTY/nanobyte_os/bootloader/stage2/stdio.h"
|
|
||||||
#include "THIRDPARTY/nanobyte_os/bootloader/stage2/x86.h"
|
|
||||||
#include "THIRDPARTY/nanobyte_os/bootloader/stage2/disk.h"
|
|
||||||
#include "THIRDPARTY/nanobyte_os/bootloader/stage2/fat.h"
|
|
||||||
#include "THIRDPARTY/nanobyte_os/bootloader/stage2/memdefs.h"
|
|
||||||
#include "THIRDPARTY/lwext4-master/include/ext4_fs.h"
|
|
||||||
#include "THIRDPARTY/nanobyte_os/bootloader/stage2/minmax.h"
|
|
||||||
#include "THIRDPARTY/nanomodbus/nanomodbus.h"
|
|
||||||
//#include "crashhand.h" //Comming Soon(TM)
|
//#include "crashhand.h" //Comming Soon(TM)
|
||||||
//#include "sticky.h" //module deprecated. use new stick function and new function called delay.
|
//#include "sticky.h" //module deprecated. use new stick function and new function called delay.
|
||||||
//#include "diamondfs.h" //BORKED - USE AT YOUR OWN RISK
|
//#include "diamondfs.h" //BORKED - USE AT YOUR OWN RISK
|
||||||
|
|
Loading…
Reference in a new issue