Y
Hacker News
new
|
ask
|
show
|
jobs
It boots (Linux compatible kernel)
(
github.com
)
23 points
by
jgarzik
176 days ago
2 comments
jgarzik
176 days 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:
link
wswope
175 days ago
Helluva project — congrats on getting it running!
link
sandruso
175 days ago
What was you approach? Where one starts such a project?
link
jgarzik
175 days ago
Early boot and early page table setup, logging single characters to simulated serial console.
Then keep adding tests/features/tests/features/...
link