Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aem/markon_os
https://github.com/aem/markon_os
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aem/markon_os
- Owner: aem
- Created: 2019-12-15T23:21:35.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-04T00:02:44.000Z (almost 5 years ago)
- Last Synced: 2024-10-11T11:59:56.466Z (3 months ago)
- Language: Rust
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# markon_os
> This poorly-named operating system is a personal attempt at building a functioning kernel on my own.
`markon_os` will be a custom-built \*nix-like bootable kernel.
It will almost certainly have bugs and problems, and definitely will use code from places that have licenses that prevent its code from being used in commercial products.
It's a kernel built by a single person whose career in computing for the last 5 years has almost exclusively involved JavaScript.
Basically what I'm saying is **for the love of all that is holy, if you somehow thought it might be a good idea to use this on a production server - don't.**
**Don't use it as inspiration for a kernel that will eventually be used on a production server.**
**Unless you're using this to _also_ teach yourself about kernel development, treat everything in this project as toxic waste.**With that out of the way, please feel free to explore the code!
I'm hoping this project can serve as a good example of a fully-featured kernel built in Rust.
Ideally, since it's built by someone who's just learning, it'll be more easily digestible than a system built to be productized.
If you _at all_ find this useful, let me know!
My email is listed in this project's config files (and probably lots of other places on the Internet) and I'd love to know that this project was somehow useful to someone somewhere.