Amlal

↗ HN profile [ 50.6 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. 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!

  2. 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.…

  3. 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…

  4. 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:…

  5. 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…

  6. 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`…

  7. 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…

  8. 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!