Go to file
nakst d3653d2958 start script console 2022-02-06 10:51:15 +00:00
apps start script console 2022-02-06 10:51:15 +00:00
arch rename dependency files folder; put full log in kernel panic report 2021-12-29 09:47:34 +00:00
boot/x86 add license header to source files 2021-11-09 20:49:34 +00:00
desktop fix system header dependency file generation; add EsSpacerChangeStyle 2022-02-06 10:44:37 +00:00
drivers add EsSystemShutdown 2022-02-05 11:36:08 +00:00
help update Source Map.md 2022-02-04 22:41:10 +00:00
kernel posix subsystem execve use correct base directory 2022-02-05 15:43:17 +00:00
ports build busybox automatically if the POSIX subsystem is enabled 2022-02-06 09:08:17 +00:00
res adjust taskbar button spacing 2022-02-01 12:33:27 +00:00
shared cleanup 2022-01-05 14:40:04 +00:00
util fix system header dependency file generation; add EsSpacerChangeStyle 2022-02-06 10:44:37 +00:00
.gitignore hide email 2021-08-13 21:22:26 +01:00
LICENSE.md bundle license files for mesa and gcc separately 2022-01-12 19:56:16 +00:00
README.md update readme 2022-01-29 17:06:09 +00:00
start.sh move start.sh logic to util/start.script 2022-02-02 21:31:10 +00:00

README.md

Essence — An Operating System

Discord Automated build status

Screenshot showing the file manager, text editor, and bitmap image editor.

Video demonstration as of October 2021, running on real hardware: (YouTube)

Video demonstration as of October 2021.

For discussion, join our Discord server: https://discord.gg/skeP9ZGDK8.

Alternatively, visit the forums (not very active): https://essence.handmade.network/forums.

To support development, you can donate to my Patreon: https://www.patreon.com/nakst.

Testing

You can download and test the latest nightly build from https://github.com/nakst/build-essence/releases. Download and extract Essence.tar.xz. If you are using VirtualBox, import Essence.ova. If you are using Qemu, run

qemu-kvm -drive file=drive,format=raw -m 2048 -smp 2 || qemu-system-x86_64 -enable-kvm -drive file=drive,format=raw -m 2048 -smp 2

These builds are configured to run on emulators only, to make testing easier. Builds for real hardware are coming soon :)

Building

See help/Building.md for a description of how to build and test the system.

Features

Kernel

  • Filesystem independent cache manager.
  • Memory manager with shared memory, memory-mapped files and multithreaded paging zeroing and working set balancing.
  • Networking stack for TCP/IP.
  • Scheduler with multiple priority levels and priority inversion.
  • On-demand module loading.
  • Virtual filesystem.
  • Window manager.
  • Audio mixer. (being rewritten)
  • Optional POSIX subsystem, capable of running GCC and some Busybox tools.

Applications

  • File Manager
  • Text Editor
  • IRC Client
  • System Monitor

Ports

  • Bochs
  • GCC and Binutils
  • FFmpeg
  • Mesa (for software-rendered OpenGL)
  • Musl

Drivers

  • Power management: ACPI with ACPICA.
  • Secondary storage: IDE, AHCI and NVMe.
  • Graphics: BGA and SVGA.
  • Read-write filesystems: EssenceFS.
  • Read-only filesystems: Ext2, FAT, NTFS, ISO9660.
  • Audio: HD Audio.
  • NICs: 8254x.
  • USB: XHCI, bulk storage devices, human interface devices.

Desktop

  • Custom user interface library.
  • Software vector renderer with complex animation support.
  • Tabbed windows.
  • Multi-lingual text rendering and layout with FreeType and Harfbuzz.