top | item 46333754

It boots (Linux compatible kernel)

23 points| jgarzik | 2 months ago |github.com

4 comments

order

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/...