5 ms·
It boots (Linux compatible kernel)
- jgarzik 9mo agoI always wanted a kernel where I can experiment with the device driver model, eBPF, device tree and more. Now I've built one:
- wswope 9mo agoHelluva project — congrats on getting it running!
- sandruso 9mo agoWhat was you approach? Where one starts such a project?
- jgarzik 9mo agoEarly boot and early page table setup, logging single characters to simulated serial console. Then keep adding tests/features/tests/features/...