diff --git a/ZealOS-2021-07-23-16_40_39.iso b/ZealOS-2021-07-23-19_14_41.iso
similarity index 99%
rename from ZealOS-2021-07-23-16_40_39.iso
rename to ZealOS-2021-07-23-19_14_41.iso
index 5908a5f3..9c5372e7 100755
Binary files a/ZealOS-2021-07-23-16_40_39.iso and b/ZealOS-2021-07-23-19_14_41.iso differ
diff --git a/docs/Apps/KeepAway/KeepAway.CC.html b/docs/Apps/KeepAway/KeepAway.CC.html
index f7629065..b847afd3 100755
--- a/docs/Apps/KeepAway/KeepAway.CC.html
+++ b/docs/Apps/KeepAway/KeepAway.CC.html
@@ -465,7 +465,7 @@ body {background-color:#000000;}
U0 MyNoise(I64 mS, F64 min_ona, F64 max_ona)
{//Make white noise for given number of mS.
-// See Noise. On bare-metal, Spawn() hogs CPU.
+// See Noise. On bare-metal, Spawn() hogs CPU.
CSoundEffectFrame *ns;
if (mS > 0)
diff --git a/docs/Apps/Strut/Strut.CC.html b/docs/Apps/Strut/Strut.CC.html
index 178f8bdd..aadd9052 100755
--- a/docs/Apps/Strut/Strut.CC.html
+++ b/docs/Apps/Strut/Strut.CC.html
@@ -400,7 +400,7 @@ body {background-color:#000000;}
U0 MyNoise(I64 mS, F64 min_ona, F64 max_ona)
{//Make white noise for given number of mS.
-// See Noise. On bare-metal, Spawn() hogs CPU.
+// See Noise. On bare-metal, Spawn() hogs CPU.
CSoundEffectFrame *ns;
if (mS > 0)
diff --git a/docs/Apps/X-Caliber/X-Caliber.CC.html b/docs/Apps/X-Caliber/X-Caliber.CC.html
index c4f7ff62..aa25a380 100755
--- a/docs/Apps/X-Caliber/X-Caliber.CC.html
+++ b/docs/Apps/X-Caliber/X-Caliber.CC.html
@@ -1058,7 +1058,7 @@ body {background-color:#000000;}
U0 MyNoise(I64 mS, F64 min_ona, F64 max_ona)
{//Make white noise for given number of mS.
-// See Noise. On bare-metal, Spawn() hogs CPU.
+// See Noise. On bare-metal, Spawn() hogs CPU.
CSoundEffectFrame *ns;
if (mS > 0)
diff --git a/docs/Demo/AcctExample/PersonalNotes.DD.html b/docs/Demo/AcctExample/PersonalNotes.DD.html
index ae301fa8..c233801a 100755
--- a/docs/Demo/AcctExample/PersonalNotes.DD.html
+++ b/docs/Demo/AcctExample/PersonalNotes.DD.html
@@ -173,9 +173,9 @@ body {background-color:#000000;}
TODO: Too Hard, or Not Worth Doing.
* AutoComplete/Man() Jmp for user code.
-* Bible sized nodes
+* Bible sized nodes
-* FileMgr() is bad with lots of files.
+* FileMgr() is bad with lots of files.
* Would be nice to have a routine telling how much free memory, so apps can plan a big alloc. This is doable, depending on
how.
@@ -292,7 +292,7 @@ body {background-color:#000000;}
* Make so just CdRom; command to copy entire disk to ::/CdRom directory?
-* MP DepthBuf is a kludge because of dc->depth_buf=NULL in various graphics routines.
+* MP DepthBuf is a kludge because of dc->depth_buf=NULL in various graphics routines.
* Improve editor undo, add redo.
@@ -310,7 +310,7 @@ body {background-color:#000000;}
* GrPutChar3() with depth buf?
* Eliminate? ::/System/Ctrls/CtrlsA.CC?
-* Eliminate? ::/System/ZMathODE.CC?
+* Eliminate? ::/System/MathODE.CC?
* Eliminate? Complex?
* Eliminate? CDC.brush?
* Eliminate? Mat4x4MulXYZ() change to 3x3?
@@ -445,7 +445,7 @@ body {background-color:#000000;}
>Might want to do ZOOM in U8 graphics and convert screen capture to U8
>Might want to rev bit order
-* This Fs->catch_except=TRUE causes problems because it
+* This Fs->catch_except = TRUE causes problems because it
catches divide and out-of-mem. Not sure what to do, yet.
* Release semaphores or break lock sema,usb_td
diff --git a/docs/Demo/Games/FlatTops.CC.html b/docs/Demo/Games/FlatTops.CC.html
index 4b79375b..29c8eab4 100755
--- a/docs/Demo/Games/FlatTops.CC.html
+++ b/docs/Demo/Games/FlatTops.CC.html
@@ -733,7 +733,7 @@ body {background-color:#000000;}
U0 MyNoise(I64 mS, F64 min_ona, F64 max_ona)
{//Make white noise for given number of mS.
-// See Noise. On bare-metal, Spawn() hogs CPU.
+// See Noise. On bare-metal, Spawn() hogs CPU.
CSoundEffectFrame *ns;
if (mS > 0)
diff --git a/docs/Doc/ChangeLog.DD.html b/docs/Doc/ChangeLog.DD.html
index e4d2c351..5b49716a 100755
--- a/docs/Doc/ChangeLog.DD.html
+++ b/docs/Doc/ChangeLog.DD.html
@@ -145,10 +145,10 @@ body {background-color:#000000;}
* Changed GrBitMap to use non-timer rand for drawing speed improvement on multicore.
----04/21/20 18:54:47----
-* Altered Tom Palettes for better visibility.
+* Altered Tom Palettes for better visibility.
----04/21/20 16:13:01----
-* Added start-up intro Splash as a PopUp in Once, after performing a full boot (excludes soft reboots).
+* Added start-up intro Splash as a PopUp in Once, after performing a full boot (excludes soft reboots).
----04/13/20 13:48:15----
* Added PIC_INIT and comments to IntPICInit().
@@ -162,7 +162,7 @@ body {background-color:#000000;}
* Changed BIN_SIGNATURE_VAL from 'TOSB' to 'ZCCB'.
----04/11/20 18:10:58----
-* Beginning efforts to reformat files some. Currently, keeping a temp log of progress at FilesRefactored.
+* Beginning efforts to reformat files some. Currently, keeping a temp log of progress at /Home/FilesRefactored.DD.
----04/10/20 07:44:08----
* R("PIC1", "PIC_1");
@@ -202,7 +202,7 @@ body {background-color:#000000;}
----03/27/20 13:06:00----
* Modified Ctrl Slider for 3D model editor to allow higher precision.
-* Added PaletteSetTom() and PaletteSetTomLight().
+* Added PaletteSetTom() and PaletteSetTomLight().
----03/21/20 19:35:00----
* Added StrReplace(), not fully tested yet.
@@ -241,7 +241,7 @@ body {background-color:#000000;}
----03/16/20 14:44:00----
* R("GetStr", "StrGet");
* Renamed GSF -> SGF as a consequence.
-* Added some AHCI headers.
+* Added some AHCI headers.
----03/12/20 22:00:36----
* Added PaletteSetGruvboxDark().
@@ -267,8 +267,8 @@ body {background-color:#000000;}
----02/22/20 20:04:00----
* Reduced MEM_MIN_MEG to 256 MiB (VMWare users have to do less work).
* Added <CTRL-ALT-X> to AC standby doc.
-* Removed the /System/God directory. Bible.TXT has been removed. The functionality of HolySpirit.CC has been moved into
-::/System/Divination.CC. Functions renamed from God*() to Divine*(). Psalmody GodSong feature disabled. DolDoc "BF:" links
+* Removed the /System/God directory. Bible.TXT has been removed. The functionality of HolySpirit.CC has been moved into
+::/System/Divination.CC. Functions renamed from God*() to Divine*(). Psalmody GodSong feature disabled. DolDoc "BF:" links
removed. CtrlAltB() is free to be used for other things.
* Updated the Charter.
@@ -288,7 +288,7 @@ body {background-color:#000000;}
----02/19/20 21:46:17----
-* GRScreenCaptureWrite() and GRScreenCaptureRead() are broken. DCLoad() and DCSave() use DCF_COMPRESSED. It also saves the
+* GRScreenCaptureWrite() and GRScreenCaptureRead() are broken. DCLoad() and DCSave() use DCF_COMPRESSED. It also saves the
palette as CBGR48, which is a problem.
* Updated MemRep() to report on VBE variables.
* Renamed VGAFlush() -> LFBFlush().
@@ -427,7 +427,7 @@ body {background-color:#000000;}
!!!!!!!!!!!!!!!!!!!!!!!!!!
----04/30/17 22:24:51----
-* CmdLinePmt() doesn't print U0 ans.
+* CmdLinePmt() doesn't print U0 ans.
* Added comma flag StrPrintJoin(,"%,p");
* Enhanced PrintErr() and PrintWarn().
@@ -450,11 +450,11 @@ body {background-color:#000000;}
* Added ::/Doc/BlkChain.DD.
----02/03/17 17:27:36----
-* Added multicore ::/Adam/AMathODE.HC.
+* Added multicore ::/System/MathODE.CC.
* Improved support for sub and super scripts.
----01/31/17 10:22:10----
-* Added ::/Demo/Graphics/LightTable.HC.
+* Added ::/Demo/Graphics/LightTable.CC.
* Added TOS Linux Setup.
----01/27/17 08:13:37----
@@ -481,21 +481,21 @@ body {background-color:#000000;}
----01/24/17 21:56:06----
-* Improved ::/Apps/Psalmody/JukeBox.HC
+* Improved ::/Apps/Psalmody/JukeBox.CC
* R("TreeBranch","Tree");
* Added DocTreeWrite() and DocTreeAppend().
----01/22/17 06:08:00----
*
-* Changed polling of KbdMsHndlr() in WinMgrSleep(), increased fifos.
+* Changed polling of KbdMsHndlr() in WinMgrSleep(), increased fifos.
----01/17/17 18:11:53----
* Fixed $ class offset so #assert's don't lag a token.
----01/17/17 14:39:41----
-* Added blkdev.ins_base0 and blkdev.ins_unit.
+* Added blkdev.ins_base0 and blkdev.ins_unit.
* Added make RedSeaISO() to FileMgr().
-* Added blkdev.dft_iso_c_filename .
+* Added blkdev.dft_iso_c_filename .
----01/17/17 06:12:21----
* R("MIN_...","..._MIN");
@@ -508,22 +508,22 @@ body {background-color:#000000;}
----01/14/17 09:43:12----
* Improved ::/Demo/AcctExample/TOS/TOSHolySpirit.HC.
-* Added cmp U0 Expression warn.
+* Added cmp U0 Expression warn.
* Improved syntax highlighting.
----01/11/17 03:33:33----
*
* R("ChangeLog","ChgLog");
* Added show mouse pos to <CTRL-ALT-G>.
-* Improved TOSRegen().
-* Added Let2Let().
+* Improved TOSRegen().
+* Added Let2Let().
----01/10/17 14:27:58----
* Made DocPut() use parent task's doc if input filter task.
-* Added Once(), AOnce(), OnceFlush(), AOnceFlush(), OnceDrv(), AOnceDrv() and OnceExe().
+* Added Once(), AOnce(), OnceFlush(), AOnceFlush(), OnceDrv(), AOnceDrv() and OnceExe().
* R("DoOnce","Once");
-* Added RegAppend() and RegCnt();
-* R("RegSetDftEntry()","RegDft()");
+* Added RegAppend() and RegCnt();
+* R("RegSetDftEntry()","RegDft()");
* R("RegExeBranch()","RegExe()");
* R("RegWriteBranch()","RegWrite()");
@@ -531,7 +531,7 @@ body {background-color:#000000;}
* Added ::/Adam/InsReg.HC with InsReg(), InsRereg() and InsUnreg().
* Added ::/Adam/Host.HC with HostChgDsk().
* Added ::/Adam/Opt/Utils/TOS.HC with TOSStdIns().
-* Added cmd line args for partition % to DskPrt().
+* Added cmd line args for partition % to DskPrt().
----01/09/17 21:48:34----
* R("a1","arg1");
@@ -547,13 +547,13 @@ body {background-color:#000000;}
* Moved AfterEgypt to the supplemental disk.
----01/06/17 06:07:19----
-* Fixed DskChg().
-* Improved ::/Misc/OSTestSuite.HC.
+* Fixed DskChg().
+* Improved ::/Misc/OSTestSuite.CC.
----01/05/17 04:53:21----
* No longer support ASCII#12, <CTRL-l> CH_FORM_FEED.
* Fixed sys_var_init_flag.
-* GRScrnCaptureRead().
+* GRScrnCaptureRead().
----01/04/17 18:06:14----
* Added ::/Demo/AcctExample/TOS/TOSPolicies.DD.
@@ -563,18 +563,18 @@ body {background-color:#000000;}
* R("Handler","Hndlr");
* R("InputPointer","Mouse");
* Improved MemRep().
-* Changed ::/Adam/WallPaper.HC.
+* Changed ::/System/WallPaper.CC.
----01/03/17 12:23:49----
* R("chars_cmp...","char_bmp...");
* Added chk for Profanity.
-* Improved TOSRegen.
+* Improved TOSRegen.
* Removed TempleOSBooks1.ISO and TempleOSBooks2.ISO out of TempleOSSup1.ISO.
----01/01/17 17:16:16----
*
* Added Collapse().
-* Added CursorRem().
+* Added CursorRem().
----12/31/16 07:21:20----
* R("SYS_SEMA_...","SEMA_...");
@@ -584,11 +584,11 @@ body {background-color:#000000;}
----12/30/16 23:42:20----
* R("Pages512","Pags");
-* Overhauled ::/Kernel/Mem/PageTables.HC.
+* Overhauled ::/Kernel/Memory/PageTables.CC.
* R("BusyWait()","Busy()");
----12/29/16 10:21:44----
-* Changed Snd() from freq to a I8 val called an ona.
+* Changed Snd() from freq to a I8 val called an ona.
* Fixed error in music octaves.
* To convert songs, download Supplemental#1 ISO from the AppStore on http://www.templeos.org and run
Sup1/Sup1Utils/CvtSong500.HC.
@@ -602,7 +602,7 @@ body {background-color:#000000;}
* R("SpriteX3B()","Sprite3XB()");
* R("SpriteY3B()","Sprite3YB()");
* R("SpriteZ3B()","Sprite3ZB()");
-* Improved ::/Demo/Games/Talons.HC.
+* Improved ::/Demo/Games/Talons.CC.
----12/03/16 10:16:26----
* Changed __CMD_LINE__.
@@ -614,82 +614,82 @@ body {background-color:#000000;}
* Added SpriteTransform().
----11/28/16 07:11:41----
-* Improved ::/Apps/Titanium/Titanium.HC.
+* Improved ::/Apps/Titanium/Titanium.CC.
----11/26/16 22:43:51----
-* Added solar storms to ::/Apps/X-Caliber/X-Caliber.HC.
+* Added solar storms to ::/Apps/X-Caliber/X-Caliber.CC.
* R("TimeOut","Titanium");
----11/20/16 19:46:43----
*
-* Improved ::/Apps/Titanium/Titanium.HC.
-* Improved ::/Apps/X-Caliber/X-Caliber.HC.
+* Improved ::/Apps/Titanium/Titanium.CC.
+* Improved ::/Apps/X-Caliber/X-Caliber.CC.
----11/19/16 08:19:51----
* Improved Budget application.
----11/17/16 18:49:51----
* R("EagleDive","Talons");
-* Improved ::/Demo/Games/RocketScience.HC.
-* Improved ::/Demo/Games/Rocket.HC.
+* Improved ::/Demo/Games/RocketScience.CC.
+* Improved ::/Demo/Games/Rocket.CC.
----10/28/16 05:54:27----
-* Added ::/Demo/RadixSort.HC.
+* Added ::/Demo/RadixSort.CC.
----10/26/16 00:21:06----
* Added CProgress.t0.
* Improved ::/Doc/Boot.DD.
----10/25/16 18:02:44----
-* Improved ::/Adam/Gr/SpriteEd.HC.
+* Improved ::/System/Gr/SpriteEd.CC.
* Improved ::/Demo/AcctExample/TOS/TOSHolySpirit.HC.
----10/12/16 10:55:26----
* Added CCF_NO_CHAR_CONST.
-* Improved ::/Demo/ToHtmlToTXTDemo/ToHtml.HC.
+* Improved ::/Demo/ToHtmlToTXTDemo/ToHtml.CC.
----10/03/16 01:09:35----
* Changed GodWord().
----09/30/16 18:29:59----
* Improved Rand()'s.
-* Improved ::/Adam/Opt/Utils/ToTXT.HC.
+* Improved ::/System/Utils/ToTXT.CC.
----09/29/16 10:13:14----
*
-* Added TASKf_CMD_LINE_PMT.
+* Added TASKf_CMD_LINE_PMT.
* Improved TaskWait().
* Improved DeathWait().
----09/27/16 12:40:21----
-* Added SndRst().
-* Got rid of crappy reverb in ::/Apps/Psalmody/PsalmodyMain.HC.
+* Added SndRst().
+* Got rid of crappy reverb in ::/Apps/Psalmody/PsalmodyMain.CC.
----09/27/16 11:09:25----
-* Improved ::/Misc/OSTestSuite.HC.
+* Improved ::/Misc/OSTestSuite.CC.
* Fixed bug in EdCharIns() printing $ cmds.
* Added FUF_JUST_DD and FILEMASK_DD.
----09/27/16 01:05:52----
-* Improved ::/Doc/MemOverview.DD.
+* Improved ::/Doc/MemoryOverview.DD.
* Got rid of ::/Demo/Lectures/Mem.
* Made filename paths relative to document location in DolDoc links.
* R("Temp","Tmp");
----09/26/16 00:44:42----
-* Added CloseAssault and OverRun to ::/Apps/ToTheFront/ToTheFront.HC.
+* Added CloseAssault and OverRun to ::/Apps/ToTheFront/ToTheFront.CC.
----09/22/16 07:53:20----
-* Improved ::/Demo/Graphics/Box.HC.
-* Improved ::/Demo/Graphics/SpritePlot3D.HC.
+* Improved ::/Demo/Graphics/Box.CC.
+* Improved ::/Demo/Graphics/SpritePlot3D.CC.
----09/21/16 17:09:40----
-* Fixed bug in ::/Demo/Games/BomberGolf.HC.
+* Fixed bug in ::/Demo/Games/BomberGolf.CC.
----09/20/16 15:57:30----
* R("Screen","Scrn");
* R("WinMgrSync","Refresh");
-* R("InDbg","DbgMode");
+* R("InDbg","DbgMode");
* Improved ::/Doc/Boot.DD.
----09/20/16 07:31:52----
@@ -716,11 +716,11 @@ body {background-color:#000000;}
* Got rid of MSG_FOCUS, MSG_MOVE, and MSG_SIZE. There are no longer messages for moving and sizing windows.
----09/06/16 02:40:43----
-* Improved ::/Demo/MagicPairs.HC.
+* Improved ::/Demo/MagicPairs.CC.
----08/27/16 09:45:39----
* Improved CPURep().
-* Improved ::/Misc/OSTestSuite.HC.
+* Improved ::/Misc/OSTestSuite.CC.
* Added BirthWait() and DeathWait().
----08/22/16 04:14:47----
@@ -730,21 +730,21 @@ body {background-color:#000000;}
* Improved DocOpt().
----07/17/16 03:23:53----
-* Improved ::/Demo/Games/RawHide.HC.
+* Improved ::/Demo/Games/RawHide.CC.
----07/15/16 10:11:10----
*
-* Improved ::/Demo/Games/Talons.HC.
+* Improved ::/Demo/Games/Talons.CC.
----07/15/16 05:17:24----
-* Created CDevGlbls.uncached_alias.
+* Created CDevGlbls.uncached_alias.
* Added 1 Gig page table support.
----07/13/16 17:21:19----
* Added multicore report to CPURep().
----07/09/16 08:46:36----
-* Changed scoring in ::/Demo/Games/Talons.HC.
+* Changed scoring in ::/Demo/Games/Talons.CC.
* Replaced many "%Q" with "%$Q".
* Fixed '\x24'.
* Added '\d' for '$'.
@@ -759,11 +759,11 @@ body {background-color:#000000;}
----07/06/16 23:45:30----
* Fixed multicore bug in Sprite3().
-* Improved ::/Demo/Games/Talons.HC.
+* Improved ::/Demo/Games/Talons.CC.
----07/05/16 06:03:47----
*
-* Improved ::/Demo/Games/Talons.HC.
+* Improved ::/Demo/Games/Talons.CC.
* Improved GrFillTri0().
----07/03/16 04:30:05----
@@ -772,18 +772,18 @@ body {background-color:#000000;}
* Added BDT_ISO_FILE_READ.
----07/01/16 05:29:08----
-* Made underscore mandatory on HolyC callable asm functions.
+* Made underscore mandatory on HolyC callable asm functions.
----06/28/16 13:15:08----
* Changed TaskRep() and MemRep().
-* Changed ::/Adam/WallPaper.HC.
+* Changed ::/System/WallPaper.CC.
----06/26/16 14:01:16----
* Added LastFun(), RunFile(), RunFile2() and PopUpRunFile().
* Made boot code modular.
----06/24/16 14:15:13----
-* Added A.I. to ::/Apps/KeepAway/KeepAway.HC and changed scoring.
+* Added A.I. to ::/Apps/KeepAway/KeepAway.CC and changed scoring.
----06/24/16 02:55:42----
*
@@ -810,12 +810,12 @@ body {background-color:#000000;}
* <CTRL-ALT-n> is next task.
----06/16/16 19:49:39----
-* Added ::/Doc/Comm.HC.
+* Added ::/Doc/Comm.CC.
* Added ::/Doc/StdTempleOSPC.DD.
* Added ::/Kernel/FontCyrillic.HC. <CTRL-ALT-f>
----06/02/16 03:20:56----
*
-* Added claws to ::/Demo/Games/Talons.HC.
+* Added claws to ::/Demo/Games/Talons.CC.