Documented floating-point status.

This commit is contained in:
dtrg
2007-04-28 22:34:47 +00:00
parent 1189d41aec
commit 65e8bffed3
3 changed files with 7 additions and 0 deletions

View File

@@ -16,6 +16,8 @@ This means that there's not very much memory available. It would be very easy
to change it to run in SMALL mode, where CS occupies one segment and DS and SS
another, which would give 64kB for nearly all programs; I just haven't done it.
IEEE floating point is available, but requires an FPU.
This port only implements a very limited set of syscalls --- and most of those
are stubs required to make the demo apps link. File descriptors 0, 1 and 2
represent the console. All reads block. There's enough TTY emulation to allow