initial version
This commit is contained in:
6
mach/i386/libsys/chroot.s
Normal file
6
mach/i386/libsys/chroot.s
Normal file
@@ -0,0 +1,6 @@
|
||||
.sect .text; .sect .rom; .sect .data; .sect .bss
|
||||
.define _chroot
|
||||
.sect .text
|
||||
_chroot:
|
||||
mov ax,61
|
||||
jmp sysx
|
||||
Reference in New Issue
Block a user