https://github.com/codepr/picokernel
Utterly trivial OS kernel
https://github.com/codepr/picokernel
Last synced: 5 months ago
JSON representation
Utterly trivial OS kernel
- Host: GitHub
- URL: https://github.com/codepr/picokernel
- Owner: codepr
- Created: 2021-03-13T12:24:27.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T21:13:26.000Z (over 2 years ago)
- Last Synced: 2024-02-24T20:40:39.674Z (over 2 years ago)
- Language: C
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Picokernel
==========
Utterly trivial OS kernel. Sandbox playground.
Resources
- Build a cross compiler - https://wiki.osdev.org/GCC_Cross-Compiler
- Include it in $HOME - export PATH="$HOME/opt/cross/bin:$PATH"
- ./configure.sh && ./build.sh && ./qemu.sh