From 0e96e8efd80ff7119546755b03c368a624f3c006 Mon Sep 17 00:00:00 2001 From: Sam Sneed <163201376+sam-sneed@users.noreply.github.com> Date: Mon, 3 Jun 2024 18:03:57 +0000 Subject: [PATCH] Update os.c --- source/os.c | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/source/os.c b/source/os.c index 191a1d1..43b17eb 100644 --- a/source/os.c +++ b/source/os.c @@ -13,19 +13,7 @@ #include "debug.h" //panic and stuff #include "midi.h" //PC speaker MIDI support #include "kbd.h" //keyboard stuff -#include "THIRDPARTY/nanobyte_os/kernel/memory.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 "thirdparty.h" //#include "crashhand.h" //Comming Soon(TM) //#include "sticky.h" //module deprecated. use new stick function and new function called delay. //#include "diamondfs.h" //BORKED - USE AT YOUR OWN RISK