<feed xmlns='http://www.w3.org/2005/Atom'>
<title>NeKernel/dev/Kernel/FirmwareKit, branch 0.0.3</title>
<subtitle></subtitle>
<id>https://git.nekernel.org/cgit/NeKernel/atom?h=0.0.3</id>
<link rel='self' href='https://git.nekernel.org/cgit/NeKernel/atom?h=0.0.3'/>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/'/>
<updated>2025-03-23T18:15:17+00:00</updated>
<entry>
<title>meta(kernel): Reworked repository's filesystem structure.</title>
<updated>2025-03-23T18:15:17+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal.elmahrouss@icloud.com</email>
</author>
<published>2025-03-23T18:13:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=a13e1c0911c0627184bc38f18c7fdda64447b3ad'/>
<id>urn:sha1:a13e1c0911c0627184bc38f18c7fdda64447b3ad</id>
<content type='text'>
Removing useless parts of the project too.

Signed-off-by: Amlal El Mahrouss &lt;amlal.elmahrouss@icloud.com&gt;
</content>
</entry>
<entry>
<title>Refactored BootKit and DiskImage framework, minor kernel fixes</title>
<updated>2025-03-20T19:30:18+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal.elmahrouss@icloud.com</email>
</author>
<published>2025-03-20T19:30:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=1c43fb19cab6eb1121a6d41f4bbe180229a3ae9e'/>
<id>urn:sha1:1c43fb19cab6eb1121a6d41f4bbe180229a3ae9e</id>
<content type='text'>
- Refactored BootKit classes:
  - Renamed `BTextWriter` → `BootTextWriter`
  - Renamed `BFileReader` → `BootFileReader`
  - Improved consistency across `BootKit.h`, `BootThread.cc`, and related files.

- Updated NetBoot module:
  - Standardized text writer usage.
  - Improved error handling for missing patches and EEPROM flash.

- DiskImage framework improvements:
  - Introduced `DI_DISK_IMAGE` struct.
  - Added new `DIFormatDisk()` and `DIFormatNeFS()` functions.
  - Improved error handling and structure alignment.

- Kernel enhancements:
  - Updated PE loader structures for better readability.
  - Renamed PE header fields for consistency.
  - Improved SwapDisk API structure (`SwapDiskHdr` → `SWAP_DISK_HEADER`).

Signed-off-by: Amlal El Mahrouss &lt;amlal.elmahrouss@icloud.com&gt;
</content>
</entry>
<entry>
<title>NetBoot.h: Rename NetBootInternetHeader to NETBOOT_INTERNET_HEADER.</title>
<updated>2025-03-20T17:02:58+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal.elmahrouss@icloud.com</email>
</author>
<published>2025-03-20T17:02:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=551c234bf46e5c556ce782ece189974256a45e11'/>
<id>urn:sha1:551c234bf46e5c556ce782ece189974256a45e11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>TQ-24 &amp;&amp; TQ-16: Add build scripts for MBCI, MBCI+Flash, and UFS.</title>
<updated>2025-03-14T21:26:42+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal.elmahrouss@icloud.com</email>
</author>
<published>2025-03-14T21:26:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=6bbf5ad2058db4020ae20d6aba8f5b099dadc85f'/>
<id>urn:sha1:6bbf5ad2058db4020ae20d6aba8f5b099dadc85f</id>
<content type='text'>
META: Along other tweaks and important ARM64 patches.

Signed-off-by: Amlal El Mahrouss &lt;amlal.elmahrouss@icloud.com&gt;
</content>
</entry>
<entry>
<title>Many AHCI improvements and IPC tweaks.</title>
<updated>2025-03-11T07:10:55+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal.elmahrouss@icloud.com</email>
</author>
<published>2025-03-11T07:10:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=0a2760d8a5ce09ae77cfc097ece4100579164f9d'/>
<id>urn:sha1:0a2760d8a5ce09ae77cfc097ece4100579164f9d</id>
<content type='text'>
Signed-off-by: Amlal El Mahrouss &lt;amlal.elmahrouss@icloud.com&gt;
</content>
</entry>
<entry>
<title>RAN format command, and fix DiskImage framework.</title>
<updated>2025-03-09T05:07:31+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal.elmahrouss@icloud.com</email>
</author>
<published>2025-03-09T05:07:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=2299687dec9010df6bb5630057435280b98f90d9'/>
<id>urn:sha1:2299687dec9010df6bb5630057435280b98f90d9</id>
<content type='text'>
Signed-off-by: Amlal El Mahrouss &lt;amlal.elmahrouss@icloud.com&gt;
</content>
</entry>
<entry>
<title>ADD: Replace make_fs with diutil.</title>
<updated>2025-03-09T04:09:31+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal.elmahrouss@icloud.com</email>
</author>
<published>2025-03-09T04:09:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=5bf5213bc1f2adf5e3a9e707fb4026ded95fcc14'/>
<id>urn:sha1:5bf5213bc1f2adf5e3a9e707fb4026ded95fcc14</id>
<content type='text'>
</content>
</entry>
<entry>
<title>META: Bump source code.</title>
<updated>2025-03-08T11:46:44+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal.elmahrouss@icloud.com</email>
</author>
<published>2025-03-08T11:46:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=933b23c1d0564a2287601947ebadd651f50a16f9'/>
<id>urn:sha1:933b23c1d0564a2287601947ebadd651f50a16f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ADD: Format source code and define __wm_msg struct (public version)</title>
<updated>2025-03-03T05:05:26+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal.elmahrouss@icloud.com</email>
</author>
<published>2025-03-03T05:05:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=bdfc8770e68da75c20e4127a9dd10f8a7c36810d'/>
<id>urn:sha1:bdfc8770e68da75c20e4127a9dd10f8a7c36810d</id>
<content type='text'>
Signed-off-by: Amlal El Mahrouss &lt;amlal.elmahrouss@icloud.com&gt;
</content>
</entry>
<entry>
<title>ADD: Remove BOOT_BLOCK_STRUCT, replace with EPM_PART_BLOCK.</title>
<updated>2025-02-25T19:06:33+00:00</updated>
<author>
<name>Amlal</name>
<email>amlal.elmahrouss@icloud.com</email>
</author>
<published>2025-02-25T19:06:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=ee433f2d1b077b51cf5c551111a7ae394e1c4eb1'/>
<id>urn:sha1:ee433f2d1b077b51cf5c551111a7ae394e1c4eb1</id>
<content type='text'>
Signed-off-by: Amlal &lt;amlal.elmahrouss@icloud.com&gt;
</content>
</entry>
</feed>
