Adding usermode tree
[tpg/acess2.git] / Usermode / Libraries / libacess.so_src / mm.asm
1 ;
2 ; Acess2 System Interface
3 ;
4 %include "syscalls.inc.asm"
5
6 [BITS 32]
7 [extern _errno]
8
9 [section .text]
10 SYSCALL0        _SysGetPhys, SYS_GETPHYS        ; uint64_t _SysGetPhys(uint addr)
11 SYSCALL1        _SysAllocate, SYS_ALLOCATE      ; uint64_t _SysAllocate(uint addr)

UCC git Repository :: git.ucc.asn.au