Convert the DOS installer to C like everything else.
authorhpa <hpa>
Wed, 15 Dec 2004 12:34:42 +0000 (12:34 +0000)
committerhpa <hpa>
Wed, 15 Dec 2004 12:34:42 +0000 (12:34 +0000)
commite5b229c776a5de62121a18a981119484d367ad90
tree9995adbc26ca4f19be997e82c77dec5859fefe1b
parent883466394bb699dfbae62fcf025586c43a77e481
Convert the DOS installer to C like everything else.
19 files changed:
dos/Makefile
dos/atou.c [new file with mode: 0644]
dos/code16.h [new file with mode: 0644]
dos/com16.ld [new file with mode: 0644]
dos/conio.c [new file with mode: 0644]
dos/crt0.S [new file with mode: 0644]
dos/errno.h [new file with mode: 0644]
dos/free.c [new file with mode: 0644]
dos/malloc.c [new file with mode: 0644]
dos/malloc.h [new file with mode: 0644]
dos/mystuff.h [new file with mode: 0644]
dos/perror.c [new file with mode: 0644]
dos/printf.c [new file with mode: 0644]
dos/skipatou.c [new file with mode: 0644]
dos/stdio.h [new file with mode: 0644]
dos/stdlib.h [new file with mode: 0644]
dos/string.h [new file with mode: 0644]
dos/syslinux.asm [deleted file]
dos/syslinux.c [new file with mode: 0644]