Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevincharm/argir
x86_64 kernel ( ╯°□°)╯彡┻━┻
https://github.com/kevincharm/argir
Last synced: about 4 hours ago
JSON representation
x86_64 kernel ( ╯°□°)╯彡┻━┻
- Host: GitHub
- URL: https://github.com/kevincharm/argir
- Owner: kevincharm
- License: bsd-3-clause
- Created: 2018-01-07T11:09:44.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-29T00:26:25.000Z (almost 4 years ago)
- Last Synced: 2024-04-14T13:45:59.048Z (7 months ago)
- Language: C
- Homepage:
- Size: 1.14 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# argir
This is my very slow-moving hobby kernel that I hack on in my spare time. Currently, nothing works! 😌
## Toolchain
- [docker](https://www.docker.com/products/docker-desktop) - The cross compiler and other build tools are pulled as a Docker image during build time for reproducibility.
- [qemu](https://www.qemu.org/download) - I develop this on QEMU. Of course, you can also just burn the ISO and boot it on real metal.