feat(panic): funMessages in panic

feat(rand): also implemented rand
This commit is contained in:
karina
2026-04-30 13:09:59 +04:00
parent fa6e8dfe7c
commit b519e69fbd
3 changed files with 40 additions and 1 deletions
-1
View File
@@ -31,7 +31,6 @@ void KernelMain(Bootinfo* bootinfo) {
);
TimerInitialize();
CPUEnableInterrupts();
SchedulerInitialize();
OSLog("Kernel initialized.\n");