Initial revision

This commit is contained in:
ceriel
1987-01-08 10:41:08 +00:00
parent 037c2426ab
commit c2805a25bd
54 changed files with 671 additions and 0 deletions

8
mach/i86/libsys/fstat.s Normal file
View File

@@ -0,0 +1,8 @@
.sect .text; .sect .rom; .sect .data; .sect .bss; .sect .text
.define _fstat
.extern _fstat, cerror
_fstat: int 0x9c
jb 9f
xor ax,ax
ret
9: jmp cerror