Skip to content

Commit

Permalink
Minor documentation file changes
Browse files Browse the repository at this point in the history
Removed entry from the TODO list because issue #178 was created instead
  • Loading branch information
sy2002 committed Oct 29, 2020
1 parent 22edb17 commit 9c4e001
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/monitor-os.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 9c4e001

Please sign in to comment.