added basic allocator

This commit is contained in:
2025-07-07 20:39:13 +02:00
parent c1a55fa3ff
commit 51ffd98872
6 changed files with 93 additions and 15 deletions
+9
View File
@@ -0,0 +1,9 @@
SYS_EXIT equ 60
SYS_IOCTL equ 16
SYS_WRITE equ 1
SYS_BRK equ 12
STDOUT equ 1
TIOCGWINSZ equ 0x5413
ASCII_ZERO equ 48