diff options
author | Freya Murphy <freya@freyacat.org> | 2024-02-02 16:41:19 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-02-02 16:41:19 -0500 |
commit | 72df91d99ba7e9a032d6cb171571e075d0f6ce53 (patch) | |
tree | 5ccba5a02821a54f953d85a092429939e6c577f0 /src/kmain.c | |
parent | check for bochs (diff) | |
download | corn-72df91d99ba7e9a032d6cb171571e075d0f6ce53.tar.gz corn-72df91d99ba7e9a032d6cb171571e075d0f6ce53.tar.bz2 corn-72df91d99ba7e9a032d6cb171571e075d0f6ce53.zip |
pretty colors
Diffstat (limited to 'src/kmain.c')
-rw-r--r-- | src/kmain.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kmain.c b/src/kmain.c index 476bcdc..bc1d225 100644 --- a/src/kmain.c +++ b/src/kmain.c @@ -1,3 +1,4 @@ +#include "fpu.h" #include <acpi.h> #include <memory.h> #include <lib.h> @@ -8,6 +9,7 @@ #include <pci.h> void kmain(struct boot_info *info) { + enable_fpu(); memory_init(&info->map); pci_init(); fb_init(1024, 768); |