https://github.com/git-akihakune/akernel
A minimal kernal for personal use
https://github.com/git-akihakune/akernel
hello-world kernel qemu
Last synced: 5 days ago
JSON representation
A minimal kernal for personal use
- Host: GitHub
- URL: https://github.com/git-akihakune/akernel
- Owner: git-akihakune
- License: mit
- Created: 2021-11-17T15:19:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-03T01:55:01.000Z (over 4 years ago)
- Last Synced: 2025-05-27T21:46:02.496Z (about 1 year ago)
- Topics: hello-world, kernel, qemu
- Language: C
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aKernal
A minimal kernal for personal use.
You can run it by navigating to `aKernel` folder, then
```bash
make up
```
If there's any dependency problem, your package manager will tell.
Right now, it is nothing but a "Hello World" kernel (literally). It will be further developed in the future.
## Demo
https://user-images.githubusercontent.com/87116762/144531350-6e140b39-6f2e-47a1-84de-2ef0dc2df5e6.mp4