The Zeal Operating System is a modernized fork of the 64-bit Temple Operating System, TempleOS.
Find a file
TomAwezome 87de096d19 Implement rebuild script and AUTO-VM.ISO for rebuilding and testing code during development.
The build-temp-vm script will perform the same logic as the build-iso script, the only difference being it will not perform ISO extraction logic whenever the VM is closed. Changes made inside the temporary VM will NOT be preserved. The AUTO-VM bootstrap ISO (which similarly has the system and kernel rebuilding logic on boot but has the ISO generation steps removed) is created by slightly modifying the standard AutoFullDistro0.ZC script file, then using sync.sh to sync the repo contents and update the AUTO iso. Since this setup exists separate from the ISO process, the modified AUTO iso can simply be renamed to AUTO-VM.ISO and the default one re-checked out via git to restore it.
2022-08-18 22:06:50 -04:00
build Implement rebuild script and AUTO-VM.ISO for rebuilding and testing code during development. 2022-08-18 22:06:50 -04:00
screenshots Fix DefineLoad variables AutoComplete src_link. 2021-08-02 02:26:59 -04:00
src Implement rebuild script and AUTO-VM.ISO for rebuilding and testing code during development. 2022-08-18 22:06:50 -04:00
.editorconfig Add .editorconfig 2020-07-22 01:04:42 -05:00
.gitattributes Update .gitattributes 2021-12-11 06:31:07 -05:00
.gitignore Change .BIN format to .ZXE (Zeal Executable). 2022-01-28 03:05:21 -05:00
LICENSE Add LICENSE 2020-02-28 22:10:27 +00:00
README.md Add link to Wiki in README. 2022-05-07 21:38:43 -04:00

ZealOS

Discord

The Zeal Operating System is a modernized, professional fork of the 64-bit Temple Operating System. Guiding principles of development include transparency, full user control, and adherence to public-domain/open-source implementations.

ZealOS strives to be simple, documented, and require as little of a knowledge gap as possible. One person should be able to comprehend the entire system in at least a semi-detailed way within a few days of study. Simplify, don't complicate; make accessible, don't obfuscate.

The CIA encourages code obfuscation. They make it more complicated than necessary.
—Terry A. Davis

Features in development include:

Changes include:

  • 60 FPS
  • VBE graphics with variable resolutions
  • Reformatted code for readability
  • Added comments and documentation
  • HolyC -> ZealC
  • System-wide renaming for clarity

Getting started

Prerequisites

  • For running in a VM: Intel VT-x/AMD-V acceleration enabled in your BIOS settings. (Required to virtualize any 64-bit operating system properly.)
  • Working knowledge of the C programming language.

To create a Distro ISO, run the build-iso script. Check the Wiki guide for details on building an ISO. After creating an ISO, see the Wiki guides on installing in VirtualBox, VMWare, and bare-metal.

Contributing

There are two ways to contribute. The first way involves everything happening inside the OS, as intended by Terry. After you've built the latest ISO, installed to a VM, made your changes, and powered off the VM, you can run the sync script to merge your changes to the repo.

Alternatively, you can edit repo files using an external editor, outside of the OS.

Afterwards, you can make a pull request on the master branch.

Background

In around November of 2019, VoidNV forked ZenithOS from TempleOS. Releases of pre-git ZenithOS are currently archived on the mega.nz website. The repository was removed in August of 2020, and reuploaded to ZenithOS. The latest archived front page, master.zip, and related links can be found on archive.org.

In July of 2021, ZealOS was forked from ZenithOS.

Screenshots

Network Report, UDP Chat Application and AutoComplete, with Stars wallpaper

32-bit color!