mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-28 16:26:35 +00:00
93c19f3f1b
Add column headers to Rep functions. Change MEM_EXTRA_HASH2_PAGS to 1. (Revert this later if it causes bugs.)
952 lines
139 KiB
HTML
Executable file
952 lines
139 KiB
HTML
Executable file
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html;charset=US-ASCII">
|
|
<meta name="generator" content="ZealOS V1.04">
|
|
<style type="text/css">
|
|
body {background-color:#1f1f1f;}
|
|
.c0F{color:#1f1f1f;background-color:#e3e3e3;}
|
|
.cF0{color:#e3e3e3;background-color:#1f1f1f;}
|
|
.cF1{color:#4f84a6;background-color:#1f1f1f;}
|
|
.cF2{color:#73a255;background-color:#1f1f1f;}
|
|
.cF3{color:#297582;background-color:#1f1f1f;}
|
|
.cF4{color:#b34f4b;background-color:#1f1f1f;}
|
|
.cF5{color:#8a52c3;background-color:#1f1f1f;}
|
|
.cF6{color:#b7822f;background-color:#1f1f1f;}
|
|
.cF7{color:#444444;background-color:#1f1f1f;}
|
|
.cF8{color:#6d6d6d;background-color:#1f1f1f;}
|
|
.cF9{color:#94bfde;background-color:#1f1f1f;}
|
|
.cFA{color:#a1ce97;background-color:#1f1f1f;}
|
|
.cFB{color:#6db4be;background-color:#1f1f1f;}
|
|
.cFC{color:#e88e88;background-color:#1f1f1f;}
|
|
.cFD{color:#ca94e8;background-color:#1f1f1f;}
|
|
.cFE{color:#d4b475;background-color:#1f1f1f;}
|
|
.cFF{color:#1f1f1f;background-color:#1f1f1f;}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<pre style="font-family:monospace;font-size:12pt">
|
|
<a name="l1"></a><span class=cF5> ChangeLog</span><span class=cF0>
|
|
<a name="l2"></a></span><span class=c0F>----10/30/21 05:02:51----</span><span class=cF0>
|
|
<a name="l3"></a>* Added column headers to Rep functions.
|
|
<a name="l4"></a>* Changed </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Utils/Profiler.CC.html#l61"><span class=cF4>ProfRep</span></a><span class=cF0> to sort by hits.
|
|
<a name="l5"></a>
|
|
<a name="l6"></a></span><span class=c0F>----10/26/21 12:38:12----</span><span class=cF0>
|
|
<a name="l7"></a>* Raised version number to 1.04.
|
|
<a name="l8"></a>* Optimized </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KUtils.CC.html#l64"><span class=cF4>MemCopy</span></a><span class=cF0> to use SSE instructions. Large performance boost on bare-metal.
|
|
<a name="l9"></a>* Reverted </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/Display.CC.html#l1"><span class=cF4>RawPutChar</span></a><span class=cF0> scrolling functionality now that MemCopy is faster.
|
|
<a name="l10"></a>* Removed all kludge MyNoise functions from Apps and Demos now that MemCopy is faster.
|
|
<a name="l11"></a>* Added call to </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/Display.CC.html#l92"><span class=cF4>LFBFlush</span></a><span class=cF0> in </span><a href="https://zeal-operating-system.github.io/ZealOS/System/TaskSettings.CC.html#l94"><span class=cF4>SettingsPop2</span></a><span class=cF0> to fix task-swap palette bugs.
|
|
<a name="l12"></a>* Improved </span><a href="https://zeal-operating-system.github.io/ZealOS/Apps/ToTheFront/ToTheFront.CC.html#l193"><span class=cF4>ToTheFront</span></a><span class=cF0> game explanation.
|
|
<a name="l13"></a>
|
|
<a name="l14"></a></span><span class=c0F>----10/18/21 01:16:10----</span><span class=cF0>
|
|
<a name="l15"></a>* Raised version number to 1.03.
|
|
<a name="l16"></a>* Increased </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l1889"><span class=cF4>CInst</span></a><span class=cF0> opcode size from 4 to 8.
|
|
<a name="l17"></a>* </span><span class=cF9><u>Added 3 operand support to assembler</u></span><span class=cF0>.
|
|
<a name="l18"></a>* Added almost all SSE instructions to OpCodes.DD. SSE instructions operating on MMX registers were not implemented.
|
|
<a name="l19"></a>* Fixed </span><a href="https://zeal-operating-system.github.io/ZealOS/Compiler/UAsm.CC.html#l370"><span class=cF4>0x66 prefix unassembly opcode reporting</span></a><span class=cF0>, assembler now </span><a href="https://zeal-operating-system.github.io/ZealOS/Compiler/Asm.CC.html#l1027"><span class=cF4>prevents duplicate REX</span></a><span class=cF0> for prefixed SSE instructions. The
|
|
<a name="l20"></a>tradeoff for fixing this is that 0x66, 0xF2, or 0xF3 prefixed SSE opcodes can only use XMM0-XMM7 RAX-RDI.
|
|
<a name="l21"></a>
|
|
<a name="l22"></a></span><span class=c0F>----10/09/21 04:05:32----</span><span class=cF0>
|
|
<a name="l23"></a>* Added MOVQ, PMOVMSKB, MINPS, MAXPS, XORPS, CVTSI2SD, and CVTSD2SI assembly opcodes to OpCodes.DD.
|
|
<a name="l24"></a>
|
|
<a name="l25"></a></span><span class=c0F>----10/07/21 18:06:15----</span><span class=cF0>
|
|
<a name="l26"></a>* Raised version number to 1.02.
|
|
<a name="l27"></a>* Fixed Std Font characters after char 128.
|
|
<a name="l28"></a>* Added links to ZealOS-specific applications in PersonalMenu.
|
|
<a name="l29"></a>* Removed all files from ::/Downloads.
|
|
<a name="l30"></a>* Started initial work integrating SSE instructions into assembler. </span><span class=cF9><u>See changes here.</u></span><span class=cF0> Only added 2 arg opcodes and only added
|
|
<a name="l31"></a>instructions <= 4 bytes. </span><span class=c0F>Current bugs</span><span class=cF0>: unassembling SSE instructions that use non-128-bit vars will incorrectly report U128,
|
|
<a name="l32"></a>MOVHLPS and MOVLHPS 2nd operand is defined XMM128 to hack ModrM order but operands should be XMM XMM, due to MOVSD name clash
|
|
<a name="l33"></a>we define opcode as MOVSD_SSE. </span><span class=c0F>TODO</span><span class=cF0>: add CosmiC U128 and XMM register allocation support, find way to ensure 16-byte aligned
|
|
<a name="l34"></a>stack to use aligned SSE instructions.
|
|
<a name="l35"></a>
|
|
<a name="l36"></a></span><span class=c0F>----09/21/21 23:35:00----</span><span class=cF0>
|
|
<a name="l37"></a>* Raised version number to 1.01.
|
|
<a name="l38"></a>* Fixed </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Gr/GrScreen.CC.html#l150"><span class=cF4>GrZoomInScreen</span></a><span class=cF0>, added to </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Gr/GrScreen.CC.html#l360"><span class=cF4>GrCalcScreenUpdates</span></a><span class=cF0> to factor in zoom, added call to </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/Display.CC.html#l92"><span class=cF4>LFBFlush</span></a><span class=cF0> in </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Gr/GrEnd.CC.html#l9"><span class=cF4>CtrlAltZ</span></a><span class=cF0>.
|
|
<a name="l39"></a>
|
|
<a name="l40"></a></span><span class=c0F>----09/15/21 20:33:11----</span><span class=cF0>
|
|
<a name="l41"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Doc/EdPullDown.DD.html#l70"><span class=cF4>WinMax</span></a><span class=cF0> to EdPullDown menu.
|
|
<a name="l42"></a>
|
|
<a name="l43"></a></span><span class=c0F>----08/23/21 02:28:07----</span><span class=cF0>
|
|
<a name="l44"></a>* Added recognition of Linux swap and ext2/3/4 filesystem type in </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/BlkDev/DiskAddDev.CC.html#l148"><span class=cF4>BlkDevAdd</span></a><span class=cF0>, added </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l3367"><span class=cF4>MBR_PT_LINUX</span></a><span class=cF0> and </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l3368"><span class=cF4>MBR_PT_SWAP</span></a><span class=cF0>, removed
|
|
<a name="l45"></a>MBR_PT_FAT12, added "LINUX" and "SWAP" to </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KDefine.CC.html#l226"><span class=cF4>ST_DRIVE_TYPES</span></a><span class=cF0>.
|
|
<a name="l46"></a>
|
|
<a name="l47"></a></span><span class=c0F>----08/17/21 02:42:53----</span><span class=cF0>
|
|
<a name="l48"></a>* Raised version number to 1.00.
|
|
<a name="l49"></a>* Added progress bars to </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/BlkDev/DiskCDDVD.CC.html#l93"><span class=cF4>DVDImageRead</span></a><span class=cF0>.
|
|
<a name="l50"></a>
|
|
<a name="l51"></a></span><span class=c0F>----08/16/21 20:35:44----</span><span class=cF0>
|
|
<a name="l52"></a>* Raised version number to 0.17.
|
|
<a name="l53"></a>* Fixed </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/BlkDev/DiskCDDVD.CC.html#l92"><span class=cF4>DVDImageRead</span></a><span class=cF0> block count.
|
|
<a name="l54"></a>* Changed left window border text to use </span><a href="https://zeal-operating-system.github.io/ZealOS/System/DolDoc/DocRecalcLib.CC.html#l77"><span class=cF4>inverted color attribute</span></a><span class=cF0>.
|
|
<a name="l55"></a>* Fixed </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/BlkDev/DiskCDDVD.CC.html#l35"><span class=cF4>ISOInit</span></a><span class=cF0> to account for non-ZealOS CISOPriDesc.
|
|
<a name="l56"></a>
|
|
<a name="l57"></a></span><span class=c0F>----08/16/21 00:17:55----</span><span class=cF0>
|
|
<a name="l58"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l2917"><span class=cF4>CAtapiCloseCmd</span></a><span class=cF0>.
|
|
<a name="l59"></a>* Added try-catch blocks to </span><a href="https://zeal-operating-system.github.io/ZealOS/System/BlkDev/Mount.CC.html#l100"><span class=cF4>SATARep</span></a><span class=cF0> and </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/BlkDev/DiskAHCI.CC.html#l1131"><span class=cF4>AHCIBootDVDProbeAll</span></a><span class=cF0>.
|
|
<a name="l60"></a>
|
|
<a name="l61"></a></span><span class=c0F>----08/15/21 01:51:08----</span><span class=cF0>
|
|
<a name="l62"></a>* Raised version number to 0.16.
|
|
<a name="l63"></a>* Changed </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/BlkDev/DiskCDDVD.CC.html#l218"><span class=cF4>DVDImageWrite</span></a><span class=cF0> to single-buffer single-threaded instead of dual-buffer multi-threaded.
|
|
<a name="l64"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l2908"><span class=cF4>CAtapiWriteCmd</span></a><span class=cF0>.
|
|
<a name="l65"></a>
|
|
<a name="l66"></a></span><span class=c0F>----08/13/21 18:26:14----</span><span class=cF0>
|
|
<a name="l67"></a>* Fixed padding byte amount in </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l3160"><span class=cF4>CISOPriDesc</span></a><span class=cF0>, added preparer_id member and set in </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Boot/DiskISORedSea.CC.html#l82"><span class=cF4>RedSeaISO9660</span></a><span class=cF0>.
|
|
<a name="l68"></a>
|
|
<a name="l69"></a></span><span class=c0F>----08/13/21 15:57:12----</span><span class=cF0>
|
|
<a name="l70"></a>* Changed </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Utils/Merge.CC.html#l15"><span class=cF4>Merge2</span></a><span class=cF0>, </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Utils/Diff.CC.html#l40"><span class=cF4>DiffSel</span></a><span class=cF0>, and </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Utils/Diff.CC.html#l9"><span class=cF4>PopUpDiffMenu</span></a><span class=cF0> colors, added printing source and destination files along with some explanatory
|
|
<a name="l71"></a>text in the popup window.
|
|
<a name="l72"></a>
|
|
<a name="l73"></a></span><span class=c0F>----08/13/21 13:21:32----</span><span class=cF0>
|
|
<a name="l74"></a>* Raised version number to 0.15.
|
|
<a name="l75"></a>* Fixed </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/BlkDev/DiskCDDVD.CC.html#l167"><span class=cF4>DVDImageWrite</span></a><span class=cF0> bare-metal AHCI disc burning, needs some cleanup.
|
|
<a name="l76"></a>
|
|
<a name="l77"></a></span><span class=c0F>----08/09/21 01:54:50----</span><span class=cF0>
|
|
<a name="l78"></a>* Raised version number to 0.14.
|
|
<a name="l79"></a>* Implemented </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/BlkDev/DiskAHCI.CC.html#l425"><span class=cF4>AHCIAtapiModeWriteSelect</span></a><span class=cF0> to set up ATAPI disc burner write configurations.
|
|
<a name="l80"></a>
|
|
<a name="l81"></a></span><span class=c0F>----08/08/21 20:30:08----</span><span class=cF0>
|
|
<a name="l82"></a>* Implemented </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/BlkDev/DiskAHCI.CC.html#l384"><span class=cF4>AHCIAtapiBlank</span></a><span class=cF0>, default is minimal disc blank.
|
|
<a name="l83"></a>
|
|
<a name="l84"></a></span><span class=c0F>----08/06/21 00:11:02----</span><span class=cF0>
|
|
<a name="l85"></a>* Fixed </span><a href="https://zeal-operating-system.github.io/ZealOS/System/BlkDev/Mount.CC.html#l194"><span class=cF4>Mount2</span></a><span class=cF0> AHCI port value not being cleared on loop.
|
|
<a name="l86"></a>* Fixed OSUpgrade not asking to update the master boot record.
|
|
<a name="l87"></a>* Changed ordering of some links in the PersonalMenu.
|
|
<a name="l88"></a>* Increased Raw mode screen scrolling from 1 line to 8 lines to improve bare-metal performance.
|
|
<a name="l89"></a>* Fixed Raw mode $ printing in </span><a href="https://zeal-operating-system.github.io/ZealOS/System/DevInfo.CC.html#l242"><span class=cF4>MemBIOSRep</span></a><span class=cF0>, </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Utils/TaskRep.CC.html#l23"><span class=cF4>TaskRep</span></a><span class=cF0>, </span><a href="https://zeal-operating-system.github.io/ZealOS/System/DevInfo.CC.html#l206"><span class=cF4>PCIRep</span></a><span class=cF0>, </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Utils/VideoRep.CC.html#l1"><span class=cF4>VideoRep</span></a><span class=cF0>, </span><a href="https://zeal-operating-system.github.io/ZealOS/System/DevInfo.CC.html#l338"><span class=cF4>MemPageRep</span></a><span class=cF0>.
|
|
<a name="l90"></a>
|
|
<a name="l91"></a></span><span class=c0F>----08/04/21 14:29:24----</span><span class=cF0>
|
|
<a name="l92"></a>* Changed </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/BlkDev/DiskDrive.CC.html#l392"><span class=cF4>DriveRep</span></a><span class=cF0> to report AHCI SATA port number where IDE base0, base1, and unit were displayed.
|
|
<a name="l93"></a>* Improved </span><a href="https://zeal-operating-system.github.io/ZealOS/Compiler/Lex.CC.html#l1268"><span class=cF4>Lex</span></a><span class=cF0> assert failure warning to give exact line number.
|
|
<a name="l94"></a>* Removed some deprecated IDE functions.
|
|
<a name="l95"></a>* Added default arg to </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/BlkDev/DiskDrive.CC.html#l286"><span class=cF4>Drive</span></a><span class=cF0>, so running </span><span class=cF2>Drive;</span><span class=cF0> will bring you to the root of the current drive.
|
|
<a name="l96"></a>* Fixed printing $'s in Raw mode in </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KDebug.CC.html#l105"><span class=cF4>StackRep</span></a><span class=cF0>, </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/BlkDev/DiskDrive.CC.html#l361"><span class=cF4>DriveRep</span></a><span class=cF0>, </span><a href="https://zeal-operating-system.github.io/ZealOS/System/BlkDev/Mount.CC.html#l2"><span class=cF4>SATARep</span></a><span class=cF0>, </span><a href="https://zeal-operating-system.github.io/ZealOS/System/BlkDev/Mount.CC.html#l144"><span class=cF4>Mount2</span></a><span class=cF0>, and </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/SerialDev/Message.CC.html#l220"><span class=cF4>CharGet</span></a><span class=cF0>.
|
|
<a name="l97"></a>* Changed </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Utils/StrUtils.CC.html#l163"><span class=cF4>LongLines</span></a><span class=cF0> cols default arg from 80 to 128 (128 is TEXT_COLS at default 1024x768).
|
|
<a name="l98"></a>
|
|
<a name="l99"></a></span><span class=c0F>----08/03/21 21:57:44----</span><span class=cF0>
|
|
<a name="l100"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/BlkDev/DiskATAId.CC.html#l53"><span class=cF4>MountAHCIAuto</span></a><span class=cF0> which replaces MountIDEAuto: the kernel option works the same as MountIDEAuto, except now it is
|
|
<a name="l101"></a>iterating over SATA ports to mount all the drives.
|
|
<a name="l102"></a>* Removed CATARep, ATARep, ATARepEntry, ATARepFind, ATARepExitAllApplications and ATAIDDrives.
|
|
<a name="l103"></a>
|
|
<a name="l104"></a></span><span class=c0F>----08/02/21 16:23:34----</span><span class=cF0>
|
|
<a name="l105"></a>* Raised version number to 0.13.
|
|
<a name="l106"></a>* Fixed </span><a href="https://zeal-operating-system.github.io/ZealOS/System/BlkDev/Mount.CC.html#l224"><span class=cF4>Mount</span></a><span class=cF0> allowing ATAPI<-->ATA BlkDev<-->AHCI Port misconfiguration.
|
|
<a name="l107"></a>* Added arg to </span><a href="https://zeal-operating-system.github.io/ZealOS/System/BlkDev/Mount.CC.html#l12"><span class=cF4>SATARep</span></a><span class=cF0> to specify drive types to show.
|
|
<a name="l108"></a>* Added checks in </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/BlkDev/DiskAHCI.CC.html#l962"><span class=cF4>AHCIPortInit</span></a><span class=cF0> to throw to Debug if invalid port signatures are detected.
|
|
<a name="l109"></a>
|
|
<a name="l110"></a></span><span class=c0F>----08/02/21 00:54:40----</span><span class=cF0>
|
|
<a name="l111"></a>* Raised version number to 0.12.
|
|
<a name="l112"></a>* Fixed EdLite dropping </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/EdLite.CC.html#l345"><span class=cF4>RAWF_SCROLL</span></a><span class=cF0>.
|
|
<a name="l113"></a>* Fixed incorrect src_link for </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KDefine.CC.html#l1"><span class=cF4>DefineLoad</span></a><span class=cF0> variables: added caller_num arg for when it's run from </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KDefine.CC.html#l103"><span class=cF4>DefinePrint</span></a><span class=cF0>.
|
|
<a name="l114"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Externs.CC.html#l56"><span class=cF4>PCIDevFind</span></a><span class=cF0> to System externs: fixes </span><a href="https://zeal-operating-system.github.io/ZealOS/System/BlkDev/Mount.CC.html#l34"><span class=cF4>SATARep</span></a><span class=cF0> compiling crash, now displays AHCI controller information from PCI data.
|
|
<a name="l115"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/System/DolDoc/DocRecalcLib.CC.html#l144"><span class=cF4>raw-mode screen clearing</span></a><span class=cF0>: can use either </span><a href="https://zeal-operating-system.github.io/ZealOS/System/DolDoc/DocRecalcLib.CC.html#l136"><span class=cF4>DocClear</span></a><span class=cF0> or </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l28"><span class=cF4>Cls</span></a><span class=cF0>, useful for clearing the screen in debug mode.
|
|
<a name="l116"></a>
|
|
<a name="l117"></a></span><span class=c0F>----07/29/21 14:35:17----</span><span class=cF0>
|
|
<a name="l118"></a>* Altered </span><span class=cF4><u>RawPutChar</u></span><span class=cF0> screen scrolling algorithm (</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KUtils.CC.html#l64"><span class=cF4>MemCopy</span></a><span class=cF0> is slow on bare-metal).
|
|
<a name="l119"></a>
|
|
<a name="l120"></a></span><span class=c0F>----07/28/21 21:46:46----</span><span class=cF0>
|
|
<a name="l121"></a>* Raised version number to 0.11.
|
|
<a name="l122"></a>* Removed some palettes; replaced all </span><span class=cFB>gr_palette_std</span><span class=cF0> with </span><span class=cFB>gr32_palette_std</span><span class=cF0>, added new </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Gr/GrPalette.CC.html#l74"><span class=cF4>PaletteSetSlate</span></a><span class=cF0>.
|
|
<a name="l123"></a>* Changed all remaining </span><span class=cF9>CBGR48</span><span class=cF0> in codebase to </span><span class=cF9>CBGR24</span><span class=cF0>.
|
|
<a name="l124"></a>
|
|
<a name="l125"></a></span><span class=c0F>----07/25/21 02:19:17----</span><span class=cF0>
|
|
<a name="l126"></a>* Raised version number to 0.10.
|
|
<a name="l127"></a>* Unify Kernel binary location at /Boot/Kernel.BIN.C, alter </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Boot/BootDVDIns.CC.html#l21"><span class=cF4>BootDVDIns</span></a><span class=cF0> to create DVDKernel.BIN.C which gets moved in </span><span class=cF4><u>DoDistro</u></span><span class=cF0>,
|
|
<a name="l128"></a>update boot documentation.
|
|
<a name="l129"></a>
|
|
<a name="l130"></a></span><span class=c0F>----07/24/21 00:07:05----</span><span class=cF0>
|
|
<a name="l131"></a>* Raised version number to 0.09.
|
|
<a name="l132"></a>* Rename /0000Boot folder to /Boot, rename 0000Kernel.BIN.C generated in </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Boot/BootDVDIns.CC.html#l21"><span class=cF4>BootDVDIns</span></a><span class=cF0> to Kernel.BIN.C.
|
|
<a name="l133"></a>
|
|
<a name="l134"></a></span><span class=c0F>----07/23/21 16:30:23----</span><span class=cF0>
|
|
<a name="l135"></a>* Improve </span><a href="https://zeal-operating-system.github.io/ZealOS/Compiler/CExcept.CC.html#l126"><span class=cF4>ParenWarning</span></a><span class=cF0> to give exact line number.
|
|
<a name="l136"></a>
|
|
<a name="l137"></a></span><span class=c0F>----07/14/21 13:12:34----</span><span class=cF0>
|
|
<a name="l138"></a>* Raised version number to 0.08.
|
|
<a name="l139"></a>* Fixed non-writable drive throw when #include with F5 in </span><a href="https://zeal-operating-system.github.io/ZealOS/System/DolDoc/DocPutKey.CC.html#l399"><span class=cF4>DocPutKey</span></a><span class=cF0> and when attempting to </span><a href="https://zeal-operating-system.github.io/ZealOS/System/DolDoc/DocPutKey.CC.html#l753"><span class=cF4>save</span></a><span class=cF0>.
|
|
<a name="l140"></a>* Added top & right borders to </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KDebug.CC.html#l323"><span class=cF4>RawDr</span></a><span class=cF0>.
|
|
<a name="l141"></a>* Improved spacing in some debug commands.
|
|
<a name="l142"></a>* Fixed </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/Display.CC.html#l1"><span class=cF4>RawPutChar</span></a><span class=cF0> and </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/EdLite.CC.html#l67"><span class=cF4>EdLite</span></a><span class=cF0> tab width.
|
|
<a name="l143"></a>* Fixed </span><a href="https://zeal-operating-system.github.io/ZealOS/Compiler/UAsm.CC.html#l286"><span class=cF4>Ui</span></a><span class=cF0> missing "0x" prefix syntax highlighter bug.
|
|
<a name="l144"></a>
|
|
<a name="l145"></a></span><span class=c0F>----07/11/21 17:26:32----</span><span class=cF0>
|
|
<a name="l146"></a>* Raised version number to 0.07.
|
|
<a name="l147"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KInterrupts.CC.html#l133"><span class=cF4>IntEntryAlloc</span></a><span class=cF0>, </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KInterrupts.CC.html#l171"><span class=cF4>IntEntryFree</span></a><span class=cF0>, </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l3589"><span class=cF4>dev.user_int_bitmap</span></a><span class=cF0> to allow acquiring dynamic user APIC IRQ.
|
|
<a name="l148"></a>
|
|
<a name="l149"></a></span><span class=c0F>----07/09/21 04:13:50----</span><span class=cF0>
|
|
<a name="l150"></a>* Added drive changing macros from AcctExample to PersonalMenu.
|
|
<a name="l151"></a>
|
|
<a name="l152"></a></span><span class=c0F>----07/06/21 15:04:12----</span><span class=cF0>
|
|
<a name="l153"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("ZCAlloc", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/Memory/MAllocFree.CC.html#l408"><span class=cF4>SysCAlloc</span></a><span class=cF0>");
|
|
<a name="l154"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("ZMAlloc", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/Memory/MAllocFree.CC.html#l394"><span class=cF4>SysMAlloc</span></a><span class=cF0>", "-l");
|
|
<a name="l155"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("ZCls", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l33"><span class=cF4>SysCls</span></a><span class=cF0>");
|
|
<a name="l156"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("ZStrNew", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/Memory/MAllocFree.CC.html#l503"><span class=cF4>SysStrNew</span></a><span class=cF0>");
|
|
<a name="l157"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("ZReAlloc", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/Memory/MAllocFree.CC.html#l479"><span class=cF4>SysReAlloc</span></a><span class=cF0>");
|
|
<a name="l158"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("ZOnce", "</span><a href="https://zeal-operating-system.github.io/ZealOS/System/Registry.CC.html#l158"><span class=cF4>SysOnce</span></a><span class=cF0>", "-l");
|
|
<a name="l159"></a>
|
|
<a name="l160"></a></span><span class=c0F>----07/05/21 22:24:03----</span><span class=cF0>
|
|
<a name="l161"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("inst", "instruction");
|
|
<a name="l162"></a>* Updated </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Define.CC.html#l18"><span class=cF4>line counts</span></a><span class=cF0>.
|
|
<a name="l163"></a>
|
|
<a name="l164"></a></span><span class=c0F>----07/05/21 14:58:59----</span><span class=cF0>
|
|
<a name="l165"></a>* Raised version number to 0.06.
|
|
<a name="l166"></a>* Update and fix all documentation.
|
|
<a name="l167"></a>* Alter Splash messages and logo color.
|
|
<a name="l168"></a>* Allow OS Upgrade feature on VMs.
|
|
<a name="l169"></a>
|
|
<a name="l170"></a></span><span class=c0F>----07/03/21 00:01:32----</span><span class=cF0>
|
|
<a name="l171"></a>* Raised version number to 0.05.
|
|
<a name="l172"></a>* Fixed HTML Demo, implemented it into DoDistro process. Outputs to ::/HTML/.
|
|
<a name="l173"></a>
|
|
<a name="l174"></a></span><span class=c0F>----07/02/21 19:30:19----</span><span class=cF0>
|
|
<a name="l175"></a>* Raised version number to 0.04.
|
|
<a name="l176"></a>* Implemented default NULL filename args for </span><a href="https://zeal-operating-system.github.io/ZealOS/System/DolDoc/DocEd.CC.html#l228"><span class=cF4>Ed</span></a><span class=cF0>, </span><a href="https://zeal-operating-system.github.io/ZealOS/System/DolDoc/DocEd.CC.html#l295"><span class=cF4>PopUpEd</span></a><span class=cF0>.
|
|
<a name="l177"></a>* Removed some deprecated IDE functions.
|
|
<a name="l178"></a>* Changed window borders. Added color to </span><a href="https://zeal-operating-system.github.io/ZealOS/System/DolDoc/DocTerm.CC.html#l35"><span class=cF4>[X]</span></a><span class=cF0> and </span><a href="https://zeal-operating-system.github.io/ZealOS/System/DolDoc/DocTerm.CC.html#l37"><span class=cF4>MENU</span></a><span class=cF0>, hide for System Task and AutoComplete Task.
|
|
<a name="l179"></a>
|
|
<a name="l180"></a></span><span class=c0F>----07/02/21 03:58:09----</span><span class=cF0>
|
|
<a name="l181"></a>* Raised version number to 0.03.
|
|
<a name="l182"></a>* Update all documentation, change 1st-person --> 3rd-person.
|
|
<a name="l183"></a>
|
|
<a name="l184"></a></span><span class=c0F>----07/01/21 23:51:14----</span><span class=cF0>
|
|
<a name="l185"></a>* Raised version number to 0.02.
|
|
<a name="l186"></a>* Added support for reading TempleOS, ZenithOS, and ZealOS ISOs.
|
|
<a name="l187"></a>* Renames:
|
|
<a name="l188"></a> - Seth --> Executive
|
|
<a name="l189"></a>
|
|
<a name="l190"></a></span><span class=c0F>----07/01/21 19:04:09----</span><span class=cF0>
|
|
<a name="l191"></a><blink>* Forked ZealOS from ZenithOS. Version number 2.01 --> 0.01.</blink>
|
|
<a name="l192"></a>* Update Roadmap.
|
|
<a name="l193"></a>* Restructured Net/ directories.
|
|
<a name="l194"></a>* Removed unnecessary files in Home/ directory.
|
|
<a name="l195"></a>* Renames:
|
|
<a name="l196"></a> - ZenithOS --> ZealOS
|
|
<a name="l197"></a> - Zenith Task --> System Task
|
|
<a name="l198"></a>
|
|
<a name="l199"></a> - </span><span class=cF5>Zenith</span><span class=cF0> --> </span><span class=cF5>Sys</span><span class=cF0>
|
|
<a name="l200"></a> - </span><span class=cF5>ZenithErr</span><span class=cF0> --> </span><span class=cF5>SysErr</span><span class=cF0>
|
|
<a name="l201"></a> - </span><span class=cF5>ZenithWarn</span><span class=cF0> --> </span><span class=cF5>SysWarn</span><span class=cF0>
|
|
<a name="l202"></a> - </span><span class=cF5>ZenithLog</span><span class=cF0> --> </span><span class=cF5>SysLog</span><span class=cF0>
|
|
<a name="l203"></a>
|
|
<a name="l204"></a> - Zenith/ --> System/
|
|
<a name="l205"></a>
|
|
<a name="l206"></a></span><span class=c0F>----06/28/21 06:20:21----</span><span class=cF0>
|
|
<a name="l207"></a>* Restored /System/God directory, the </span><a href="https://zeal-operating-system.github.io/ZealOS/Misc/Bible.TXT.html#l1"><span class=cF4>Bible</span></a><span class=cF0>, </span><a href="http://www.biblegateway.com/verse/en/Exodus+20:1"><span class=cF4>Bible Links</span></a><span class=cF0>, and </span><span class=cF9><u>GodBiblePassage</u></span><span class=cF0> with SHIFT-F7.
|
|
<a name="l208"></a>
|
|
<a name="l209"></a></span><span class=c0F>----06/24/21 01:01:06----</span><span class=cF0>
|
|
<a name="l210"></a>* Raised version number to ZenithOS 2.1.
|
|
<a name="l211"></a>* Implemented PCI fall-back functions for when PCIBIOS is unsupported, to improve bare-metal support.
|
|
<a name="l212"></a>* Abstracted </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/PCI.CC.html#l1"><span class=cF4>PCI functions</span></a><span class=cF0> out from </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/PCIBIOS.CC.html#l1"><span class=cF4>PCIBIOS</span></a><span class=cF0> file.
|
|
<a name="l213"></a>
|
|
<a name="l214"></a></span><span class=c0F>----06/01/21 16:02:38----</span><span class=cF0>
|
|
<a name="l215"></a><blink>* Raised version number to ZenithOS 2.0.</blink>
|
|
<a name="l216"></a>* Overhauled entire OS to use AHCI routines instead of IDE.
|
|
<a name="l217"></a>
|
|
<a name="l218"></a></span><span class=c0F>----05/24/21 05:08:09----</span><span class=cF0>
|
|
<a name="l219"></a>* Fixed </span><a href="https://zeal-operating-system.github.io/ZealOS/Demo/Games/Chess.CC.html#l958"><span class=cF4>Chess</span></a><span class=cF0> crashing when only one CPU core available.
|
|
<a name="l220"></a>
|
|
<a name="l221"></a></span><span class=c0F>----05/24/21 04:24:00----</span><span class=cF0>
|
|
<a name="l222"></a>* Fixed Titanium crashing due to a broken sprite mesh.
|
|
<a name="l223"></a>
|
|
<a name="l224"></a></span><span class=c0F>----05/12/21 15:42:22----</span><span class=cF0>
|
|
<a name="l225"></a>* Renamed PaletteSetTomLight() to </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Gr/GrPalette.CC.html#l62"><span class=cF4>PaletteSetLight</span></a><span class=cF0>(), brightened LTRED, PURPLE, and LTPURPLE.
|
|
<a name="l226"></a>* Lowered </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/SerialDev/Mouse.CC.html#l79"><span class=cF4>double-click wait time</span></a><span class=cF0> from 0.350 to 0.175 to improve system response time.
|
|
<a name="l227"></a>
|
|
<a name="l228"></a></span><span class=c0F>----02/07/21 10:20:33----</span><span class=cF0>
|
|
<a name="l229"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("MSRGet", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelB.HH.html#l222"><span class=cF4>MSRRead</span></a><span class=cF0>");
|
|
<a name="l230"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("MSRSet", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelB.HH.html#l223"><span class=cF4>MSRWrite</span></a><span class=cF0>");
|
|
<a name="l231"></a>
|
|
<a name="l232"></a></span><span class=c0F>----01/28/21 19:08:16----</span><span class=cF0>
|
|
<a name="l233"></a>* Added MSRGet().
|
|
<a name="l234"></a>
|
|
<a name="l235"></a></span><span class=c0F>----01/24/21 01:51:12----</span><span class=cF0>
|
|
<a name="l236"></a>* Removed DriveMap().
|
|
<a name="l237"></a>
|
|
<a name="l238"></a></span><span class=c0F>----01/11/21 23:39:21----</span><span class=cF0>
|
|
<a name="l239"></a>* Restored "Daemon" -> "Seth".
|
|
<a name="l240"></a>
|
|
<a name="l241"></a></span><span class=c0F>----12/23/20 18:27:18----</span><span class=cF0>
|
|
<a name="l242"></a>* Reformatting of files is virtually complete now.
|
|
<a name="l243"></a>
|
|
<a name="l244"></a></span><span class=c0F>----06/04/20 18:01:46----</span><span class=cF0>
|
|
<a name="l245"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Utils/SysRep.CC.html#l1213"><span class=cF4>BIOSRep</span></a><span class=cF0>() as convenience function to view BIOS info from </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Utils/SysRep.CC.html#l739"><span class=cF4>SysRep</span></a><span class=cF0>().
|
|
<a name="l246"></a>
|
|
<a name="l247"></a></span><span class=c0F>----04/27/20 15:34:42----</span><span class=cF0>
|
|
<a name="l248"></a>* Changed </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Gr/GrBitMap.CC.html#l1"><span class=cF4>GrBitMap</span></a><span class=cF0> to use non-timer rand for drawing speed improvement on multicore.
|
|
<a name="l249"></a>
|
|
<a name="l250"></a></span><span class=c0F>----04/21/20 18:54:47----</span><span class=cF0>
|
|
<a name="l251"></a>* Altered </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Gr/GrPalette.CC.html#l48"><span class=cF4>Tom Palettes</span></a><span class=cF0> for better visibility.
|
|
<a name="l252"></a>
|
|
<a name="l253"></a></span><span class=c0F>----04/21/20 16:13:01----</span><span class=cF0>
|
|
<a name="l254"></a>* Added start-up intro </span><a href="https://zeal-operating-system.github.io/ZealOS/System/ZSplash.CC.html#l1"><span class=cF4>Splash</span></a><span class=cF0> as a PopUp in </span><a href="https://zeal-operating-system.github.io/ZealOS/HomeSys.CC.html#l38"><span class=cF4>Once</span></a><span class=cF0>, after performing a full boot (excludes soft reboots).
|
|
<a name="l255"></a>
|
|
<a name="l256"></a></span><span class=c0F>----04/13/20 13:48:15----</span><span class=cF0>
|
|
<a name="l257"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l634"><span class=cF4>PIC_INIT</span></a><span class=cF0> and comments to </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KInterrupts.CC.html#l149"><span class=cF4>IntPICInit</span></a><span class=cF0>().
|
|
<a name="l258"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("IntsInit", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KInterrupts.CC.html#l149"><span class=cF4>IntPICInit</span></a><span class=cF0>");
|
|
<a name="l259"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("LAPIC_ARIBITRATION_PRIORITY", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l642"><span class=cF4>LAPIC_ARBITRATION_PRIORITY</span></a><span class=cF0>");
|
|
<a name="l260"></a>
|
|
<a name="l261"></a></span><span class=c0F>----04/12/20 17:06:38----</span><span class=cF0>
|
|
<a name="l262"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l411"><span class=cF4>CIDTEntry</span></a><span class=cF0> and rewrote </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KInterrupts.CC.html#l98"><span class=cF4>IntEntryGet</span></a><span class=cF0>() and </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KInterrupts.CC.html#l110"><span class=cF4>IntEntrySet</span></a><span class=cF0>(). </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l3581"><span class=cF4>dev</span></a><span class=cF0>.idt is now </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KInterrupts.CC.html#l223"><span class=cF4>allocated</span></a><span class=cF0> on an 8-byte boundary as per Intel SDM
|
|
<a name="l263"></a>recommendation.
|
|
<a name="l264"></a>* Updated </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KGlobals.CC.html#l16"><span class=cF4>OS version</span></a><span class=cF0>.
|
|
<a name="l265"></a>* Changed </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l451"><span class=cF4>BIN_SIGNATURE_VAL</span></a><span class=cF0> from 'TOSB' to 'ZCCB'.
|
|
<a name="l266"></a>
|
|
<a name="l267"></a></span><span class=c0F>----04/11/20 18:10:58----</span><span class=cF0>
|
|
<a name="l268"></a>* Beginning efforts to reformat files some. Currently, keeping a temp log of progress at /Home/FilesRefactored.DD.
|
|
<a name="l269"></a>
|
|
<a name="l270"></a></span><span class=c0F>----04/10/20 07:44:08----</span><span class=cF0>
|
|
<a name="l271"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("PIC1", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l630"><span class=cF4>PIC_1</span></a><span class=cF0>");
|
|
<a name="l272"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("PIC2", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l632"><span class=cF4>PIC_2</span></a><span class=cF0>");
|
|
<a name="l273"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("PIT0", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l686"><span class=cF4>PIT_0</span></a><span class=cF0>");
|
|
<a name="l274"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("PIT2", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l687"><span class=cF4>PIT_2</span></a><span class=cF0>");
|
|
<a name="l275"></a>
|
|
<a name="l276"></a></span><span class=c0F>----04/09/20 19:33:16----</span><span class=cF0>
|
|
<a name="l277"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Demo/Games/Chess.CC.html#l1"><span class=cF4>Chess</span></a><span class=cF0> game from Sup1 disc.
|
|
<a name="l278"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("ScanFlags", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/StrB.CC.html#l147"><span class=cF4>FlagsScan</span></a><span class=cF0>");
|
|
<a name="l279"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("StrPrintFlags", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/StrB.CC.html#l209"><span class=cF4>FlagsStrPrint</span></a><span class=cF0>");
|
|
<a name="l280"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("ScanMessage", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/SerialDev/Message.CC.html#l42"><span class=cF4>MessageScan</span></a><span class=cF0>");
|
|
<a name="l281"></a>
|
|
<a name="l282"></a></span><span class=c0F>----04/04/20 19:15:21----</span><span class=cF0>
|
|
<a name="l283"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Utils/SysRep.CC.html#l739"><span class=cF4>SysRep</span></a><span class=cF0>(). Various </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l2424"><span class=cF4>CSM*Info</span></a><span class=cF0> classes added. Pass in a </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l2383"><span class=cF4>SMBIOSt_*</span></a><span class=cF0> to get info for that specific structure type. It parses
|
|
<a name="l284"></a>SMBIOS structures located in low memory. Question-colon operator would have saved many lines of code.
|
|
<a name="l285"></a>
|
|
<a name="l286"></a></span><span class=c0F>----04/02/20 03:27:03----</span><span class=cF0>
|
|
<a name="l287"></a>* Added camera rotation via mouse in 3D </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Gr/SpriteMesh.CC.html#l1103"><span class=cF4>SpriteMesh</span></a><span class=cF0> editor. 360 used as magic number, trying </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Ctrls/CtrlsA.CC.html#l251"><span class=cF4>VIEWANGLES_RANGE</span></a><span class=cF0> crashed it.
|
|
<a name="l288"></a>
|
|
<a name="l289"></a></span><span class=c0F>----04/02/20 01:50:52----</span><span class=cF0>
|
|
<a name="l290"></a>* 'Fixed' </span><a href="https://zeal-operating-system.github.io/ZealOS/Demo/Games/Varoom.CC.html#l768"><span class=cF4>Varoom</span></a><span class=cF0> window lock up on exit. Brute-forcing zero, but somewhere </span><a href="https://zeal-operating-system.github.io/ZealOS/Demo/Games/Varoom.CC.html#l391"><span class=cF4>mp_not_done_flags</span></a><span class=cF0> isn't getting cleared when
|
|
<a name="l291"></a>shift-esc is entered with the new key implementation.
|
|
<a name="l292"></a>
|
|
<a name="l293"></a></span><span class=c0F>----04/01/20 01:49:47----</span><span class=cF0>
|
|
<a name="l294"></a>* Changed boat color in </span><a href="https://zeal-operating-system.github.io/ZealOS/Demo/Games/Talons.CC.html#l1"><span class=cF4>Talons</span></a><span class=cF0> from black to brown.
|
|
<a name="l295"></a>
|
|
<a name="l296"></a></span><span class=c0F>----04/01/20 01:42:55----</span><span class=cF0>
|
|
<a name="l297"></a>* Cleaned up </span><a href="https://zeal-operating-system.github.io/ZealOS/Demo/Games/Varoom.CC.html#l768"><span class=cF4>Varoom</span></a><span class=cF0> control fix some. Bug remains: run from Menu, ESC out, ESC again; a window locks up.
|
|
<a name="l298"></a> Added set/unset task idle between Yield to lower CPU use.
|
|
<a name="l299"></a>
|
|
<a name="l300"></a></span><span class=c0F>----03/29/20 14:07:00----</span><span class=cF0>
|
|
<a name="l301"></a>* Modified </span><a href="https://zeal-operating-system.github.io/ZealOS/Demo/Games/Varoom.CC.html#l768"><span class=cF4>Varoom</span></a><span class=cF0> to use kbd bitmap for instant keypress response.
|
|
<a name="l302"></a>* Modified </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/StrB.CC.html#l209"><span class=cF4>FlagsStrPrint</span></a><span class=cF0>() to print unset flags as well.
|
|
<a name="l303"></a>* Modified </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/StrA.CC.html#l685"><span class=cF4>StrReplace</span></a><span class=cF0>() to free given str if free_str is set.
|
|
<a name="l304"></a>* Exported </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelC.HH.html#l563"><span class=cF4>Seg2Linear</span></a><span class=cF0>() from kernel.
|
|
<a name="l305"></a>
|
|
<a name="l306"></a></span><span class=c0F>----03/27/20 13:06:00----</span><span class=cF0>
|
|
<a name="l307"></a>* Modified </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Ctrls/CtrlsA.CC.html#l252"><span class=cF4>Ctrl Slider</span></a><span class=cF0> for 3D model editor to allow higher precision.
|
|
<a name="l308"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Gr/GrPalette.CC.html#l48"><span class=cF4>PaletteSetTom</span></a><span class=cF0>() and </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Gr/GrPalette.CC.html#l62"><span class=cF4>PaletteSetTomLight</span></a><span class=cF0>().
|
|
<a name="l309"></a>
|
|
<a name="l310"></a></span><span class=c0F>----03/21/20 19:35:00----</span><span class=cF0>
|
|
<a name="l311"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/StrA.CC.html#l685"><span class=cF4>StrReplace</span></a><span class=cF0>(), not fully tested yet.
|
|
<a name="l312"></a>
|
|
<a name="l313"></a></span><span class=c0F>----03/19/20 01:51:36----</span><span class=cF0>
|
|
<a name="l314"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l1689"><span class=cF4>OPTf_DECIMAL_ONLY</span></a><span class=cF0> for using </span><a href="https://zeal-operating-system.github.io/ZealOS/Compiler/Lex.CC.html#l529"><span class=cF4>Lex</span></a><span class=cF0>() with other languages like JSON.
|
|
<a name="l315"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("GetRAX", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelB.HH.html#l204"><span class=cF4>RAXGet</span></a><span class=cF0>");
|
|
<a name="l316"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("SetRAX", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelB.HH.html#l210"><span class=cF4>RAXSet</span></a><span class=cF0>");
|
|
<a name="l317"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("IC_GET_RAX", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Compiler/CompilerA.HH.html#l152"><span class=cF4>IC_RAX_GET</span></a><span class=cF0>");
|
|
<a name="l318"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("IC_SET_RAX", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Compiler/CompilerA.HH.html#l153"><span class=cF4>IC_RAX_SET</span></a><span class=cF0>");
|
|
<a name="l319"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("GetChar", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/SerialDev/Message.CC.html#l220"><span class=cF4>CharGet</span></a><span class=cF0>");
|
|
<a name="l320"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("GetMessage", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/SerialDev/Message.CC.html#l109"><span class=cF4>MessageGet</span></a><span class=cF0>");
|
|
<a name="l321"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("GetKey", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/SerialDev/Message.CC.html#l170"><span class=cF4>KeyGet</span></a><span class=cF0>");
|
|
<a name="l322"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("ScanChar", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/SerialDev/Message.CC.html#l128"><span class=cF4>CharScan</span></a><span class=cF0>");
|
|
<a name="l323"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("ScanKey", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/SerialDev/Message.CC.html#l143"><span class=cF4>KeyScan</span></a><span class=cF0>");
|
|
<a name="l324"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("PostMessage", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/Job.CC.html#l295"><span class=cF4>MessagePost</span></a><span class=cF0>");
|
|
<a name="l325"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("GetMessage", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/SerialDev/Message.CC.html#l109"><span class=cF4>MessageGet</span></a><span class=cF0>");
|
|
<a name="l326"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("GetI64", "</span><a href="https://zeal-operating-system.github.io/ZealOS/System/DolDoc/DocGet.CC.html#l206"><span class=cF4>I64Get</span></a><span class=cF0>");
|
|
<a name="l327"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("GetF64", "</span><a href="https://zeal-operating-system.github.io/ZealOS/System/DolDoc/DocGet.CC.html#l238"><span class=cF4>F64Get</span></a><span class=cF0>");
|
|
<a name="l328"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("GetRBP", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelB.HH.html#l205"><span class=cF4>RBPGet</span></a><span class=cF0>");
|
|
<a name="l329"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("SetRBP", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelB.HH.html#l211"><span class=cF4>RBPSet</span></a><span class=cF0>");
|
|
<a name="l330"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("IC_GET_RBP", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Compiler/CompilerA.HH.html#l154"><span class=cF4>IC_RBP_GET</span></a><span class=cF0>");
|
|
<a name="l331"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("IC_SET_RBP", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Compiler/CompilerA.HH.html#l155"><span class=cF4>IC_RBP_SET</span></a><span class=cF0>");
|
|
<a name="l332"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("GetRSP", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelB.HH.html#l207"><span class=cF4>RSPGet</span></a><span class=cF0>");
|
|
<a name="l333"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("SetRSP", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelB.HH.html#l213"><span class=cF4>RSPSet</span></a><span class=cF0>");
|
|
<a name="l334"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("IC_GET_RSP", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Compiler/CompilerA.HH.html#l156"><span class=cF4>IC_RSP_GET</span></a><span class=cF0>");
|
|
<a name="l335"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("IC_SET_RSP", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Compiler/CompilerA.HH.html#l157"><span class=cF4>IC_RSP_SET</span></a><span class=cF0>");
|
|
<a name="l336"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("GetRFlags", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelB.HH.html#l206"><span class=cF4>RFlagsGet</span></a><span class=cF0>");
|
|
<a name="l337"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("IC_GET_RFLAGS", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Compiler/CompilerA.HH.html#l149"><span class=cF4>IC_RFLAGS_GET</span></a><span class=cF0>");
|
|
<a name="l338"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("SetRFlags", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelB.HH.html#l212"><span class=cF4>RFlagsSet</span></a><span class=cF0>");
|
|
<a name="l339"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("IC_SET_RFLAGS", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Compiler/CompilerA.HH.html#l151"><span class=cF4>IC_RFLAGS_SET</span></a><span class=cF0>");
|
|
<a name="l340"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("GetTSC", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelB.HH.html#l244"><span class=cF4>TSCGet</span></a><span class=cF0>");
|
|
<a name="l341"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("GetS", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/SerialDev/Message.CC.html#l256"><span class=cF4>StrNGet</span></a><span class=cF0>");
|
|
<a name="l342"></a>* Modified characters '_' and 'c' in </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/FontStd.CC.html#l1"><span class=cF4>FontStd</span></a><span class=cF0>.
|
|
<a name="l343"></a>
|
|
<a name="l344"></a></span><span class=c0F>----03/16/20 14:44:00----</span><span class=cF0>
|
|
<a name="l345"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("GetStr", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/SerialDev/Message.CC.html#l238"><span class=cF4>StrGet</span></a><span class=cF0>");
|
|
<a name="l346"></a>* Renamed GSF -> </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l4373"><span class=cF4>SGF</span></a><span class=cF0> as a consequence.
|
|
<a name="l347"></a>* Added some </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l2694"><span class=cF4>AHCI headers</span></a><span class=cF0>.
|
|
<a name="l348"></a>
|
|
<a name="l349"></a></span><span class=c0F>----03/12/20 22:00:36----</span><span class=cF0>
|
|
<a name="l350"></a>* Added </span><span class=cF4><u>PaletteSetGruvboxDark</u></span><span class=cF0>().
|
|
<a name="l351"></a>* Removed shift-space, as we use tab indentation now. </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Utils/StrUtils.CC.html#l236"><span class=cF4>S2T</span></a><span class=cF0>() is still present if needed.
|
|
<a name="l352"></a>
|
|
<a name="l353"></a></span><span class=c0F>----02/24/20 00:42:00----</span><span class=cF0>
|
|
<a name="l354"></a><blink>* Zenith 1.1 released.</blink>
|
|
<a name="l355"></a>
|
|
<a name="l356"></a></span><span class=c0F>----02/23/20 23:59:37----</span><span class=cF0>
|
|
<a name="l357"></a>* Added new </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Mouse.CC.html#l26"><span class=cF4>bitmap mouse</span></a><span class=cF0>.
|
|
<a name="l358"></a>
|
|
<a name="l359"></a></span><span class=c0F>----02/23/20 02:36:28----</span><span class=cF0>
|
|
<a name="l360"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("err", "error");
|
|
<a name="l361"></a>* Removed compression from kernel. Compress.CC, CArcCtrl, CArcCompress, ExpandBuf(), CompressBuf(), DCSF_COMPRESSED, etc.
|
|
<a name="l362"></a>Updated </span><a href="https://zeal-operating-system.github.io/ZealOS/Demo/Disk/SerializeTree.CC.html#l1"><span class=cF4>::/Demo/Disk/SerializeTree.CC</span></a><span class=cF0> to not use compression.
|
|
<a name="l363"></a>* Removed RS_ATTR_COMPRESSED from </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l3183"><span class=cF4>RedSea attributes</span></a><span class=cF0>.
|
|
<a name="l364"></a>* Refactored </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l3221"><span class=cF4>FU flags</span></a><span class=cF0>. Removed FUF_EXPAND, FUF_RISKY, and FUF_Z_OR_NOT_Z. </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Utils/DocUtils.CC.html#l53"><span class=cF4>DocOptEntry</span></a><span class=cF0>(), </span><a href="https://zeal-operating-system.github.io/ZealOS/System/BlkDev/ZDiskB.CC.html#l120"><span class=cF4>Size</span></a><span class=cF0>(), </span><a href="https://zeal-operating-system.github.io/ZealOS/System/BlkDev/ZDiskB.CC.html#l101"><span class=cF4>Size1</span></a><span class=cF0>(), </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Utils/LineRep.CC.html#l100"><span class=cF4>SizeRep</span></a><span class=cF0>(), and </span><span class=cF4>
|
|
<a name="l365"></a></span><a href="https://zeal-operating-system.github.io/ZealOS/System/Utils/LineRep.CC.html#l65"><span class=cF4>SizeRep1</span></a><span class=cF0>() have been updated accordingly.
|
|
<a name="l366"></a>* Removed IsDotZ(), ToggleZOrNotZ(). Cleaned up </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/BlkDev/DiskFile.CC.html#l1"><span class=cF4>FileRead</span></a><span class=cF0>(), </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/BlkDev/DiskFile.CC.html#l76"><span class=cF4>FileWrite</span></a><span class=cF0>(), and </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/BlkDev/DiskFind.CC.html#l65"><span class=cF4>FileFind</span></a><span class=cF0>() accordingly.
|
|
<a name="l367"></a>* Added XMM8-XMM15 to </span><a href="https://zeal-operating-system.github.io/ZealOS/Compiler/OpCodes.DD.html#l139"><span class=cF4>OpCodes.DD</span></a><span class=cF0>.
|
|
<a name="l368"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Demo/Graphics/32BitColor.CC.html#l1"><span class=cF4>::/Demo/Graphics/32BitColor.CC</span></a><span class=cF0>.
|
|
<a name="l369"></a>
|
|
<a name="l370"></a></span><span class=c0F>----02/22/20 20:04:00----</span><span class=cF0>
|
|
<a name="l371"></a>* Reduced </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l4123"><span class=cF4>MEM_MIN_MEG</span></a><span class=cF0> to 256 MiB (VMWare users have to do less work).
|
|
<a name="l372"></a>* Added </span><span class=cF2><CTRL-ALT-X></span><span class=cF0> to AC </span><a href="https://zeal-operating-system.github.io/ZealOS/Doc/StandBy.DD.html#l1"><span class=cF4>standby</span></a><span class=cF0> doc.
|
|
<a name="l373"></a>* Removed the /System/God directory. Bible.TXT has been removed. The functionality of HolySpirit.CC has been moved into
|
|
<a name="l374"></a>::/System/Divination.CC. Functions renamed from </span><a href="https://zeal-operating-system.github.io/ZealOS/System/God/HolySpirit.CC.html#l173"><span class=cF4>God*</span></a><span class=cF0>() to Divine*(). Psalmody GodSong feature </span><a href="https://zeal-operating-system.github.io/ZealOS/Apps/Psalmody/PsalmodyMain.CC.html#l675"><span class=cF4>disabled</span></a><span class=cF0>. DolDoc "BF:" links
|
|
<a name="l375"></a>removed. CtrlAltB() is free to be used for other things.
|
|
<a name="l376"></a>* Updated the </span><a href="https://zeal-operating-system.github.io/ZealOS/Doc/Charter.DD.html#l1"><span class=cF4>Charter</span></a><span class=cF0>.
|
|
<a name="l377"></a>
|
|
<a name="l378"></a></span><span class=c0F>----02/21/20 17:30:17----</span><span class=cF0>
|
|
<a name="l379"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("IRQ's", "IRQs");
|
|
<a name="l380"></a>* Updated </span><a href="https://zeal-operating-system.github.io/ZealOS/System/DevInfo.CC.html#l242"><span class=cF4>MemBIOSRep</span></a><span class=cF0>() to report on VBE Linear Framebuffer size. E820 memory ranges are color-coded. It now shows the total
|
|
<a name="l381"></a>memory reported by </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/Memory/MemPhysical.CC.html#l173"><span class=cF4>MemBIOSTotal</span></a><span class=cF0>().
|
|
<a name="l382"></a>* Updated AutoComplete shortcuts from old WordStat <ALT(-SHIFT-)-W> to </span><span class=cF2><ALT(-SHIFT-)-A></span><span class=cF0> in </span><a href="https://zeal-operating-system.github.io/ZealOS/Doc/Tips.DD.html#l1"><span class=cF4>::/Doc/Tips.DD</span></a><span class=cF0>.
|
|
<a name="l383"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KStart16.CC.html#l234"><span class=cF4>check</span></a><span class=cF0> for invalid results of BIOS function 15:E801. BIOSes either return results in AX/BX or CX/DX. You have to make
|
|
<a name="l384"></a>sure which pair of registers it is.
|
|
<a name="l385"></a>* Renamed BIOSTotalMem() -> </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/Memory/MemPhysical.CC.html#l173"><span class=cF4>MemBIOSTotal</span></a><span class=cF0>(), rewritten and commented for clarity, exported from kernel. Neat function.
|
|
<a name="l386"></a>
|
|
<a name="l387"></a></span><span class=c0F>----02/20/20 17:40:10----</span><span class=cF0>
|
|
<a name="l388"></a>* Replaced old standard font with new </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/FontStd.CC.html#l1"><span class=cF4>FontStd</span></a><span class=cF0>. The auxilliary font is now the VGA ROM Font.
|
|
<a name="l389"></a>* <u>We now use 1 Tab (4 spaces wide) for indentation.</u> All spaces used for indentation have been converted to tabs. Header files
|
|
<a name="l390"></a>are messy. </span><a href="https://zeal-operating-system.github.io/ZealOS/System/DevInfo.CC.html#l55"><span class=cF4>PCILookUpSingle</span></a><span class=cF0>() was fixed according to this change. </span><a href="https://zeal-operating-system.github.io/ZealOS/System/DolDoc/DocCodeTools.CC.html#l730"><span class=cF4>EdCodeTools</span></a><span class=cF0> re-indentation feature needs to be updated.
|
|
<a name="l391"></a>
|
|
<a name="l392"></a></span><span class=c0F>----02/19/20 21:46:17----</span><span class=cF0>
|
|
<a name="l393"></a><blink>* Zenith 1.0 released.</blink>
|
|
<a name="l394"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Gr/GrComposites.CC.html#l412"><span class=cF4>GRScreenCaptureWrite</span></a><span class=cF0>() and </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Gr/GrComposites.CC.html#l396"><span class=cF4>GRScreenCaptureRead</span></a><span class=cF0>() are broken. </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Gr/GrDC.CC.html#l362"><span class=cF4>DCLoad</span></a><span class=cF0>() and </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Gr/GrDC.CC.html#l318"><span class=cF4>DCSave</span></a><span class=cF0>() use DCF_COMPRESSED. It also saves the
|
|
<a name="l395"></a>palette as </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l3659"><span class=cF4>CBGR48</span></a><span class=cF0>, which is a problem.
|
|
<a name="l396"></a>* Updated </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Utils/MemRep.CC.html#l219"><span class=cF4>MemRep</span></a><span class=cF0>() to report on VBE variables.
|
|
<a name="l397"></a>* Renamed VGAFlush() -> </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/Display.CC.html#l92"><span class=cF4>LFBFlush</span></a><span class=cF0>().
|
|
<a name="l398"></a>* Updated </span><a href="https://zeal-operating-system.github.io/ZealOS/Demo/Graphics/Palette.CC.html#l1"><span class=cF4>Palette Demo</span></a><span class=cF0> to use current palette environment.
|
|
<a name="l399"></a>* Shortened </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KDebug.CC.html#l1"><span class=cF4>CheckPtr</span></a><span class=cF0>() and </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KDebug.CC.html#l9"><span class=cF4>CheckCodePtr</span></a><span class=cF0>(). Even though boolean expressions outside of </span><span class=cF1>if</span><span class=cF0> statements are compiled
|
|
<a name="l400"></a>inefficiently, clarity and low line count is more important.
|
|
<a name="l401"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KDebug.CC.html#l325"><span class=cF4>RawDr</span></a><span class=cF0>() is 40 columns off the right of the screen, instead of fixed at column 40.
|
|
<a name="l402"></a>* Windows start at </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KTask.CC.html#l248"><span class=cF4>4/5th the screen height</span></a><span class=cF0> instead of row 13. System task window is </span><a href="https://zeal-operating-system.github.io/ZealOS/StartOS.CC.html#l22"><span class=cF4>1/5th the screen height</span></a><span class=cF0>.
|
|
<a name="l403"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("RLf_VGA", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l576"><span class=cF4>RLf_VESA</span></a><span class=cF0>");
|
|
<a name="l404"></a>* Removed VGA text mode support, and all definitions relating to it, including from the </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KConfig.CC.html#l1"><span class=cF4>kernel config</span></a><span class=cF0>.
|
|
<a name="l405"></a>* Added </span><span class=cF9><u>screen resolution selection</u></span><span class=cF0> to kernel configuration procedure.
|
|
<a name="l406"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Utils/VideoRep.CC.html#l1"><span class=cF4>VideoRep</span></a><span class=cF0>() to report on VBE modes and info, added test case to the </span><a href="https://zeal-operating-system.github.io/ZealOS/Misc/OSTestSuite.CC.html#l1821"><span class=cF4>OSTestSuite</span></a><span class=cF0>.
|
|
<a name="l407"></a>* <u>Added VBE graphics support.</u> Screen zooming is non-functional at the moment. We are setting 32-bit color graphics modes but
|
|
<a name="l408"></a>the graphics library is still 4-bit (16 color) internally. </span><a href="https://zeal-operating-system.github.io/ZealOS/Demo/Lectures/MiniGrLib.CC.html#l1"><span class=cF4>MiniGrLib</span></a><span class=cF0> broken for obvious reasons. Keeping it because its
|
|
<a name="l409"></a>intention is to teach a how a graphics library works, generically. Removed 2 smaller VGA hardware programming demos.
|
|
<a name="l410"></a> Rundown:
|
|
<a name="l411"></a> - Added classes </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l503"><span class=cF4>CVBEInfo</span></a><span class=cF0>, </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l520"><span class=cF4>CVBEMode</span></a><span class=cF0>, </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l539"><span class=cF4>CVBEModeShort</span></a><span class=cF0>
|
|
<a name="l412"></a> - </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KStart16.CC.html#l104"><span class=cF4>real-mode assembly</span></a><span class=cF0> -- </span><span class=cF9><u>added kernel symbols</u></span><span class=cF0>.
|
|
<a name="l413"></a> - Added </span><span class=cF2>screen_size</span><span class=cF0>, </span><span class=cF2>buffer_size</span><span class=cF0>, </span><span class=cF2>fb_alias</span><span class=cF0> members to </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l4252"><span class=cF4>CTextGlobals</span></a><span class=cF0>.
|
|
<a name="l414"></a> - </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KMain.CC.html#l107"><span class=cF4>SysGrInit</span></a><span class=cF0>() -- using </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KMain.CC.html#l69"><span class=cF4>Seg2Linear</span></a><span class=cF0>() to convert pointers.
|
|
<a name="l415"></a> - </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/Display.CC.html#l62"><span class=cF4>raw text drawing routine</span></a><span class=cF0> updated. </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l499"><span class=cF4>BLACK32, WHITE32</span></a><span class=cF0>.
|
|
<a name="l416"></a> - Dynamic definition of </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Gr/GrGlobals.CC.html#l50"><span class=cF4>GR_WIDTH and GR_HEIGHT</span></a><span class=cF0>.
|
|
<a name="l417"></a> - </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Gr/GrScreen.CC.html#l378"><span class=cF4>GrUpdateScreen32</span></a><span class=cF0>() -- </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Gr/GrScreen.CC.html#l360"><span class=cF4>GrCalcScreenUpdates</span></a><span class=cF0>() is used to reduce CPU usage. Added </span><span class=cF2>screen_cache</span><span class=cF0> member to </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Gr/GrGlobals.CC.html#l3"><span class=cF4>CGrGlobals</span></a><span class=cF0>.
|
|
<a name="l418"></a> - </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Gr/GrGlobals.CC.html#l44"><span class=cF4>gr_palette</span></a><span class=cF0> global variable. We use </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l3651"><span class=cF4>CBGR24</span></a><span class=cF0> in </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Gr/GrPalette.CC.html#l1"><span class=cF4>GrPalette.CC</span></a><span class=cF0>.
|
|
<a name="l419"></a>
|
|
<a name="l420"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Utils/BinRep.CC.html#l27"><span class=cF4>BinRep</span></a><span class=cF0>() from Sup1 ISO.
|
|
<a name="l421"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("sys_pci_busses", "</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelB.HH.html#l200"><span class=cF4>sys_pci_buses</span></a><span class=cF0>");
|
|
<a name="l422"></a>* Renamed RWF flags -> </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l4247"><span class=cF4>RAWF</span></a><span class=cF0>.
|
|
<a name="l423"></a>* Renamed mon_start_days1 and mon_start_days2 -> </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KDate.CC.html#l3"><span class=cF4>month_start_days</span></a><span class=cF0> and </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KDate.CC.html#l4"><span class=cF4>month_start_days_leap</span></a><span class=cF0>, respectively.
|
|
<a name="l424"></a>* Moved random number generation algorithm into </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KMathB.CC.html#l83"><span class=cF4>seperate function</span></a><span class=cF0> to reduce line count. Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KMathB.CC.html#l95"><span class=cF4>RandU8</span></a><span class=cF0>().
|
|
<a name="l425"></a>* Added syntax highlighting for numbers. </span><a href="https://zeal-operating-system.github.io/ZealOS/System/DolDoc/DocHighlight.CC.html#l104"><span class=cF4>DocHighlight</span></a><span class=cF0>(), </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l1290"><span class=cF4>DOC_COLOR_NUMBER</span></a><span class=cF0>.
|
|
<a name="l426"></a>* Removed unnecessary checks for the presence of the </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l638"><span class=cF4>APIC</span></a><span class=cF0> in </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/MultiProc.CC.html#l1"><span class=cF4>MultiProc.CC</span></a><span class=cF0>, as it is present on all x86 CPUs after the P5
|
|
<a name="l427"></a>microarchitecture.
|
|
<a name="l428"></a>* Added untested </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/Memory/MAllocFree.CC.html#l457"><span class=cF4>ReAlloc</span></a><span class=cF0>(), as it could be useful for certain programs.
|
|
<a name="l429"></a>* Added definitions for the </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l2627"><span class=cF4>PCI registers</span></a><span class=cF0>. Expanded the </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l2666"><span class=cF4>CPCIDev</span></a><span class=cF0> class to contain the values of the read-only registers. Added </span><span class=cF4>
|
|
<a name="l430"></a></span><a href="https://zeal-operating-system.github.io/ZealOS/System/DevInfo.CC.html#l186"><span class=cF4>PCIDevFind</span></a><span class=cF0>() as a simpler/abstracted alternative to </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/PCI.CC.html#l93"><span class=cF4>PCIClassFind</span></a><span class=cF0>().
|
|
<a name="l431"></a>* Removed the unpolished HPET implementation from the kernel.
|
|
<a name="l432"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KStart64.CC.html#l7"><span class=cF4>Enabled the execution of SSE instructions</span></a><span class=cF0>. No actual SSE implementation in assembler yet, however.
|
|
<a name="l433"></a>* Added definitions for the </span><span class=cF9><u>various flags</u></span><span class=cF0> in the Control Registers.
|
|
<a name="l434"></a>* Added definitions for the </span><span class=cF9><u>PIT</u></span><span class=cF0>, and a </span><a href="https://zeal-operating-system.github.io/ZealOS/Doc/PIT.DD.html#l1"><span class=cF4>document</span></a><span class=cF0> describing its usage in the OS.
|
|
<a name="l435"></a>* Added definition for the </span><span class=cF9><u>PC speaker</u></span><span class=cF0>.
|
|
<a name="l436"></a>* Added definitions for the </span><span class=cF9><u>PIC</u></span><span class=cF0>.
|
|
<a name="l437"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KDate.CC.html#l222"><span class=cF4>TimeSet</span></a><span class=cF0>() as there was no way to set the hardware clock before.
|
|
<a name="l438"></a>* Added definitions for the </span><span class=cF9><u>CMOS</u></span><span class=cF0>, </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KDate.CC.html#l138"><span class=cF4>CMOSRegRead</span></a><span class=cF0>(), </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KDate.CC.html#l145"><span class=cF4>CMOSRegWrite</span></a><span class=cF0>(), </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KDate.CC.html#l151"><span class=cF4>CMOSIsBcd</span></a><span class=cF0>(). Rename Bcd2Bin() -> </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KDate.CC.html#l157"><span class=cF4>Bcd2Binary</span></a><span class=cF0>().
|
|
<a name="l439"></a>* Replaced the </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelB.HH.html#l215"><span class=cF4>endian-swapping functions</span></a><span class=cF0> with assembly versions.
|
|
<a name="l440"></a>* Added </span><span class=cF1>POPCNT</span><span class=cF0> instruction and </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelB.HH.html#l18"><span class=cF4>PopCount</span></a><span class=cF0>() compiler intrinsic, to replace BCount() and the set_bits_table.
|
|
<a name="l441"></a>* Renamed opcodes PUSHFW, POPFW, PUSHAW, POPAW -> </span><span class=cF1>PUSHF</span><span class=cF0>, </span><span class=cF1>POPF</span><span class=cF0>, </span><span class=cF1>PUSHA</span><span class=cF0>, </span><span class=cF1>POPA</span><span class=cF0> respectively.
|
|
<a name="l442"></a>* The </span><span class=cF9><u>VGA ROM Font</u></span><span class=cF0> is used as the standard system font, with the old one being used as the auxilliary one. The cyrillic font
|
|
<a name="l443"></a>has been removed.
|
|
<a name="l444"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/Memory/MemPhysical.CC.html#l209"><span class=cF4>Seg2Linear</span></a><span class=cF0>() to convert segmented 32-bit far pointers obtained from real mode to linear pointers.
|
|
<a name="l445"></a>* Disabled the mouse in debug mode. No more garbage text on mouse movement. </span><span class=cF9><u>MouseHardEnable</u></span><span class=cF0>. You can use this function in your
|
|
<a name="l446"></a>own applications to disable the mouse completely.
|
|
<a name="l447"></a>* AutoComplete now stays where you move it instead of snapping back to a fixed location, and that location persists after
|
|
<a name="l448"></a>rebooting by using the Registry to save the window location. Increased number of symbol links shown to 12, so you can use all
|
|
<a name="l449"></a>the functions keys F1-F12. It does syntax highlighting on the symbols now, so you know what type they are. Public symbols are </span><span class=c0F>
|
|
<a name="l450"></a>inverted</span><span class=cF0>. Dictionary words are BLACK to differentiate between symbols.
|
|
<a name="l451"></a>* Added more keyboard shortcuts to the AutoComplete </span><a href="https://zeal-operating-system.github.io/ZealOS/Doc/StandBy.DD.html#l1"><span class=cF4>standby doc</span></a><span class=cF0>.
|
|
<a name="l452"></a>* Removed "TOS Staff" and "InsReg" related code.
|
|
<a name="l453"></a>* Renamed /Kernel/KInts.CC to </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KInterrupts.CC.html#l1"><span class=cF4>KInterrupts.CC</span></a><span class=cF0>.
|
|
<a name="l454"></a>* Date section of status bar shows the year now.
|
|
<a name="l455"></a>* Increased the length of the part of the status bar that shows the last keys pressed, so the longest combination
|
|
<a name="l456"></a>(CTRL+ALT+SHIFT+ENTER) can be shown. It is always at the rightmost part of the screen instead of being fixed at column 55.
|
|
<a name="l457"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Debug.CC.html#l216"><span class=cF4>ClassRep</span></a><span class=cF0>() does not show ASCII values for U8/I8 members by default now. Added argument "u8_chars" to enable that.
|
|
<a name="l458"></a>* Added several palettes. See the </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Gr/GrPalette.CC.html#l48"><span class=cF4>palette setting functions</span></a><span class=cF0>.
|
|
<a name="l459"></a>* Added option to format RAMdisks on </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KMain.CC.html#l123"><span class=cF4>Reboot</span></a><span class=cF0>().
|
|
<a name="l460"></a>* Removed MemSetU8() as it was just an alias for </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelB.HH.html#l136"><span class=cF4>MemSet</span></a><span class=cF0>().
|
|
<a name="l461"></a>* Moved TaskRep.CC and MemRep.CC from /Zenith to /System/Utils
|
|
<a name="l462"></a>* Removed /System/Opt directory, moved subdirectories up.
|
|
<a name="l463"></a>* Disabled blinking MENU.
|
|
<a name="l464"></a>* Disabled scrolling title in editor.
|
|
<a name="l465"></a>* One User terminal on startup.
|
|
<a name="l466"></a>* Swapped colors in </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l4170"><span class=cF4>ST_ERR_ST</span></a><span class=cF0> and </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l4171"><span class=cF4>ST_WARN_ST</span></a><span class=cF0>. RED is for errors, LTRED is for warnings.
|
|
<a name="l467"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Utils/CPURep.CC.html#l28"><span class=cF4>CPURep</span></a><span class=cF0>() now shows extended processor name or vendor string as fallback.
|
|
<a name="l468"></a>* Added #</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l24"><span class=cF4>NONE</span></a><span class=cF0> define to replace 0 or NULL in default function arguments where applicable (usually flags).
|
|
<a name="l469"></a>* Shift+Alt+Delete runs </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Boot/BootRAM.CC.html#l33"><span class=cF4>BootRAM</span></a><span class=cF0>().
|
|
<a name="l470"></a>* Changed 440 Hz middle 'A' frequency to 432 Hz, as that is the correct frequency. </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KMisc.CC.html#l113"><span class=cF4>Ona2Freq</span></a><span class=cF0>.
|
|
<a name="l471"></a>* Changed WinMgr </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l1607"><span class=cF4>refresh rate</span></a><span class=cF0> to 60 Hz.
|
|
<a name="l472"></a>* New User tasks are named "Terminal" on startup.
|
|
<a name="l473"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Utils/Find.CC.html#l286"><span class=cF4>FR</span></a><span class=cF0>(), for renaming files matching a mask. I used it to do the .HC -> .CC conversion.
|
|
<a name="l474"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l28"><span class=cF4>Cls</span></a><span class=cF0>() and </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l33"><span class=cF4>SysCls</span></a><span class=cF0>().
|
|
<a name="l475"></a>* Functions starting with 'A' for Adam now start with 'Z' for Zenith.
|
|
<a name="l476"></a>* <u>Decompressed all files.</u> Removed Zip(), Unzip(), and ZipRep(). Slightly modified </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/BlkDev/DiskFile.CC.html#l1"><span class=cF4>FileRead</span></a><span class=cF0>() to disable reading compressed
|
|
<a name="l477"></a>files. Removal of compression planned for the future.
|
|
<a name="l478"></a>* <u>Renamed all files from .HC -> .CC to reflect language name change.
|
|
<a name="l479"></a></u>* Renaming:
|
|
<a name="l480"></a> TempleOS -> ZenithOS
|
|
<a name="l481"></a> HolyC -> CosmiC
|
|
<a name="l482"></a> Adam -> Zenith
|
|
<a name="l483"></a> Seth -> Daemon
|
|
<a name="l484"></a> Chk -> Check
|
|
<a name="l485"></a> Que -> Queue
|
|
<a name="l486"></a> Scrn -> Screen
|
|
<a name="l487"></a> Pmt -> Prompt
|
|
<a name="l488"></a> Cmp -> Comp (Compiler) or Compare
|
|
<a name="l489"></a> Prs -> Parse
|
|
<a name="l490"></a> Rem -> Remove
|
|
<a name="l491"></a> Ins -> Insert
|
|
<a name="l492"></a> Hndlr -> Handler
|
|
<a name="l493"></a> Glbls -> Globals
|
|
<a name="l494"></a> Stmt -> Statement
|
|
<a name="l495"></a> Dbg -> Debug
|
|
<a name="l496"></a> Dsk -> Disk
|
|
<a name="l497"></a> Drv -> Drive
|
|
<a name="l498"></a> Let -> Letter
|
|
<a name="l499"></a> Chg -> Change
|
|
<a name="l500"></a> Fmt -> Format
|
|
<a name="l501"></a> Stk -> Stack
|
|
<a name="l502"></a> Snd -> Sound
|
|
<a name="l503"></a> Msg -> Message
|
|
<a name="l504"></a> Cnt -> Count
|
|
<a name="l505"></a> Lst -> List
|
|
<a name="l506"></a> QSort -> QuickSort
|
|
<a name="l507"></a> Dft -> Default
|
|
<a name="l508"></a> Rst -> Reset
|
|
<a name="l509"></a> Exts -> Externs
|
|
<a name="l510"></a> Ms -> Mouse
|
|
<a name="l511"></a> Fwd -> Forward
|
|
<a name="l512"></a> Bwd -> Backward
|
|
<a name="l513"></a> Cpy -> Copy
|
|
<a name="l514"></a> Cfg -> Config
|
|
<a name="l515"></a> Cvt -> Convert
|
|
<a name="l516"></a> Srv -> Server
|
|
<a name="l517"></a> Evt -> Event
|
|
<a name="l518"></a> Prs -> Parse
|
|
<a name="l519"></a> Mk -> Make
|
|
<a name="l520"></a> InvlPg -> InvalidatePage
|
|
<a name="l521"></a> BEqu -> BEqual
|
|
<a name="l522"></a> Pkt -> Packet
|
|
<a name="l523"></a> Rqst -> Request
|
|
<a name="l524"></a> ... and more.
|
|
<a name="l525"></a>* <u>Start of Zenith Development. Changes up until version 1.0 are not timestamped.
|
|
<a name="l526"></a>
|
|
<a name="l527"></a></u>At this point, Terry removed his changelog. Changes made by him after 4/30/17 are not documented.
|
|
<a name="l528"></a></span><span class=cF4><blink>!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
<a name="l529"></a>==========================
|
|
<a name="l530"></a>!!!!!!!!!!!!!!!!!!!!!!!!!!</blink></span><span class=cF0>
|
|
<a name="l531"></a>
|
|
<a name="l532"></a></span><span class=c0F>----04/30/17 22:24:51----</span><span class=cF0>
|
|
<a name="l533"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Compiler/CMisc.CC.html#l137"><span class=cF4>CmdLinePmt</span></a><span class=cF0>() doesn't print U0 ans.
|
|
<a name="l534"></a>* Added comma flag </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/StrPrint.CC.html#l249"><span class=cF4>StrPrintJoin</span></a><span class=cF0>(,"%,p");
|
|
<a name="l535"></a>* Enhanced </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/StrPrint.CC.html#l1129"><span class=cF4>PrintErr</span></a><span class=cF0>() and </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/StrPrint.CC.html#l1138"><span class=cF4>PrintWarn</span></a><span class=cF0>().
|
|
<a name="l536"></a>
|
|
<a name="l537"></a></span><span class=c0F>----04/28/17 22:29:09----</span><span class=cF0>
|
|
<a name="l538"></a>* Modified </span><a href="https://zeal-operating-system.github.io/ZealOS/Demo/AcctExample/TOS/TOSBlog.HC.html#l1"><span class=cF4>::/Demo/AcctExample/TOS/TOSBlog.HC</span></a><span class=cF0> and </span><a href="https://zeal-operating-system.github.io/ZealOS/Demo/AcctExample/TOS/TOSToHtml.HC.html#l1"><span class=cF4>::/Demo/AcctExample/TOS/TOSToHtml.HC</span></a><span class=cF0>.
|
|
<a name="l539"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("fmtstr","format");
|
|
<a name="l540"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("fmtdata","data");
|
|
<a name="l541"></a>
|
|
<a name="l542"></a></span><span class=c0F>----04/21/17 14:17:49----</span><span class=cF0>
|
|
<a name="l543"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("MODULE_ORG","ORG");
|
|
<a name="l544"></a>
|
|
<a name="l545"></a></span><span class=c0F>----03/17/17 00:35:11----</span><span class=cF0>
|
|
<a name="l546"></a>* Added toggle AutoSave </span><span class=cF2><CTRL-SHIFT-s></span><span class=cF0>.
|
|
<a name="l547"></a>
|
|
<a name="l548"></a></span><span class=c0F>----03/14/17 00:14:39----</span><span class=cF0>
|
|
<a name="l549"></a>* <blink>TempleOS version 5.03 Released</blink>
|
|
<a name="l550"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("pen_width","thick");
|
|
<a name="l551"></a>
|
|
<a name="l552"></a></span><span class=c0F>----02/05/17 16:37:39----</span><span class=cF0>
|
|
<a name="l553"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Doc/BlkChain.DD.html#l1"><span class=cF4>::/Doc/BlkChain.DD</span></a><span class=cF0>.
|
|
<a name="l554"></a>
|
|
<a name="l555"></a></span><span class=c0F>----02/03/17 17:27:36----</span><span class=cF0>
|
|
<a name="l556"></a>* Added multicore </span><a href="https://zeal-operating-system.github.io/ZealOS/System/MathODE.CC.html#l1"><span class=cF4>::/System/MathODE.CC</span></a><span class=cF0>.
|
|
<a name="l557"></a>* Improved support for sub and super scripts.
|
|
<a name="l558"></a>
|
|
<a name="l559"></a></span><span class=c0F>----01/31/17 10:22:10----</span><span class=cF0>
|
|
<a name="l560"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Demo/Graphics/LightTable.CC.html#l1"><span class=cF4>::/Demo/Graphics/LightTable.CC</span></a><span class=cF0>.
|
|
<a name="l561"></a>* Added </span><span class=cF4><u>TOS Linux Setup</u></span><span class=cF0>.
|
|
<a name="l562"></a>
|
|
<a name="l563"></a></span><span class=c0F>----01/27/17 08:13:37----</span><span class=cF0>
|
|
<a name="l564"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/System/DolDoc/DocFile.CC.html#l385"><span class=cF4>DocLineRead</span></a><span class=cF0>() and </span><a href="https://zeal-operating-system.github.io/ZealOS/System/DolDoc/DocFile.CC.html#l397"><span class=cF4>DocLineWrite</span></a><span class=cF0>().
|
|
<a name="l565"></a>
|
|
<a name="l566"></a></span><span class=c0F>----01/25/17 20:44:17----</span><span class=cF0>
|
|
<a name="l567"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("DocLineNumGoto","DocGoToLine");
|
|
<a name="l568"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("Clipboard","Clip");
|
|
<a name="l569"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("AutoMountIDE","MountIDEAuto");
|
|
<a name="l570"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("ChgExt","ExtChg");
|
|
<a name="l571"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("DftExt","ExtDft");
|
|
<a name="l572"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("CurDir","DirCur");
|
|
<a name="l573"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("MkDir","DirMk");
|
|
<a name="l574"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("ChkDsk","DskChk");
|
|
<a name="l575"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("ChgDsk","DskChg");
|
|
<a name="l576"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("PrtDsk","DskPrt");
|
|
<a name="l577"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("RBlks","BlkRead");
|
|
<a name="l578"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("WBlks","BlkWrite");
|
|
<a name="l579"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("FRBlks","FBlkRead");
|
|
<a name="l580"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("FWBlks","FBlkWrite");
|
|
<a name="l581"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("Cluster","Clus");
|
|
<a name="l582"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("RClusters","ClusRead");
|
|
<a name="l583"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("WClusters","ClusWrite");
|
|
<a name="l584"></a>
|
|
<a name="l585"></a>
|
|
<a name="l586"></a></span><span class=c0F>----01/24/17 21:56:06----</span><span class=cF0>
|
|
<a name="l587"></a>* Improved </span><a href="https://zeal-operating-system.github.io/ZealOS/Apps/Psalmody/JukeBox.CC.html#l1"><span class=cF4>::/Apps/Psalmody/JukeBox.CC</span></a><span class=cF0>
|
|
<a name="l588"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("TreeBranch","Tree");
|
|
<a name="l589"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/System/DolDoc/DocTree.CC.html#l198"><span class=cF4>DocTreeWrite</span></a><span class=cF0>() and </span><a href="https://zeal-operating-system.github.io/ZealOS/System/DolDoc/DocTree.CC.html#l203"><span class=cF4>DocTreeAppend</span></a><span class=cF0>().
|
|
<a name="l590"></a>
|
|
<a name="l591"></a></span><span class=c0F>----01/22/17 06:08:00----</span><span class=cF0>
|
|
<a name="l592"></a>* <blink>TempleOS version 5.02 Released</blink>
|
|
<a name="l593"></a>* Changed polling of </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/SerialDev/Mouse.CC.html#l350"><span class=cF4>KbdMsHndlr</span></a><span class=cF0>() in </span><a href="https://zeal-operating-system.github.io/ZealOS/System/WinMgr.CC.html#l250"><span class=cF4>WinMgrSleep</span></a><span class=cF0>(), increased fifos.
|
|
<a name="l594"></a>
|
|
<a name="l595"></a></span><span class=c0F>----01/17/17 18:11:53----</span><span class=cF0>
|
|
<a name="l596"></a>* Fixed </span><span class=cF2>$</span><span class=cF0> class offset so </span><span class=cF2>#assert</span><span class=cF0>'s don't lag a token.
|
|
<a name="l597"></a>
|
|
<a name="l598"></a></span><span class=c0F>----01/17/17 14:39:41----</span><span class=cF0>
|
|
<a name="l599"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l3421"><span class=cF4>blkdev.ins_base0</span></a><span class=cF0> and </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l3421"><span class=cF4>blkdev.ins_unit</span></a><span class=cF0>.
|
|
<a name="l600"></a>* Added make </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Boot/DiskISORedSea.CC.html#l154"><span class=cF4>RedSeaISO</span></a><span class=cF0>() to </span><a href="https://zeal-operating-system.github.io/ZealOS/System/BlkDev/FileMgr.CC.html#l678"><span class=cF4>FileMgr</span></a><span class=cF0>().
|
|
<a name="l601"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l3421"><span class=cF4>blkdev.dft_iso_c_filename</span></a><span class=cF0> .
|
|
<a name="l602"></a>
|
|
<a name="l603"></a></span><span class=c0F>----01/17/17 06:12:21----</span><span class=cF0>
|
|
<a name="l604"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("MIN_...","..._MIN");
|
|
<a name="l605"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("MAX_...","..._MAX");
|
|
<a name="l606"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("NUM_...","..._NUM");
|
|
<a name="l607"></a>
|
|
<a name="l608"></a></span><span class=c0F>----01/14/17 19:16:51----</span><span class=cF0>
|
|
<a name="l609"></a>* Created </span><span class=cF2>/Demo/AcctExample/TOS</span><span class=cF0>.
|
|
<a name="l610"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("MAX_...","_NUM...");
|
|
<a name="l611"></a>
|
|
<a name="l612"></a></span><span class=c0F>----01/14/17 09:43:12----</span><span class=cF0>
|
|
<a name="l613"></a>* Improved </span><a href="https://zeal-operating-system.github.io/ZealOS/Demo/AcctExample/TOS/TOSHolySpirit.HC.html#l1"><span class=cF4>::/Demo/AcctExample/TOS/TOSHolySpirit.HC</span></a><span class=cF0>.
|
|
<a name="l614"></a>* Added cmp </span><a href="https://zeal-operating-system.github.io/ZealOS/Compiler/ParseExp.CC.html#l340"><span class=cF4>U0 Expression</span></a><span class=cF0> warn.
|
|
<a name="l615"></a>* Improved syntax highlighting.
|
|
<a name="l616"></a>
|
|
<a name="l617"></a></span><span class=c0F>----01/11/17 03:33:33----</span><span class=cF0>
|
|
<a name="l618"></a>* <blink>TempleOS version 5.01 Released</blink>
|
|
<a name="l619"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("ChangeLog","ChgLog");
|
|
<a name="l620"></a>* Added show mouse pos to </span><span class=cF2><CTRL-ALT-G></span><span class=cF0>.
|
|
<a name="l621"></a>* Improved </span><a href="https://zeal-operating-system.github.io/ZealOS/Demo/AcctExample/TOS/TOSDistro.CC.html#l382"><span class=cF4>TOSRegen</span></a><span class=cF0>().
|
|
<a name="l622"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/BlkDev/DiskDrive.CC.html#l181"><span class=cF4>Let2Let</span></a><span class=cF0>().
|
|
<a name="l623"></a>
|
|
<a name="l624"></a></span><span class=c0F>----01/10/17 14:27:58----</span><span class=cF0>
|
|
<a name="l625"></a>* Made </span><a href="https://zeal-operating-system.github.io/ZealOS/System/DolDoc/DocDblBuf.CC.html#l2"><span class=cF4>DocPut</span></a><span class=cF0>() use parent task's doc if input filter task.
|
|
<a name="l626"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Registry.CC.html#l168"><span class=cF4>Once</span></a><span class=cF0>(), </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Registry.CC.html#l158"><span class=cF4>AOnce</span></a><span class=cF0>(), </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Registry.CC.html#l153"><span class=cF4>OnceFlush</span></a><span class=cF0>(), </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Registry.CC.html#l148"><span class=cF4>AOnceFlush</span></a><span class=cF0>(), </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Registry.CC.html#l192"><span class=cF4>OnceDrv</span></a><span class=cF0>(), </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Registry.CC.html#l178"><span class=cF4>AOnceDrv</span></a><span class=cF0>() and </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Registry.CC.html#l206"><span class=cF4>OnceExe</span></a><span class=cF0>().
|
|
<a name="l627"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("DoOnce","Once");
|
|
<a name="l628"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Registry.CC.html#l90"><span class=cF4>RegAppend</span></a><span class=cF0>() and </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Registry.CC.html#l69"><span class=cF4>RegCnt</span></a><span class=cF0>();
|
|
<a name="l629"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("RegSetDftEntry()","</span><a href="https://zeal-operating-system.github.io/ZealOS/System/Registry.CC.html#l23"><span class=cF4>RegDft</span></a><span class=cF0>()");
|
|
<a name="l630"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("RegExeBranch()","</span><a href="https://zeal-operating-system.github.io/ZealOS/System/Registry.CC.html#l52"><span class=cF4>RegExe</span></a><span class=cF0>()");
|
|
<a name="l631"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("RegWriteBranch()","</span><a href="https://zeal-operating-system.github.io/ZealOS/System/Registry.CC.html#l59"><span class=cF4>RegWrite</span></a><span class=cF0>()");
|
|
<a name="l632"></a>
|
|
<a name="l633"></a></span><span class=c0F>----01/10/17 11:45:41----</span><span class=cF0>
|
|
<a name="l634"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Adam/InsReg.HC.html#l1"><span class=cF4>::/Adam/InsReg.HC</span></a><span class=cF0> with </span><span class=cF4><u>InsReg</u></span><span class=cF0>(), </span><span class=cF4><u>InsRereg</u></span><span class=cF0>() and </span><span class=cF4><u>InsUnreg</u></span><span class=cF0>().
|
|
<a name="l635"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Adam/Host.HC.html#l1"><span class=cF4>::/Adam/Host.HC</span></a><span class=cF0> with </span><span class=cF4><u>HostChgDsk</u></span><span class=cF0>().
|
|
<a name="l636"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Adam/Opt/Utils/TOS.HC.html#l1"><span class=cF4>::/Adam/Opt/Utils/TOS.HC</span></a><span class=cF0> with </span><span class=cF4><u>TOSStdIns</u></span><span class=cF0>().
|
|
<a name="l637"></a>* Added cmd line args for partition % to </span><a href="https://zeal-operating-system.github.io/ZealOS/System/BlkDev/DiskPart.CC.html#l13"><span class=cF4>DskPrt</span></a><span class=cF0>().
|
|
<a name="l638"></a>
|
|
<a name="l639"></a></span><span class=c0F>----01/09/17 21:48:34----</span><span class=cF0>
|
|
<a name="l640"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("a1","arg1");
|
|
<a name="l641"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("a2","arg2");
|
|
<a name="l642"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("r","res");
|
|
<a name="l643"></a>
|
|
<a name="l644"></a></span><span class=c0F>----01/09/17 02:30:59----</span><span class=cF0>
|
|
<a name="l645"></a>* Improved compiler </span><a href="https://zeal-operating-system.github.io/ZealOS/Compiler/BackLib.CC.html#l328"><span class=cF4>ICSlashOp</span></a><span class=cF0>().
|
|
<a name="l646"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KDebug.CC.html#l752"><span class=cF4>Panic</span></a><span class=cF0>().
|
|
<a name="l647"></a>* Made it possible to mount just one partition.
|
|
<a name="l648"></a>* Fixed creation of RedSea ISOs.
|
|
<a name="l649"></a>* Organized </span><a href="https://zeal-operating-system.github.io/ZealOS/PersonalMenu.DD.html#l1"><span class=cF4>::/PersonalMenu.DD</span></a><span class=cF0>.
|
|
<a name="l650"></a>* Moved AfterEgypt to the supplemental disk.
|
|
<a name="l651"></a>
|
|
<a name="l652"></a></span><span class=c0F>----01/06/17 06:07:19----</span><span class=cF0>
|
|
<a name="l653"></a>* Fixed </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/BlkDev/DiskDrive.CC.html#l269"><span class=cF4>DskChg</span></a><span class=cF0>().
|
|
<a name="l654"></a>* Improved </span><a href="https://zeal-operating-system.github.io/ZealOS/Misc/OSTestSuite.CC.html#l1"><span class=cF4>::/Misc/OSTestSuite.CC</span></a><span class=cF0>.
|
|
<a name="l655"></a>
|
|
<a name="l656"></a></span><span class=c0F>----01/05/17 04:53:21----</span><span class=cF0>
|
|
<a name="l657"></a>* No longer support ASCII#12, <CTRL-l> CH_FORM_FEED.
|
|
<a name="l658"></a>* Fixed </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelB.HH.html#l145"><span class=cF4>sys_var_init_flag</span></a><span class=cF0>.
|
|
<a name="l659"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Gr/GrComposites.CC.html#l396"><span class=cF4>GRScrnCaptureRead</span></a><span class=cF0>().
|
|
<a name="l660"></a>
|
|
<a name="l661"></a></span><span class=c0F>----01/04/17 18:06:14----</span><span class=cF0>
|
|
<a name="l662"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Demo/AcctExample/TOS/TOSPolicies.DD.html#l1"><span class=cF4>::/Demo/AcctExample/TOS/TOSPolicies.DD</span></a><span class=cF0>.
|
|
<a name="l663"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("U0 pad;",";"); for align #asserts.
|
|
<a name="l664"></a>* Got rid of </span><span class=cF4>mouse.throttle</span><span class=cF0>.
|
|
<a name="l665"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("Button","Bttn");
|
|
<a name="l666"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("Handler","Hndlr");
|
|
<a name="l667"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("InputPointer","Mouse");
|
|
<a name="l668"></a>* Improved </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Utils/MemRep.CC.html#l219"><span class=cF4>MemRep</span></a><span class=cF0>().
|
|
<a name="l669"></a>* Changed </span><a href="https://zeal-operating-system.github.io/ZealOS/System/WallPaper.CC.html#l1"><span class=cF4>::/System/WallPaper.CC</span></a><span class=cF0>.
|
|
<a name="l670"></a>
|
|
<a name="l671"></a></span><span class=c0F>----01/03/17 12:23:49----</span><span class=cF0>
|
|
<a name="l672"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("chars_cmp...","char_bmp...");
|
|
<a name="l673"></a>* Added chk for </span><span class=cF4><u>Profanity</u></span><span class=cF0>.
|
|
<a name="l674"></a>* Improved </span><a href="https://zeal-operating-system.github.io/ZealOS/Demo/AcctExample/TOS/TOSDistro.CC.html#l291"><span class=cF4>TOSRegen</span></a><span class=cF0>.
|
|
<a name="l675"></a>* Removed </span><a href="http://www.templeos.org/files/TempleOSBooks1.ISO"><span class=cF0>TempleOSBooks1.ISO</span></a><span class=cF0> and </span><a href="http://www.templeos.org/files/TempleOSBooks2.ISO"><span class=cF0>TempleOSBooks2.ISO</span></a><span class=cF0> out of </span><a href="http://www.templeos.org/TempleOSSup1.ISO"><span class=cF0>TempleOSSup1.ISO</span></a><span class=cF0>.
|
|
<a name="l676"></a>
|
|
<a name="l677"></a></span><span class=c0F>----01/01/17 17:16:16----</span><span class=cF0>
|
|
<a name="l678"></a>* <blink>TempleOS version 5.00 Released</blink>
|
|
<a name="l679"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Utils/DocUtils.CC.html#l35"><span class=cF4>Collapse</span></a><span class=cF0>().
|
|
<a name="l680"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Utils/DocUtils.CC.html#l10"><span class=cF4>CursorRem</span></a><span class=cF0>().
|
|
<a name="l681"></a>
|
|
<a name="l682"></a></span><span class=c0F>----12/31/16 07:21:20----</span><span class=cF0>
|
|
<a name="l683"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("SYS_SEMA_...","SEMA_...");
|
|
<a name="l684"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("SYSf_CTRL_ALT_...","CTRL_ALT_...");
|
|
<a name="l685"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("ThrowBreak()","</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KExcept.CC.html#l121"><span class=cF4>Break</span></a><span class=cF0>()");
|
|
<a name="l686"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/System/DevInfo.CC.html#l338"><span class=cF4>MemPageRep</span></a><span class=cF0>().
|
|
<a name="l687"></a>
|
|
<a name="l688"></a></span><span class=c0F>----12/30/16 23:42:20----</span><span class=cF0>
|
|
<a name="l689"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("Pages512","Pags");
|
|
<a name="l690"></a>* Overhauled </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/Memory/PageTables.CC.html#l1"><span class=cF4>::/Kernel/Memory/PageTables.CC</span></a><span class=cF0>.
|
|
<a name="l691"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("BusyWait()","</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KMisc.CC.html#l88"><span class=cF4>Busy</span></a><span class=cF0>()");
|
|
<a name="l692"></a>
|
|
<a name="l693"></a></span><span class=c0F>----12/29/16 10:21:44----</span><span class=cF0>
|
|
<a name="l694"></a>* Changed </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KMisc.CC.html#l129"><span class=cF4>Snd</span></a><span class=cF0>() from </span><span class=cF2>freq</span><span class=cF0> to a </span><span class=cF2>I8</span><span class=cF0> val called an </span><span class=cF2>ona</span><span class=cF0>.
|
|
<a name="l695"></a>* Fixed error in music octaves.
|
|
<a name="l696"></a>* To convert songs, download Supplemental#1 ISO from the AppStore on http://www.templeos.org and run
|
|
<a name="l697"></a>Sup1/Sup1Utils/CvtSong500.HC.
|
|
<a name="l698"></a>
|
|
<a name="l699"></a></span><span class=c0F>----12/22/16 16:18:32----</span><span class=cF0>
|
|
<a name="l700"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("CSrvCmd","</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l3860"><span class=cF4>CJob</span></a><span class=cF0>");
|
|
<a name="l701"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("CSrvCtrl","</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l3878"><span class=cF4>CJobCtrl</span></a><span class=cF0>");
|
|
<a name="l702"></a>
|
|
<a name="l703"></a></span><span class=c0F>----12/03/16 13:19:58----</span><span class=cF0>
|
|
<a name="l704"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("SpriteMat3B()","</span><a href="https://zeal-operating-system.github.io/ZealOS/System/Gr/GrSpritePlot.CC.html#l294"><span class=cF4>Sprite3Mat4x4B</span></a><span class=cF0>()");
|
|
<a name="l705"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("SpriteX3B()","</span><a href="https://zeal-operating-system.github.io/ZealOS/System/Gr/GrSpritePlot.CC.html#l307"><span class=cF4>Sprite3XB</span></a><span class=cF0>()");
|
|
<a name="l706"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("SpriteY3B()","</span><a href="https://zeal-operating-system.github.io/ZealOS/System/Gr/GrSpritePlot.CC.html#l316"><span class=cF4>Sprite3YB</span></a><span class=cF0>()");
|
|
<a name="l707"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("SpriteZ3B()","</span><a href="https://zeal-operating-system.github.io/ZealOS/System/Gr/GrSpritePlot.CC.html#l325"><span class=cF4>Sprite3ZB</span></a><span class=cF0>()");
|
|
<a name="l708"></a>* Improved </span><a href="https://zeal-operating-system.github.io/ZealOS/Demo/Games/Talons.CC.html#l1"><span class=cF4>::/Demo/Games/Talons.CC</span></a><span class=cF0>.
|
|
<a name="l709"></a>
|
|
<a name="l710"></a></span><span class=c0F>----12/03/16 10:16:26----</span><span class=cF0>
|
|
<a name="l711"></a>* Changed </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l2173"><span class=cF4>__CMD_LINE__</span></a><span class=cF0>.
|
|
<a name="l712"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l4510"><span class=cF4>CProgress</span></a><span class=cF0>.tf.
|
|
<a name="l713"></a>* Added </span><span class=cF4><u>sys_staff_mode_flag</u></span><span class=cF0>.
|
|
<a name="l714"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("except_caller","except_callers");
|
|
<a name="l715"></a>
|
|
<a name="l716"></a></span><span class=c0F>----11/30/16 22:44:35----</span><span class=cF0>
|
|
<a name="l717"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Gr/SpriteEd.CC.html#l1417"><span class=cF4>SpriteTransform</span></a><span class=cF0>().
|
|
<a name="l718"></a>
|
|
<a name="l719"></a></span><span class=c0F>----11/28/16 07:11:41----</span><span class=cF0>
|
|
<a name="l720"></a>* Improved </span><a href="https://zeal-operating-system.github.io/ZealOS/Apps/Titanium/Titanium.CC.html#l1"><span class=cF4>::/Apps/Titanium/Titanium.CC</span></a><span class=cF0>.
|
|
<a name="l721"></a>
|
|
<a name="l722"></a></span><span class=c0F>----11/26/16 22:43:51----</span><span class=cF0>
|
|
<a name="l723"></a>* Added solar storms to </span><a href="https://zeal-operating-system.github.io/ZealOS/Apps/X-Caliber/X-Caliber.CC.html#l1"><span class=cF4>::/Apps/X-Caliber/X-Caliber.CC</span></a><span class=cF0>.
|
|
<a name="l724"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("TimeOut","Titanium");
|
|
<a name="l725"></a>
|
|
<a name="l726"></a></span><span class=c0F>----11/20/16 19:46:43----</span><span class=cF0>
|
|
<a name="l727"></a>* <blink>TempleOS version 4.13 Released</blink>
|
|
<a name="l728"></a>* Improved </span><a href="https://zeal-operating-system.github.io/ZealOS/Apps/Titanium/Titanium.CC.html#l1"><span class=cF4>::/Apps/Titanium/Titanium.CC</span></a><span class=cF0>.
|
|
<a name="l729"></a>* Improved </span><a href="https://zeal-operating-system.github.io/ZealOS/Apps/X-Caliber/X-Caliber.CC.html#l1"><span class=cF4>::/Apps/X-Caliber/X-Caliber.CC</span></a><span class=cF0>.
|
|
<a name="l730"></a>
|
|
<a name="l731"></a></span><span class=c0F>----11/19/16 08:19:51----</span><span class=cF0>
|
|
<a name="l732"></a>* Improved Budget application.
|
|
<a name="l733"></a>
|
|
<a name="l734"></a></span><span class=c0F>----11/17/16 18:49:51----</span><span class=cF0>
|
|
<a name="l735"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("EagleDive","Talons");
|
|
<a name="l736"></a>* Improved </span><a href="https://zeal-operating-system.github.io/ZealOS/Demo/Games/RocketScience.CC.html#l1"><span class=cF4>::/Demo/Games/RocketScience.CC</span></a><span class=cF0>.
|
|
<a name="l737"></a>* Improved </span><a href="https://zeal-operating-system.github.io/ZealOS/Demo/Games/Rocket.CC.html#l1"><span class=cF4>::/Demo/Games/Rocket.CC</span></a><span class=cF0>.
|
|
<a name="l738"></a>
|
|
<a name="l739"></a></span><span class=c0F>----10/28/16 05:54:27----</span><span class=cF0>
|
|
<a name="l740"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Demo/RadixSort.CC.html#l1"><span class=cF4>::/Demo/RadixSort.CC</span></a><span class=cF0>.
|
|
<a name="l741"></a>
|
|
<a name="l742"></a></span><span class=c0F>----10/26/16 00:21:06----</span><span class=cF0>
|
|
<a name="l743"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l4510"><span class=cF4>CProgress</span></a><span class=cF0>.t0.
|
|
<a name="l744"></a>* Improved </span><a href="https://zeal-operating-system.github.io/ZealOS/Doc/Boot.DD.html#l1"><span class=cF4>::/Doc/Boot.DD</span></a><span class=cF0>.
|
|
<a name="l745"></a>
|
|
<a name="l746"></a></span><span class=c0F>----10/25/16 18:02:44----</span><span class=cF0>
|
|
<a name="l747"></a>* Improved </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Gr/SpriteEd.CC.html#l1"><span class=cF4>::/System/Gr/SpriteEd.CC</span></a><span class=cF0>.
|
|
<a name="l748"></a>* Improved </span><a href="https://zeal-operating-system.github.io/ZealOS/Demo/AcctExample/TOS/TOSHolySpirit.HC.html#l1"><span class=cF4>::/Demo/AcctExample/TOS/TOSHolySpirit.HC</span></a><span class=cF0>.
|
|
<a name="l749"></a>
|
|
<a name="l750"></a></span><span class=c0F>----10/12/16 10:55:26----</span><span class=cF0>
|
|
<a name="l751"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l2281"><span class=cF4>CCF_NO_CHAR_CONST</span></a><span class=cF0>.
|
|
<a name="l752"></a>* Improved </span><a href="https://zeal-operating-system.github.io/ZealOS/Demo/ToHtmlToTXTDemo/ToHtml.CC.html#l1"><span class=cF4>::/Demo/ToHtmlToTXTDemo/ToHtml.CC</span></a><span class=cF0>.
|
|
<a name="l753"></a>
|
|
<a name="l754"></a></span><span class=c0F>----10/03/16 01:09:35----</span><span class=cF0>
|
|
<a name="l755"></a>* Changed </span><a href="https://zeal-operating-system.github.io/ZealOS/System/God/HolySpirit.CC.html#l173"><span class=cF4>GodWord</span></a><span class=cF0>().
|
|
<a name="l756"></a>
|
|
<a name="l757"></a></span><span class=c0F>----09/30/16 18:29:59----</span><span class=cF0>
|
|
<a name="l758"></a>* Improved </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KMathB.CC.html#l134"><span class=cF4>Rand</span></a><span class=cF0>()'s.
|
|
<a name="l759"></a>* Improved </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Utils/ToTXT.CC.html#l1"><span class=cF4>::/System/Utils/ToTXT.CC</span></a><span class=cF0>.
|
|
<a name="l760"></a>
|
|
<a name="l761"></a></span><span class=c0F>----09/29/16 10:13:14----</span><span class=cF0>
|
|
<a name="l762"></a>* <blink>TempleOS version 4.12 Released</blink>
|
|
<a name="l763"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l3946"><span class=cF4>TASKf_CMD_LINE_PMT</span></a><span class=cF0>.
|
|
<a name="l764"></a>* Improved </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/Job.CC.html#l270"><span class=cF4>TaskWait</span></a><span class=cF0>().
|
|
<a name="l765"></a>* Improved </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KTask.CC.html#l39"><span class=cF4>DeathWait</span></a><span class=cF0>().
|
|
<a name="l766"></a>
|
|
<a name="l767"></a></span><span class=c0F>----09/27/16 12:40:21----</span><span class=cF0>
|
|
<a name="l768"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KMisc.CC.html#l186"><span class=cF4>SndRst</span></a><span class=cF0>().
|
|
<a name="l769"></a>* Got rid of crappy reverb in </span><a href="https://zeal-operating-system.github.io/ZealOS/Apps/Psalmody/PsalmodyMain.CC.html#l1"><span class=cF4>::/Apps/Psalmody/PsalmodyMain.CC</span></a><span class=cF0>.
|
|
<a name="l770"></a>
|
|
<a name="l771"></a></span><span class=c0F>----09/27/16 11:09:25----</span><span class=cF0>
|
|
<a name="l772"></a>* Improved </span><a href="https://zeal-operating-system.github.io/ZealOS/Misc/OSTestSuite.CC.html#l1"><span class=cF4>::/Misc/OSTestSuite.CC</span></a><span class=cF0>.
|
|
<a name="l773"></a>* Fixed bug in </span><a href="https://zeal-operating-system.github.io/ZealOS/System/DolDoc/DocChar.CC.html#l512"><span class=cF4>EdCharIns</span></a><span class=cF0>() printing $ cmds.
|
|
<a name="l774"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l3259"><span class=cF4>FUF_JUST_DD</span></a><span class=cF0> and </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l3016"><span class=cF4>FILEMASK_DD</span></a><span class=cF0>.
|
|
<a name="l775"></a>
|
|
<a name="l776"></a></span><span class=c0F>----09/27/16 01:05:52----</span><span class=cF0>
|
|
<a name="l777"></a>* Improved </span><a href="https://zeal-operating-system.github.io/ZealOS/Doc/MemoryOverview.DD.html#l1"><span class=cF4>::/Doc/MemoryOverview.DD</span></a><span class=cF0>.
|
|
<a name="l778"></a>* Got rid of </span><span class=cF4>::/Demo/Lectures/Mem</span><span class=cF0>.
|
|
<a name="l779"></a>* Made filename paths relative to document location in DolDoc links.
|
|
<a name="l780"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("Temp","Tmp");
|
|
<a name="l781"></a>
|
|
<a name="l782"></a></span><span class=c0F>----09/26/16 00:44:42----</span><span class=cF0>
|
|
<a name="l783"></a>* Added CloseAssault and OverRun to </span><a href="https://zeal-operating-system.github.io/ZealOS/Apps/ToTheFront/ToTheFront.CC.html#l1"><span class=cF4>::/Apps/ToTheFront/ToTheFront.CC</span></a><span class=cF0>.
|
|
<a name="l784"></a>
|
|
<a name="l785"></a></span><span class=c0F>----09/22/16 07:53:20----</span><span class=cF0>
|
|
<a name="l786"></a>* Improved </span><a href="https://zeal-operating-system.github.io/ZealOS/Demo/Graphics/Box.CC.html#l1"><span class=cF4>::/Demo/Graphics/Box.CC</span></a><span class=cF0>.
|
|
<a name="l787"></a>* Improved </span><a href="https://zeal-operating-system.github.io/ZealOS/Demo/Graphics/SpritePlot3D.CC.html#l1"><span class=cF4>::/Demo/Graphics/SpritePlot3D.CC</span></a><span class=cF0>.
|
|
<a name="l788"></a>
|
|
<a name="l789"></a></span><span class=c0F>----09/21/16 17:09:40----</span><span class=cF0>
|
|
<a name="l790"></a>* Fixed bug in </span><a href="https://zeal-operating-system.github.io/ZealOS/Demo/Games/BomberGolf.CC.html#l1"><span class=cF4>::/Demo/Games/BomberGolf.CC</span></a><span class=cF0>.
|
|
<a name="l791"></a>
|
|
<a name="l792"></a></span><span class=c0F>----09/20/16 15:57:30----</span><span class=cF0>
|
|
<a name="l793"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("Screen","Scrn");
|
|
<a name="l794"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("WinMgrSync","</span><a href="https://zeal-operating-system.github.io/ZealOS/System/WinMgr.CC.html#l3"><span class=cF4>Refresh</span></a><span class=cF0>");
|
|
<a name="l795"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("InDbg","</span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KMisc.CC.html#l279"><span class=cF4>DbgMode</span></a><span class=cF0>");
|
|
<a name="l796"></a>* Improved </span><a href="https://zeal-operating-system.github.io/ZealOS/Doc/Boot.DD.html#l1"><span class=cF4>::/Doc/Boot.DD</span></a><span class=cF0>.
|
|
<a name="l797"></a>
|
|
<a name="l798"></a></span><span class=c0F>----09/20/16 07:31:52----</span><span class=cF0>
|
|
<a name="l799"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("DAT","DATA");
|
|
<a name="l800"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("Auto","In");
|
|
<a name="l801"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("AutoStr","InStr");
|
|
<a name="l802"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("AutoFile","InFile");
|
|
<a name="l803"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("AUT","IN");
|
|
<a name="l804"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("GRA","GR");
|
|
<a name="l805"></a>
|
|
<a name="l806"></a></span><span class=c0F>----09/18/16 20:40:44----</span><span class=cF0>
|
|
<a name="l807"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Doc/WhyNotMore.DD.html#l1"><span class=cF4>::/Doc/WhyNotMore.DD</span></a><span class=cF0>.
|
|
<a name="l808"></a>
|
|
<a name="l809"></a></span><span class=c0F>----09/18/16 12:52:03----</span><span class=cF0>
|
|
<a name="l810"></a>* <blink>TempleOS version 4.11 Released</blink>
|
|
<a name="l811"></a>* Fixed bug in </span><span class=cF4><u>IsDotZ</u></span><span class=cF0>() and </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/BlkDev/DiskStrA.CC.html#l28"><span class=cF4>IsDotC</span></a><span class=cF0>().
|
|
<a name="l812"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("CPP","HC");
|
|
<a name="l813"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("HPP","HH");
|
|
<a name="l814"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("TXT","DD");
|
|
<a name="l815"></a>
|
|
<a name="l816"></a></span><span class=c0F>----09/06/16 13:01:42----</span><span class=cF0>
|
|
<a name="l817"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l1681"><span class=cF4>OPTf_WARN_HEADER_MISMATCH</span></a><span class=cF0>.
|
|
<a name="l818"></a>* Changed </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/Display.CC.html#l119"><span class=cF4>WinInside</span></a><span class=cF0>().
|
|
<a name="l819"></a>* Got rid of </span><span class=cF4>MSG_FOCUS</span><span class=cF0>, </span><span class=cF4>MSG_MOVE</span><span class=cF0>, and </span><span class=cF4>MSG_SIZE</span><span class=cF0>. There are no longer messages for moving and sizing windows.
|
|
<a name="l820"></a>
|
|
<a name="l821"></a></span><span class=c0F>----09/06/16 02:40:43----</span><span class=cF0>
|
|
<a name="l822"></a>* Improved </span><a href="https://zeal-operating-system.github.io/ZealOS/Demo/MagicPairs.CC.html#l1"><span class=cF4>::/Demo/MagicPairs.CC</span></a><span class=cF0>.
|
|
<a name="l823"></a>
|
|
<a name="l824"></a></span><span class=c0F>----08/27/16 09:45:39----</span><span class=cF0>
|
|
<a name="l825"></a>* Improved </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Utils/CPURep.CC.html#l28"><span class=cF4>CPURep</span></a><span class=cF0>().
|
|
<a name="l826"></a>* Improved </span><a href="https://zeal-operating-system.github.io/ZealOS/Misc/OSTestSuite.CC.html#l1"><span class=cF4>::/Misc/OSTestSuite.CC</span></a><span class=cF0>.
|
|
<a name="l827"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KTask.CC.html#l31"><span class=cF4>BirthWait</span></a><span class=cF0>() and </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KTask.CC.html#l39"><span class=cF4>DeathWait</span></a><span class=cF0>().
|
|
<a name="l828"></a>
|
|
<a name="l829"></a></span><span class=c0F>----08/22/16 04:14:47----</span><span class=cF0>
|
|
<a name="l830"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("TK_DOT_DOT_DOT","TK_ELLIPSIS");
|
|
<a name="l831"></a>
|
|
<a name="l832"></a></span><span class=c0F>----07/17/16 13:03:12----</span><span class=cF0>
|
|
<a name="l833"></a>* Improved </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Utils/DocUtils.CC.html#l145"><span class=cF4>DocOpt</span></a><span class=cF0>().
|
|
<a name="l834"></a>
|
|
<a name="l835"></a></span><span class=c0F>----07/17/16 03:23:53----</span><span class=cF0>
|
|
<a name="l836"></a>* Improved </span><a href="https://zeal-operating-system.github.io/ZealOS/Demo/Games/RawHide.CC.html#l1"><span class=cF4>::/Demo/Games/RawHide.CC</span></a><span class=cF0>.
|
|
<a name="l837"></a>
|
|
<a name="l838"></a></span><span class=c0F>----07/15/16 10:11:10----</span><span class=cF0>
|
|
<a name="l839"></a>* <blink>TempleOS version 4.10 Released</blink>
|
|
<a name="l840"></a>* Improved </span><a href="https://zeal-operating-system.github.io/ZealOS/Demo/Games/Talons.CC.html#l1"><span class=cF4>::/Demo/Games/Talons.CC</span></a><span class=cF0>.
|
|
<a name="l841"></a>
|
|
<a name="l842"></a></span><span class=c0F>----07/15/16 05:17:24----</span><span class=cF0>
|
|
<a name="l843"></a>* Created </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l3581"><span class=cF4>CDevGlbls</span></a><span class=cF0>.uncached_alias.
|
|
<a name="l844"></a>* Added 1 Gig page table support.
|
|
<a name="l845"></a>
|
|
<a name="l846"></a></span><span class=c0F>----07/13/16 17:21:19----</span><span class=cF0>
|
|
<a name="l847"></a>* Added multicore report to </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Utils/CPURep.CC.html#l28"><span class=cF4>CPURep</span></a><span class=cF0>().
|
|
<a name="l848"></a>
|
|
<a name="l849"></a></span><span class=c0F>----07/09/16 08:46:36----</span><span class=cF0>
|
|
<a name="l850"></a>* Changed scoring in </span><a href="https://zeal-operating-system.github.io/ZealOS/Demo/Games/Talons.CC.html#l1"><span class=cF4>::/Demo/Games/Talons.CC</span></a><span class=cF0>.
|
|
<a name="l851"></a>* Replaced many </span><span class=cF2>"%Q"</span><span class=cF0> with </span><span class=cF2>"%$Q"</span><span class=cF0>.
|
|
<a name="l852"></a>* Fixed </span><span class=cF2>'\x24'</span><span class=cF0>.
|
|
<a name="l853"></a>* Added </span><span class=cF2>'\d'</span><span class=cF0> for </span><span class=cF2>'$'</span><span class=cF0>.
|
|
<a name="l854"></a>
|
|
<a name="l855"></a></span><span class=c0F>----07/08/16 14:30:19----</span><span class=cF0>
|
|
<a name="l856"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("root","head");
|
|
<a name="l857"></a>* Fixed </span><span class=cF2>REP_STOSB</span><span class=cF0> and </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelB.HH.html#l136"><span class=cF4>MemSet</span></a><span class=cF0>() for 64-bit.
|
|
<a name="l858"></a>
|
|
<a name="l859"></a></span><span class=c0F>----07/07/16 07:21:03----</span><span class=cF0>
|
|
<a name="l860"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/System/DolDoc/DocFile.CC.html#l39"><span class=cF4>DocRead</span></a><span class=cF0>() changes to file's dir so relative filenames work.
|
|
<a name="l861"></a>* Added AppStore to website with Supplemental#1 ISO for download.
|
|
<a name="l862"></a>
|
|
<a name="l863"></a></span><span class=c0F>----07/06/16 23:45:30----</span><span class=cF0>
|
|
<a name="l864"></a>* Fixed multicore bug in </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Gr/GrSpritePlot.CC.html#l18"><span class=cF4>Sprite3</span></a><span class=cF0>().
|
|
<a name="l865"></a>* Improved </span><a href="https://zeal-operating-system.github.io/ZealOS/Demo/Games/Talons.CC.html#l1"><span class=cF4>::/Demo/Games/Talons.CC</span></a><span class=cF0>.
|
|
<a name="l866"></a>
|
|
<a name="l867"></a></span><span class=c0F>----07/05/16 06:03:47----</span><span class=cF0>
|
|
<a name="l868"></a>* <blink>TempleOS version 4.09 Released</blink>
|
|
<a name="l869"></a>* Improved </span><a href="https://zeal-operating-system.github.io/ZealOS/Demo/Games/Talons.CC.html#l1"><span class=cF4>::/Demo/Games/Talons.CC</span></a><span class=cF0>.
|
|
<a name="l870"></a>* Improved </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Gr/GrPrimatives.CC.html#l1676"><span class=cF4>GrFillTri0</span></a><span class=cF0>().
|
|
<a name="l871"></a>
|
|
<a name="l872"></a></span><span class=c0F>----07/03/16 04:30:05----</span><span class=cF0>
|
|
<a name="l873"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/System/BlkDev/Mount.CC.html#l312"><span class=cF4>Unmount</span></a><span class=cF0>().
|
|
<a name="l874"></a>* Made BootLoader mandatory in </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Boot/DiskISORedSea.CC.html#l154"><span class=cF4>RedSeaISO</span></a><span class=cF0>().
|
|
<a name="l875"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KernelA.HH.html#l3280"><span class=cF4>BDT_ISO_FILE_READ</span></a><span class=cF0>.
|
|
<a name="l876"></a>
|
|
<a name="l877"></a></span><span class=c0F>----07/01/16 05:29:08----</span><span class=cF0>
|
|
<a name="l878"></a>* Made underscore mandatory on </span><a href="https://zeal-operating-system.github.io/ZealOS/Doc/CosmiC.DD.html#l1"><span class=cF4>HolyC</span></a><span class=cF0> callable asm functions.
|
|
<a name="l879"></a>
|
|
<a name="l880"></a></span><span class=c0F>----06/28/16 13:15:08----</span><span class=cF0>
|
|
<a name="l881"></a>* Changed </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Utils/TaskRep.CC.html#l23"><span class=cF4>TaskRep</span></a><span class=cF0>() and </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Utils/MemRep.CC.html#l219"><span class=cF4>MemRep</span></a><span class=cF0>().
|
|
<a name="l882"></a>* Changed </span><a href="https://zeal-operating-system.github.io/ZealOS/System/WallPaper.CC.html#l1"><span class=cF4>::/System/WallPaper.CC</span></a><span class=cF0>.
|
|
<a name="l883"></a>
|
|
<a name="l884"></a></span><span class=c0F>----06/26/16 14:01:16----</span><span class=cF0>
|
|
<a name="l885"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Compiler/CMisc.CC.html#l48"><span class=cF4>LastFun</span></a><span class=cF0>(), </span><a href="https://zeal-operating-system.github.io/ZealOS/Compiler/CMain.CC.html#l723"><span class=cF4>RunFile</span></a><span class=cF0>(), </span><a href="https://zeal-operating-system.github.io/ZealOS/Compiler/CMain.CC.html#l772"><span class=cF4>RunFile2</span></a><span class=cF0>() and </span><a href="https://zeal-operating-system.github.io/ZealOS/System/DolDoc/DocPopUp.CC.html#l341"><span class=cF4>PopUpRunFile</span></a><span class=cF0>().
|
|
<a name="l886"></a>* Made boot code modular.
|
|
<a name="l887"></a>
|
|
<a name="l888"></a></span><span class=c0F>----06/24/16 14:15:13----</span><span class=cF0>
|
|
<a name="l889"></a>* Added A.I. to </span><a href="https://zeal-operating-system.github.io/ZealOS/Apps/KeepAway/KeepAway.CC.html#l1"><span class=cF4>::/Apps/KeepAway/KeepAway.CC</span></a><span class=cF0> and changed scoring.
|
|
<a name="l890"></a>
|
|
<a name="l891"></a></span><span class=c0F>----06/24/16 02:55:42----</span><span class=cF0>
|
|
<a name="l892"></a>* <blink>TempleOS version 4.08 Released</blink>
|
|
<a name="l893"></a>* Added </span><span class=cF2>Polygon</span><span class=cF0>, </span><span class=cF2>Fence</span><span class=cF0>, </span><span class=cF2>Prism</span><span class=cF0> and </span><span class=cF2>ResetColor</span><span class=cF0> commands to </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Gr/SpriteMesh.CC.html#l1103"><span class=cF4>SpriteMeshEd</span></a><span class=cF0>().
|
|
<a name="l894"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("Reverse","Rev");
|
|
<a name="l895"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("Select","Sel");
|
|
<a name="l896"></a>
|
|
<a name="l897"></a></span><span class=c0F>----06/23/16 01:03:36----</span><span class=cF0>
|
|
<a name="l898"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Gr/GrPrimatives.CC.html#l437"><span class=cF4>GrFillCircle</span></a><span class=cF0>().
|
|
<a name="l899"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Gr/GrBitMap.CC.html#l2315"><span class=cF4>GrVLine</span></a><span class=cF0>() and </span><a href="https://zeal-operating-system.github.io/ZealOS/System/Gr/GrPrimatives.CC.html#l739"><span class=cF4>GrLineFat3</span></a><span class=cF0>().
|
|
<a name="l900"></a>
|
|
<a name="l901"></a></span><span class=c0F>----06/18/16 16:16:22----</span><span class=cF0>
|
|
<a name="l902"></a>* Modified </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/KeyDev.CC.html#l81"><span class=cF4>KeyDevAdd</span></a><span class=cF0>().
|
|
<a name="l903"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("nounusedwarn","no_warn");
|
|
<a name="l904"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("sub_switch_start","start");
|
|
<a name="l905"></a>* </span><a href="https://zeal-operating-system.github.io/ZealOS/Home/HomeWrappers.CC.html#l13"><span class=cF4>R</span></a><span class=cF0>("sub_switch_end","end");
|
|
<a name="l906"></a>* Changed args to </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/BlkDev/DiskDirA.CC.html#l232"><span class=cF4>PutDirLink</span></a><span class=cF0>() and </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/BlkDev/DiskDirA.CC.html#l184"><span class=cF4>PutFileLink</span></a><span class=cF0>().
|
|
<a name="l907"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/BlkDev/DiskDirB.CC.html#l1"><span class=cF4>HomeSet</span></a><span class=cF0>(). Added </span><span class=cF2>"~"</span><span class=cF0> as special directory designator.
|
|
<a name="l908"></a>* Changed filename exclude mask char from </span><span class=cF2>'~'</span><span class=cF0> to </span><span class=cF2>'!'</span><span class=cF0>. See </span><a href="https://zeal-operating-system.github.io/ZealOS/Doc/FileUtils.DD.html#l1"><span class=cF4>File Utils</span></a><span class=cF0>.
|
|
<a name="l909"></a>* Got rid of </span><span class=cF4>/Home/HomePkgs.HC</span><span class=cF0>.
|
|
<a name="l910"></a>
|
|
<a name="l911"></a></span><span class=c0F>----06/16/16 20:59:41----</span><span class=cF0>
|
|
<a name="l912"></a>* </span><span class=cF2><CTRL-ALT-t></span><span class=cF0> is terminal window.
|
|
<a name="l913"></a>* </span><span class=cF2><CTRL-ALT-n></span><span class=cF0> is next task.
|
|
<a name="l914"></a>
|
|
<a name="l915"></a></span><span class=c0F>----06/16/16 19:49:39----</span><span class=cF0>
|
|
<a name="l916"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Doc/Comm.CC.html#l1"><span class=cF4>::/Doc/Comm.CC</span></a><span class=cF0>.
|
|
<a name="l917"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Doc/StdTempleOSPC.DD.html#l1"><span class=cF4>::/Doc/StdTempleOSPC.DD</span></a><span class=cF0>.
|
|
<a name="l918"></a>* Added </span><a href="https://zeal-operating-system.github.io/ZealOS/Kernel/FontCyrillic.HC.html#l1"><span class=cF4>::/Kernel/FontCyrillic.HC</span></a><span class=cF0>. </span><span class=cF2><CTRL-ALT-f></span><span class=cF0>
|
|
<a name="l919"></a>
|
|
<a name="l920"></a></span><span class=c0F>----06/02/16 03:20:56----</span><span class=cF0>
|
|
<a name="l921"></a>* <blink>TempleOS version 4.07 Released</blink>
|
|
<a name="l922"></a>* Added claws to </span><a href="https://zeal-operating-system.github.io/ZealOS/Demo/Games/Talons.CC.html#l1"><span class=cF4>::/Demo/Games/Talons.CC</span></a><span class=cF0>.
|
|
</span></pre></body>
|
|
</html>
|