Added entry points for ANSI C

This commit is contained in:
ceriel
1990-01-22 11:01:47 +00:00
parent 69e2ddcb49
commit 67f0c95888
36 changed files with 287 additions and 14 deletions

6
mach/i386/libsys/_kill.s Normal file
View File

@@ -0,0 +1,6 @@
.sect .text; .sect .rom; .sect .data; .sect .bss
.define __kill
.sect .text
__kill:
mov ax,37
jmp sysx