pulled in and adapted the dos code from eradicate
authorJohn Tsiombikas <nuclear@member.fsf.org>
Tue, 18 May 2021 03:06:23 +0000 (06:06 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Tue, 18 May 2021 03:06:23 +0000 (06:06 +0300)
commit387c4948b144c51c5b6fcfb8f558c3becf324f70
treeb4a77927e9a1e324d9d9d11f7bcca3d05b47b3ae
parentb651991a8cb4cf8a1e64c66175f27091c805fdf6
pulled in and adapted the dos code from eradicate
17 files changed:
src/dos/cdpmi.h [new file with mode: 0644]
src/dos/djdpmi.c [new file with mode: 0644]
src/dos/gfx.c [new file with mode: 0644]
src/dos/gfx.h [new file with mode: 0644]
src/dos/logger.c [new file with mode: 0644]
src/dos/logger.h [new file with mode: 0644]
src/dos/main.c
src/dos/pit8254.h [new file with mode: 0644]
src/dos/timer.c [new file with mode: 0644]
src/dos/timer.h [new file with mode: 0644]
src/dos/vbe.c [new file with mode: 0644]
src/dos/vbe.h [new file with mode: 0644]
src/dos/vga.c [new file with mode: 0644]
src/dos/vga.h [new file with mode: 0644]
src/dos/watdpmi.c [new file with mode: 0644]
src/util.c
src/util.h