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