formatting

This commit is contained in:
Liam Kerr 2026-02-09 18:55:51 +00:00
parent 821716adcc
commit 9e91024f35
9 changed files with 295 additions and 199 deletions

View file

@ -5,17 +5,12 @@
#include <kernel/panic.h>
#include <kernel/memory.h>
void kmain() {
kprintf("Hello, from %s!" , "SquidgeOS");
void kmain()
{
kprintf("Hello, from %s!", "SquidgeOS");
kputs("-------------------");
knewline();
page_init();
//kprint("Stress testing memory...\n");
//while(1) {
// void *p = page_alloc();
//}
test_memory_integrity();
test_memory_alignment();
test_memory_stress();