Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rickbutton/os
Dabbling in hobby os development
https://github.com/rickbutton/os
Last synced: 5 days ago
JSON representation
Dabbling in hobby os development
- Host: GitHub
- URL: https://github.com/rickbutton/os
- Owner: rickbutton
- Created: 2013-05-30T20:58:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-30T21:48:12.000Z (over 11 years ago)
- Last Synced: 2024-04-15T02:59:22.761Z (7 months ago)
- Language: C
- Size: 180 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hobby OS development
===================This is, or will become, my hobby operating sytem. It doesn't do much yet, other than
boot. It as a full static module loader (with ELF module loading planned), and has working
paging/kernel memory management.I am using clang to compile and the binutils suite to link the kernel. Clang can cross-compile
by default but you will need to compile binutils in a specific way to get it to output the proper
binary for bare metal. At some point in the future I may provide a script that will setup the toolchain
for you.Planned features
- Threading
- Processes
- Userspace (In Go!)