<feed xmlns='http://www.w3.org/2005/Atom'>
<title>NeKernel/dev/kernel/HALKit/AMD64/HalUtilsAPI.asm, branch v0.1.4</title>
<subtitle></subtitle>
<id>https://git.nekernel.org/cgit/NeKernel/atom?h=v0.1.4</id>
<link rel='self' href='https://git.nekernel.org/cgit/NeKernel/atom?h=v0.1.4'/>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/'/>
<updated>2025-11-24T02:02:43+00:00</updated>
<entry>
<title>feat! breaking changes on kernel sources.</title>
<updated>2025-11-24T02:02:43+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-11-24T02:02:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=83d870e58457a1d335a1d9b9966a6a1887cc297b'/>
<id>urn:sha1:83d870e58457a1d335a1d9b9966a6a1887cc297b</id>
<content type='text'>
Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>feat: NeKernel is now under the Apache 2.0 license.</title>
<updated>2025-11-17T09:03:39+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-11-17T09:02:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=791fcd646503f05617f22e6006c115095746da26'/>
<id>urn:sha1:791fcd646503f05617f22e6006c115095746da26</id>
<content type='text'>
Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>kernel!: lots of changes, see commit details.</title>
<updated>2025-05-25T07:56:46+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-05-25T07:56:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=5b30cacacf0f0ca6fb06bb34389f04b05ceb2b15'/>
<id>urn:sha1:5b30cacacf0f0ca6fb06bb34389f04b05ceb2b15</id>
<content type='text'>
refactor(hal): unify file naming and drop redundant architecture suffixes

feat(build): rename kernel and bootloader to 'ne_kernel' and 'ne_bootz'

refactor(memory): replace mm_get_phys_address with mm_get_page_addr

feat(bitmap): track bitmap allocator usage and add out-of-memory error

fix(heap): correct heap magic naming and alignment logic

chore(fs): downgrade HeFS disk size check to warning

chore(tools): clean up formatting in 'ping' and 'manual'

docs(design): update OS_DESIGN.drawio to reflect Hypr86 and new layout

Signed-off-by: Amlal El Mahrouss &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>
