It boots (Linux compatible kernel)

(github.com)

19 points | by jgarzik 2 days ago ago

4 comments

  • jgarzik 2 days ago

    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 a day ago

      Helluva project — congrats on getting it running!

  • sandruso a day ago

    What was you approach? Where one starts such a project?

    • jgarzik 21 hours ago

      Early boot and early page table setup, logging single characters to simulated serial console.

      Then keep adding tests/features/tests/features/...