It boots (Linux compatible kernel)
github.com
It boots (Linux compatible kernel)
1–5 of 5 posts
Re: It boots (Linux compatible kernel)
#2I always wanted a kernel where I can experiment with the device driver model, eBPF, device tree and more. Now I've built one:
Re: It boots (Linux compatible kernel)
#3What was you approach? Where one starts such a project?
Re: It boots (Linux compatible kernel)
#4I 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!
Re: It boots (Linux compatible kernel)
#5What 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/...