[USER] brk syscall

This commit is contained in:
2016-12-21 08:55:27 +01:00
parent 19df873615
commit a2cba95346
8 changed files with 73 additions and 7 deletions

View File

@@ -1,4 +1,5 @@
#pragma once
#define SYS_WRITE 0x001
#define SYS_BRK 0x002
#define SYS_DEBUG 0x3FF