diff --git a/TODO.txt b/TODO.txt index ea00baa4..1d02370b 100644 --- a/TODO.txt +++ b/TODO.txt @@ -79,9 +79,6 @@ EMULATOR: * Test, if compilation and running works under Windows -* WASM: Ability to upload .out files (directly fill them into RAM?) and - ability to mount FAT32 file systems via upload - * Emulate all VGA register commands * WASM: Investigate if switching the WebGL context to high performance mode diff --git a/doc/monitor-os.md b/doc/monitor-os.md index f4d890e1..b01b18df 100644 --- a/doc/monitor-os.md +++ b/doc/monitor-os.md @@ -10,6 +10,6 @@ Document at least these things: * Where the OS functions are documented (and link to some demos) * How to call OS functions (SYSCALL) and why to use SYSCALL * How VBCC and the standard C library interact with Monitor and how -* How to use Monitor functions in your C code using qmon.h Monitor is a separate target (mention "machine" vs "target" in VBCC) +* How to use Monitor functions in your C code using qmon.h * How to make and to publish new OS functions (asm, VASM, VBCC)