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