New installation mechanism, updated to 1.5

This commit is contained in:
ceriel
1991-09-03 14:22:32 +00:00
parent 1b8d6ed5e3
commit f663b592e7
126 changed files with 1923 additions and 280 deletions

14
mach/minix/libsys/exec.s Normal file
View File

@@ -0,0 +1,14 @@
.sect .text; .sect .rom; .sect .data; .sect .bss
.sect .text
.define _execl
.define _execle
.define _execv
.define _execve
_execl:
jmp __execl
_execle:
jmp __execle
_execv:
jmp __execv
_execve:
jmp __execve