The Zeal Operating System is a modernized fork of the 64-bit Temple Operating System, TempleOS.
Find a file
xmm15 c6d687e1cd AutoComplete improvements.
Autocomplete does syntax highlighting, showing symbol type.
Public symbols are inverted.
Dictionary words are black.
AutoComplete window stays where you move it.
Location persistent after reboot.
F11 and F12 can be used to jump to src code.
2020-02-16 02:49:51 -06:00
src AutoComplete improvements. 2020-02-16 02:49:51 -06:00
.gitattributes gitattributes test 2020-02-15 23:22:09 -06:00
README.md Update README.md 2020-02-16 03:03:22 -05:00
vboxmnt.sh rename ISO file on refresh 2020-02-15 14:41:11 -06:00

ZenithOS

ZenithOS.org

The Zenith Operating System is a modernized, professional fork of the 64-bit Temple Operating System.

Features in development include:

  • Fully-functional AHCI support.
  • Compiler optimizations for speed improvements.
  • VBE support, VESA graphics.
  • Network card drivers, network stack.

Previous releases are currently archived on the mega.nz website:

Changes include:

  • 60FPS.
  • Added a NONE #define for use in default function arguments.
  • 440Hz 'A' tuning changed to 432Hz.
  • Added CompComp function.
  • HolyC -> CosmiC.
  • Added Seg2Linear function.
  • System-wide renames:
    • AOnce -> ZOnce
    • ACAlloc -> ZCAlloc
    • AMAlloc -> ZMAlloc
    • AStrNew -> ZStrNew
    • Adam -> Zenith
    • BEqu -> BEqual
    • Bwd -> Backward
    • Cfg -> Config
    • Chg -> Change
    • Chk -> Check
    • Cmp -> Comp
      • (Compiler. CCmpCtrl->CCompCtrl, etc)
    • Cmp -> Compare
      • (StrCmp->StrCompare, etc)
    • Cnt -> Count
    • Cpy -> Copy
    • Cvt -> Convert
    • Dbg -> Debug
    • Dft -> Default
    • Drv -> Drive
    • Dsk -> Disk
    • Evt -> Event
    • Fmt -> Format
    • Fwd -> Forward
    • Glbls -> Globals
    • Hndlr -> Handler
    • KInts -> KInterrupts
    • Lst -> List
    • Ms -> Mouse
    • Msg -> Message
    • Pkt -> Packet
    • Pmt -> Prompt
    • Prs -> Parse
    • QSort -> QuickSort
    • Que -> Queue
    • Rem -> Remove
    • Rst -> Reset
    • Rqst -> Request
    • Scrn -> Screen
    • Snd -> Sound
    • Srv -> Server
    • Stk -> Stack
    • Stmt -> Statement
    • TempleOS -> ZenithOS