nickysn
|
bca3cd6160
+ implemented all the remaining msdos file functions
|
12 years ago |
nickysn
|
a463c1f558
+ implemented file routines do_open and do_close for msdos, based on the go32v2 code
|
12 years ago |
nickysn
|
aab6df13ba
* use Seg() instead of DSeg in the msdos rtl
|
12 years ago |
nickysn
|
27559aa5f8
* use Ofs() instead of typecasting to word for getting the offset of a pointer
|
12 years ago |
nickysn
|
d8af51fdab
+ implemented do_read for i8086-msdos
|
12 years ago |
nickysn
|
1077093b08
+ added error checking to the dos file operations
|
12 years ago |
nickysn
|
7b578f3e9c
* reimplemented do_write and do_isdevice in Pascal, using the MsDos procedure
|
12 years ago |
nickysn
|
b2fc6a2f6d
+ basic implementation of do_isdevice for msdos
|
12 years ago |
nickysn
|
e3ce68612c
+ very simple implementation of do_write for i8086-msdos. 'Hello World' now works!!!
|
12 years ago |
nickysn
|
bca7bf78dc
+ added sysheap.inc and sysfile.inc to the msdos target, empty for now
|
12 years ago |