It boots (Linux compatible kernel)github.com/jgarzik 23 pointsjgarzik8 months ago4 commentsSaveHideCopy link On HNComments−jgarzikOP8moI always wanted a kernel where I can experiment with the device driver model, eBPF, device tree and more. Now I've built one:−wswope8moHelluva project — congrats on getting it running!−sandruso8moWhat was you approach? Where one starts such a project?−jgarzikOP8moEarly boot and early page table setup, logging single characters to simulated serial console.Then keep adding tests/features/tests/features/...
Comments
I always wanted a kernel where I can experiment with the device driver model, eBPF, device tree and more. Now I've built one:
Helluva project — congrats on getting it running!
What was you approach? Where one starts such a project?
Early boot and early page table setup, logging single characters to simulated serial console.
Then keep adding tests/features/tests/features/...