19 points | by jgarzik 2 days ago
4 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/...
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/...