<feed xmlns='http://www.w3.org/2005/Atom'>
<title>NeKernel/dev/Boot/BootKit/BootKit.h, branch v0.0.81</title>
<subtitle></subtitle>
<id>https://git.nekernel.org/cgit/NeKernel/atom?h=v0.0.81</id>
<link rel='self' href='https://git.nekernel.org/cgit/NeKernel/atom?h=v0.0.81'/>
<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>BootKit.h: Documentation improvements to BDiskFormatFactory.</title>
<updated>2025-03-20T04:08:40+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal.elmahrouss@icloud.com</email>
</author>
<published>2025-03-20T04:08:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=705d46811e1aba4a11149f3663bd7fd09f868408'/>
<id>urn:sha1:705d46811e1aba4a11149f3663bd7fd09f868408</id>
<content type='text'>
Signed-off-by: Amlal El Mahrouss &lt;amlal.elmahrouss@icloud.com&gt;
</content>
</entry>
<entry>
<title>BootKit.h: Better logging of the new partition's block.</title>
<updated>2025-03-20T03:51:36+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal.elmahrouss@icloud.com</email>
</author>
<published>2025-03-20T03:51:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=2bd1d68300e94536b4c12ce1bd8d066b47c659d4'/>
<id>urn:sha1:2bd1d68300e94536b4c12ce1bd8d066b47c659d4</id>
<content type='text'>
Signed-off-by: Amlal El Mahrouss &lt;amlal.elmahrouss@icloud.com&gt;
</content>
</entry>
<entry>
<title>BootKit.h: refactor BDiskFormatFactory class.</title>
<updated>2025-03-20T03:50:07+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal.elmahrouss@icloud.com</email>
</author>
<published>2025-03-20T03:48:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=ab4e4900ed17b344efc1497d06a7f397a318d7a1'/>
<id>urn:sha1:ab4e4900ed17b344efc1497d06a7f397a318d7a1</id>
<content type='text'>
- Make use of BFileDescriptor to provide a single file, or a bunch of
  them.

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>
<entry>
<title>IMPL: NeFS doesn't store full path now in catalog name.</title>
<updated>2025-02-24T19:49:30+00:00</updated>
<author>
<name>Amlal</name>
<email>amlal.elmahrouss@icloud.com</email>
</author>
<published>2025-02-24T19:49:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=a69dc6b982be67156ba4273b37a87c9e03a54b2c'/>
<id>urn:sha1:a69dc6b982be67156ba4273b37a87c9e03a54b2c</id>
<content type='text'>
IMPL: HPFS defining data structures.

META: Ran format command for project.

Signed-off-by: Amlal &lt;amlal.elmahrouss@icloud.com&gt;
</content>
</entry>
<entry>
<title>NeOS: Namespace change from 'Kernel' to 'NeOS'</title>
<updated>2025-02-20T11:38:04+00:00</updated>
<author>
<name>Amlal</name>
<email>amlal.elmahrouss@icloud.com</email>
</author>
<published>2025-02-20T11:32:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=7d2a7e7cab23b8217498866615a3719e5d3980ee'/>
<id>urn:sha1:7d2a7e7cab23b8217498866615a3719e5d3980ee</id>
<content type='text'>
ADD: Start defining the Workstation's HPFS (High-Performance File System)

Signed-off-by: Amlal &lt;amlal.elmahrouss@icloud.com&gt;
</content>
</entry>
<entry>
<title>ADD: NeFS refactors and getting that SATA driver done.</title>
<updated>2025-02-07T13:10:04+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal.elmahrouss@icloud.com</email>
</author>
<published>2025-02-07T13:10:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=9c1c2beb24ed553d83453d413e8c73479c59f7de'/>
<id>urn:sha1:9c1c2beb24ed553d83453d413e8c73479c59f7de</id>
<content type='text'>
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>
</feed>
