<feed xmlns='http://www.w3.org/2005/Atom'>
<title>NeKernel/public/frameworks/DiskImage.fwrk/src/DiskImage+EPM.cc, branch v0.0.5</title>
<subtitle></subtitle>
<id>https://git.nekernel.org/cgit/NeKernel/atom?h=v0.0.5</id>
<link rel='self' href='https://git.nekernel.org/cgit/NeKernel/atom?h=v0.0.5'/>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/'/>
<updated>2025-08-09T18:01:15+00:00</updated>
<entry>
<title>feat: warning fixes and Semaphore API patches.</title>
<updated>2025-08-09T18:01:15+00:00</updated>
<author>
<name>Amlal</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-08-09T18:01:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=7ada9006860084ba5d72b517649d1b2d51e4484a'/>
<id>urn:sha1:7ada9006860084ba5d72b517649d1b2d51e4484a</id>
<content type='text'>
what:

- The Semaphore API is being preppared for v0.0.4

Signed-off-by: Amlal &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>feat: DiskImage.fwrk: Made `DIFormatPartitionEPM` cross platform.</title>
<updated>2025-07-09T07:12:44+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-07-09T07:12:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=3b6ee5a4323cfa1446af09626e5582c20f9254e8'/>
<id>urn:sha1:3b6ee5a4323cfa1446af09626e5582c20f9254e8</id>
<content type='text'>
Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>dev: better .clang-format, ran format command.</title>
<updated>2025-04-25T11:08:33+00:00</updated>
<author>
<name>Amlal</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-04-25T11:08:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=fb790b07aeba8e22e4190cf3e1834d11ecde6c96'/>
<id>urn:sha1:fb790b07aeba8e22e4190cf3e1834d11ecde6c96</id>
<content type='text'>
Signed-off-by: Amlal &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>boot, kernel, modules: unify gfx headers, fix AHCI LBA48, standardize ModuleMain</title>
<updated>2025-04-01T06:30:44+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-04-01T06:30:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=2a7a9825fd275d6d999b94614fe87c1d705c7f8f'/>
<id>urn:sha1:2a7a9825fd275d6d999b94614fe87c1d705c7f8f</id>
<content type='text'>
- Consolidated CoreGfx headers:
  * Renamed `FBMgr.h` to `CoreGfx.h`
  * Renamed `TextMgr.h` → `TextGfx.h`, `MathMgr.h` → `MathGfx.h`, and `AccessibilityMgr.h` → `CoreAccess.h`
  * Updated all includes across bootloader, HAL, and kernel to use new names

- Standardized EFI entrypoint:
  * Replaced `Main` with `ModuleMain` in EFI boot sources and linker flags
  * Updated GDB and build scripts accordingly

- Improved AHCI identify logic:
  * Added full 48-bit LBA extraction (words 100–102)
  * Fallback to 28-bit if LBA48 not supported
  * Refactored `drv_get_size` and `drv_std_detected` into separate `#ifdef __AHCI__` region

- DiskImage framework improvements:
  * Namespaced API into `DI` namespace
  * Split implementation: `DiskImage+EPM.cc` and `DiskImage+NeFS.cc`
  * Updated CLI tool accordingly

- KernelTest framework:
  * Namespaced macros and classes with `KT_`
  * Changed test result to use `MUST_PASS` and boolean return

- Misc:
  * Corrected minor logic in `NetworkDevice::Name()`
  * Bumped down KernelKit and NewKit versions to 0.0.1
  * Renamed `HalUtils.asm` → `HalUtilsAPI.asm`

Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
</feed>
