9os

Experimental kernel using plan9 ideas for embedded device
git clone git://git.simple-cc.org/9os
Log | Files | Refs | README | LICENSE

_getheap.s (70B)


      1 	.file	"_getheap.s"
      2 
      3 	.globl	_getheap
      4 _getheap:
      5 	movq	$end,%rax
      6 	retq