Added entry points for ANSI C
This commit is contained in:
6
mach/i386/libsys/_kill.s
Normal file
6
mach/i386/libsys/_kill.s
Normal file
@@ -0,0 +1,6 @@
|
||||
.sect .text; .sect .rom; .sect .data; .sect .bss
|
||||
.define __kill
|
||||
.sect .text
|
||||
__kill:
|
||||
mov ax,37
|
||||
jmp sysx
|
||||
Reference in New Issue
Block a user