It boots (Linux compatible kernel)(github.com)23 ポイント·投稿者 jgarzik·7 か月前·4 コメントgithub.comIt boots (Linux compatible kernel)https://github.com/jgarzik/hk4 コメントコメントを投稿[–]jgarzik·7 か月前返信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·7 か月前返信Helluva project — congrats on getting it running![–]sandruso·7 か月前返信What was you approach? Where one starts such a project?[–]jgarzik·7 か月前返信Early boot and early page table setup, logging single characters to simulated serial console.Then keep adding tests/features/tests/features/...