diff --git a/sys/memory.c b/sys/memory.c index 3ad485e..7cc117c 100644 --- a/sys/memory.c +++ b/sys/memory.c @@ -3,12 +3,12 @@ u32 curr = START; -void +void memory_init(void) -{ +{ u32 esp, ebp; ebp = 0x8B7F0; -} +} void *malloc(s32 size) { u32 addr = curr;