It boots (Linux compatible kernel)(github.com)23 points·by jgarzik·7개월 전·4 commentsgithub.comIt boots (Linux compatible kernel)https://github.com/jgarzik/hk4 commentsPost comment[–]jgarzik·7개월 전replyI always wanted a kernel where I can experiment with the device driver model, eBPF, device tree and more. Now I've built one:[–]wswope·7개월 전replyHelluva project — congrats on getting it running![–]sandruso·7개월 전replyWhat was you approach? Where one starts such a project?[–]jgarzik·7개월 전replyEarly boot and early page table setup, logging single characters to simulated serial console.Then keep adding tests/features/tests/features/...