From ab4e1cfc8c587e4144d847bbd41307eff03130b2 Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Tue, 16 Feb 2021 22:26:47 -0500 Subject: rtc timestamp, knob rand, random terminal color --- src/kernel/main.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/kernel/main.c') diff --git a/src/kernel/main.c b/src/kernel/main.c index 26cc5e4..1fd3182 100644 --- a/src/kernel/main.c +++ b/src/kernel/main.c @@ -4,16 +4,17 @@ #include "window.h" #include "panic.h" #include "boot.h" +#include "cmos.h" +#include "pmap.h" +#include "task.h" #include "util.h" +#include "elf.h" #include "fat.h" #include "ide.h" #include "idt.h" -#include "pmap.h" -#include "task.h" -#include "pci.h" -#include "elf.h" -#include "log.h" #include "kbd.h" +#include "log.h" +#include "pci.h" void _start_user_mode() __attribute__ ((noreturn)); -- cgit v1.2.3