-
Notifications
You must be signed in to change notification settings - Fork 17
NITROS9 hints and kinks
Neal Crook edited this page Mar 3, 2019
·
4 revisions
mdir -e -- module directory (-e for extended)
procs -- list processes
mmap -- memory map
mfree -- free memory
smap -- system (CPU) memory map
chx -- change execution directory
pxd -- print the current execution directory path
dcheck /d3 -- disk integrity check (of /d3 in this case)
chd /d3 -- change working directory
dir -e -- directory of current default disk (-e for extended)
dir <dir> -- directory of (subdirectory) <dir> in current default disk
free /d3 -- report free space on disk (disk /d3 in this case)
- http://os9projects.com/CD_Archive/TUTORIAL/OS9/INSIDEOS9/InsideOS9.pdf
- http://os9projects.com/
- http://sarrazip.com/dev/cmoc.html -- a 6809-generating cross-compiler for a subset of the C language.
- http://www.nitros9.org/sdk/ -- NitrOS-9 build kit for Windows
- http://www.lomont.org/Software/Misc/CoCo/Lomont_CoCoHardware.pdf -- hardware description of the Coco
- https://sites.google.com/a/aaronwolfe.com/cococoding/home -- Aaron Wolfe's collection of tools and documentation
- http://www.rtsi.com/ -- OS-9 software archive
- http://www.colorcomputerarchive.com/
- https://nitros9.sourceforge.io/wiki/index.php/Main_Page -- the official web-site's WIKI
- https://github.com/boisy/nitros9/wiki -- duplicate of the material on the sourceforge WIKI