Use _brk() from DeforaOS libc
This commit is contained in:
parent
af052c2002
commit
1a3de2c259
|
@ -38,14 +38,6 @@ stack_top:
|
||||||
|
|
||||||
/* text */
|
/* text */
|
||||||
.section .text
|
.section .text
|
||||||
/* brk */
|
|
||||||
.global _brk
|
|
||||||
.type _brk, @function
|
|
||||||
_brk:
|
|
||||||
xor %rax, %rax
|
|
||||||
ret
|
|
||||||
|
|
||||||
|
|
||||||
/* start */
|
/* start */
|
||||||
.global _start
|
.global _start
|
||||||
.type _start, @function
|
.type _start, @function
|
||||||
|
|
Loading…
Reference in New Issue
Block a user