Add malloc

This commit is contained in:
Nero 2019-08-30 17:40:47 +00:00
parent 6b424844e9
commit 385bf15414
2 changed files with 59 additions and 1 deletions

View file

@ -98,4 +98,8 @@ start:
%include "intr.asm"
%include "debug.asm"
align 512
%include "malloc.asm"
times 512 nop
align 512