feature: memory limit with multiboot (wip, still crashing)

This commit is contained in:
2024-11-07 13:45:29 +01:00
parent a72c3ca195
commit 5fccbf3708
7 changed files with 304 additions and 28 deletions

View File

@ -46,5 +46,4 @@ void merdella_cmd(char *arg)
{
(void)arg;
kprintf(POOP);
int i = 1 / 0;
}