David Given
|
dc1f69be83
|
Most of read and write now works; filename-based operations partially work; but
there's a nasty memory corruption somewhere which needs investigating.
|
2022-08-19 00:08:57 +02:00 |
|
David Given
|
48398b072a
|
write() system calls work; start going through the libsys.
|
2022-08-17 22:34:06 +02:00 |
|
David Given
|
1764c6baa2
|
Made realloc work; the 32-bit process can now be resized to include bss and
stack.
|
2022-08-10 16:14:12 +02:00 |
|
David Given
|
d464606dd6
|
We can now load and run 32-bit protected-mode executables. We have not,
however, set up the data segment.
|
2022-08-09 23:49:18 +02:00 |
|
David Given
|
6d9ac0b182
|
Add the nonfunctional boilerplate for the MSDOS 386 port.
|
2022-08-03 20:41:06 +02:00 |
|