dawn - (updated version in Operating Systems)

Started by XDuskAshesReal, Jun 18, 2023, 06:49 PM

Previous topic - Next topic

XDuskAshesReal

MOVING THIS TO OPERATING SYSTEMS TOPICS DUE TO RELEVANCE
if needed I can wipe this post if mods want me to, for clutter reduction :)
-----

What is this?

dawn is a CC:T OS kernel, designed to run in JackMacWindows's Craft-OS PC Emulator (due to it's filesize, and use of periphemu), but a port to normal CC is planned for whenever dawn is completed and stable enough.

What does it have?

As of now, it's a very heavy wip, so it includes the following:
A booting program (dboot)
A FHS-Based filesystem structure (with liberties taken where needed for CC)
A custom terminal (dash)
A kernel (located in root as kernel.lua)
A package manager (as of now only usable via dash)

Where can I view the source?

https://github.com/XDuskAshes/dawn/tree/idev is the primary development tree for dawn, and the main tree will have the most stable version of dawn (when a stable, proper release is made that is)

Why is this being made?

Two reasons:
1. Passion project
2. Learn more about lua and test my knowledge

What about contributing?

It's in the repo's README.txt!
-XDuskAshesReal