Amlal

↗ HN profile [ 66.1 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. The latest release tag is v1.0.63, which merged the Validation SDK branch to stable.

  2. Just wanted to share this here for the person who would need it the most. Cheers :) I plan to maintain this as a hobby as well, don't expect anything big from It.

  3. Hi, it's been a while since I last posted here :) NeKernel is becoming more robust than before. So I thought I'd share it here. Also, contributors are welcome!

  4. Here are the PDFs of both documents: https://nekernel.org/hefs.pdf https://nekernel.org/mbci.pdf https://github.com/nekernel-org/nekernel I encourage people to build or contribute to this! I think it's worth the effort.…

  5. After releasing 0.0.2, I’ve pushed a focused enhancement patch (0.0.2e1) to address scheduler and FS structure issues. The kernel has been updated to 0.0.2e1, including but not limited to: - A redesigned HeFS, with…

  6. Just wanted to update on this — it’s a filesystem using a red-black tree for directory indexing and CRC32 checksums for consistency. Feel free to browse the source:…

  7. Hi HN, I've built a custom generic AHCI driver that is now successfully performing I/O operations (read/write) to SATA drives, and I'm also working on a new custom filesystem (HeFS) for the kernel. The code is available…

  8. Check out the `dev` branch, which is for ongoing development. The master branch is for stable releases. NeKernel also has sister projects, which are pinned in my GitHub. They follow the same system as nekernel, `dev`…

  9. Just pushed a new commit to NeKernel, a modular C++ kernel built from scratch. This update introduces BootNet, a WIP network boot fallback module. If the kernel fails to load, BootNet is designed to recover by booting…

  10. NeKernel is a modular OS kernel written in C++, featuring a custom filesystem and ATA PIO support. Still a work in progress, would love feedback!