The Zeal Operating System is a modernized fork of the 64-bit Temple Operating System, TempleOS.
Find a file
TomAwezome 1d4d8dc86e Fix limine uefi missing SYS_FONT_PTR by hardcoding a new aux font dedicated file.
Since Zeal used a 16-bit mode BIOS INT to get an 8x8 VGA ROM font, this is incompatible if Zeal is loaded to a patched 32-bit mode by the zealbooter prekernel. To circumvent SYS_FONT_PTR never being set and fix access to the 'thick' font with Ctrl-Alt-F, I loaded Zeal bare-metal on my Thinkpad T420 and saved the VGA ROM font file with FontEd, then transferred the file to my VM.
2022-08-22 03:18:54 -04:00
build ZealBooter: Further cleanup and fix BIOS boot 2022-08-21 20:47:26 +02:00
screenshots Fix DefineLoad variables AutoComplete src_link. 2021-08-02 02:26:59 -04:00
src Fix limine uefi missing SYS_FONT_PTR by hardcoding a new aux font dedicated file. 2022-08-22 03:18:54 -04:00
zealbooter Merge branch 'limine2' into limine 2022-08-22 02:46:53 -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 Initial work on ZealBooter 2022-08-20 01:54:34 +02: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!