. function to convert Linux errno to DOS errno.
. convert read/write etc.. routines to return 'correct' errcodes.
. correct the exec routine a little bit (ie JFT, SFT) and enter in in msdos.c
. Add more of the BIOS area variables.
. fixup everything to be more modular (why?, I like modular .... .).
. modify int21_names.h to use printf-like format strings and actually tell parameters and results.
. blocking on repetitive BIOS keypressed? calls
. fix drive allocation information
. Fix directory lookups to root dir
. Fix dos2unix function to parse a unix pathname as well as DOS ones
. Find out why LIST gets FPE errors when trying to read /proc/self/ or near
. Add a corect IOCTl, most of C generated programs use it
. Why a lot of programs hangs after calling i10 fn 12 ?
. Try to quantify the speedup (if any) with using the Kernel CLI/STI/IRET/INT emulation in 1.1.8 +

