Initial revision
This commit is contained in:
19
mach/pdp/libsys/mount.s
Normal file
19
mach/pdp/libsys/mount.s
Normal file
@@ -0,0 +1,19 @@
|
||||
#include "sys.h"
|
||||
.globl _mount
|
||||
.globl _errno
|
||||
|
||||
_mount:
|
||||
mov 2(sp),0f+2
|
||||
mov 4(sp),0f+4
|
||||
mov 6(sp),0f+6
|
||||
sys indir; 0f
|
||||
bec 1f
|
||||
mov r0,_errno
|
||||
mov $-1,r0
|
||||
rts pc
|
||||
1:
|
||||
clr r0
|
||||
rts pc
|
||||
.data
|
||||
0:
|
||||
sys mount; ..; ..; ..
|
||||
Reference in New Issue
Block a user