<feed xmlns='http://www.w3.org/2005/Atom'>
<title>NeKernel/dev/Boot/src/BootThread.cc, branch v0.1.31</title>
<subtitle></subtitle>
<id>https://git.nekernel.org/cgit/NeKernel/atom?h=v0.1.31</id>
<link rel='self' href='https://git.nekernel.org/cgit/NeKernel/atom?h=v0.1.31'/>
<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>ADD: Lift manadatory subsystem id on PE32+ kernel image, benchmarking</title>
<updated>2025-03-17T05:23:47+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal.elmahrouss@icloud.com</email>
</author>
<published>2025-03-17T05:23:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=157210ca5a42d6a4eed7463eeacf5f4acf5f0cc0'/>
<id>urn:sha1:157210ca5a42d6a4eed7463eeacf5f4acf5f0cc0</id>
<content type='text'>
code too (Still WIP)

Signed-off-by: Amlal El Mahrouss &lt;amlal.elmahrouss@icloud.com&gt;
</content>
</entry>
<entry>
<title>ADD: VGA logging and tweaks.</title>
<updated>2025-02-07T08:25:08+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal.elmahrouss@icloud.com</email>
</author>
<published>2025-02-07T08:25:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=513077cfec0ea87303ba19502c368f5adcc8ed99'/>
<id>urn:sha1:513077cfec0ea87303ba19502c368f5adcc8ed99</id>
<content type='text'>
Signed-off-by: Amlal El Mahrouss &lt;amlal.elmahrouss@icloud.com&gt;
</content>
</entry>
<entry>
<title>META: Update copyright year.</title>
<updated>2025-02-03T05:47:49+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal.elmahrouss@icloud.com</email>
</author>
<published>2025-02-03T05:47:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=f5b6f148a8c10673e3ef268d3fe76b31902c5930'/>
<id>urn:sha1:f5b6f148a8c10673e3ef268d3fe76b31902c5930</id>
<content type='text'>
Signed-off-by: Amlal El Mahrouss &lt;amlal.elmahrouss@icloud.com&gt;
</content>
</entry>
<entry>
<title>Match the changes in OpenNE, (without reusing it)</title>
<updated>2025-01-31T18:05:36+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal.elmahrouss@icloud.com</email>
</author>
<published>2025-01-31T18:05:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=d0c7a3e05a1bb5c9cffd1a0946e403d3a8e37e63'/>
<id>urn:sha1:d0c7a3e05a1bb5c9cffd1a0946e403d3a8e37e63</id>
<content type='text'>
Signed-off-by: Amlal El Mahrouss &lt;amlal.elmahrouss@icloud.com&gt;
</content>
</entry>
<entry>
<title>ADD: Open version, with important changes kept out.</title>
<updated>2025-01-24T09:38:36+00:00</updated>
<author>
<name>Amlal</name>
<email>amlal.elmahrouss@icloud.com</email>
</author>
<published>2025-01-24T09:38:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=7b4bd3577a31d0f0adc7371840642791ae1567f4'/>
<id>urn:sha1:7b4bd3577a31d0f0adc7371840642791ae1567f4</id>
<content type='text'>
Signed-off-by: Amlal &lt;amlal.elmahrouss@icloud.com&gt;
</content>
</entry>
</feed>
