Add malloc
This commit is contained in:
parent
6b424844e9
commit
385bf15414
2 changed files with 59 additions and 1 deletions
|
@ -98,4 +98,8 @@ start:
|
|||
%include "intr.asm"
|
||||
%include "debug.asm"
|
||||
|
||||
align 512
|
||||
%include "malloc.asm"
|
||||
|
||||
times 512 nop
|
||||
|
||||
align 512
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue