fix: no more random reboot

This commit is contained in:
2024-10-08 23:56:34 +02:00
parent 339224f705
commit 599de25eec
7 changed files with 85 additions and 5 deletions

View File

@ -1,11 +1,9 @@
#include "alloc.h"
#include "gdt.h"
#include "idt.h"
#include "kpanic.h"
#include "kprintf.h"
#include "memory.h"
#include "power.h"
#include "shell.h"
#include "string.h"
#include "terminal.h"
#include <stdbool.h>