Hacker News
new
top
best
ask
show
job
It boots (Linux compatible kernel)
(
github.com
)
23 points
by
jgarzik
2 months ago
2 comments
jgarzik
2 months ago
I always wanted a kernel where I can experiment with the device driver model, eBPF, device tree and more. Now I've built one:
wswope
2 months ago
Helluva project — congrats on getting it running!
sandruso
2 months ago
What was you approach? Where one starts such a project?
jgarzik
2 months ago
Early boot and early page table setup, logging single characters to simulated serial console.
Then keep adding tests/features/tests/features/...