9os
Experimental kernel using plan9 ideas for embedded device
git clone
git://git.simple-cc.org/9os
Log
|
Files
|
Refs
|
README
|
LICENSE
_getheap.s (72B)
1
.file "_getheap.s"
2
3
.globl _getheap
4
_getheap:
5
movq $0,%rax
6
jmp _brk