Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaytaph/cybos
The CybOS operating system
https://github.com/jaytaph/cybos
Last synced: 22 days ago
JSON representation
The CybOS operating system
- Host: GitHub
- URL: https://github.com/jaytaph/cybos
- Owner: jaytaph
- License: other
- Created: 2010-06-18T08:32:37.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2018-07-09T19:21:40.000Z (over 6 years ago)
- Last Synced: 2023-03-11T01:23:29.727Z (over 1 year ago)
- Language: C
- Homepage: http://www.adayinthelifeof.nl/2010/02/10/cybos-a-tutorial-os/
- Size: 471 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
What is CybOS?
--------------A simple operating system kernel written for educational purposes. Capable of doing more than 95% of all (hobby)OS'es, which is to say, still not much :)
Do not expect:
- Something functional to replace your linux|macosx|windows box with.
- Bugfree stuff.
- A nice installation
- 64bit in the near future
- the spanish inquisitionExpect:
- Bootloader to bootstrap the kernel
- A kernel capable of initializing most basic stuff (VMM, scheduling, disk I/O, vfs)Expect in the near future:
- newlib port so we can write (userland) applications.
- IPv4 support