<feed xmlns='http://www.w3.org/2005/Atom'>
<title>NeKernel/dev/kernel/FirmwareKit/VEPM.h, branch v0.1.31-develop</title>
<subtitle></subtitle>
<id>https://git.nekernel.org/cgit/NeKernel/atom?h=v0.1.31-develop</id>
<link rel='self' href='https://git.nekernel.org/cgit/NeKernel/atom?h=v0.1.31-develop'/>
<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>meta: Codebase improvements on NeKernel.</title>
<updated>2025-11-21T00:37:12+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-11-21T00:37:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=c464e5800961c809c73d4180f8a66885b53c63d7'/>
<id>urn:sha1:c464e5800961c809c73d4180f8a66885b53c63d7</id>
<content type='text'>
Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>feat: kernel: new CRuntimeOverrides file, and documentation</title>
<updated>2025-11-19T08:33:29+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-11-19T08:33:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=92a98b1b45192125562c5b90fc7d02317f94016e'/>
<id>urn:sha1:92a98b1b45192125562c5b90fc7d02317f94016e</id>
<content type='text'>
improvements.

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>feat: Assign ThreadID to APIC's ProcessID when initialzing APs.</title>
<updated>2025-05-27T17:01:53+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-05-27T17:01:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=bdc831c1df0dd2af95f09fd1b86b4472c40d12b7'/>
<id>urn:sha1:bdc831c1df0dd2af95f09fd1b86b4472c40d12b7</id>
<content type='text'>
refactor: Cleanup copyright headers and source code.

feat: Add PrinterNetworkDevice, and DBGNetworkDevice.

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>dev, kernel: scheduler and disk swap refactors.</title>
<updated>2025-04-23T07:21:50+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-04-23T07:11:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=8c500f29bd0ef17f5b59e5be49f4cae88d827d85'/>
<id>urn:sha1:8c500f29bd0ef17f5b59e5be49f4cae88d827d85</id>
<content type='text'>
Details:

	- Reworked SCSI groundwork to prepare for a Generic SCSI driver.
	- Refatored scheduler's code with the new coding style for
	  structs.
	- Add Leak and LeakBlob inside PROCESS_IMAGE struct.

Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>dev, kernel: VEPM WiP implementation, and syschk fixes in WiP.</title>
<updated>2025-04-22T06:48:07+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-04-22T06:48:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=42ae768f08f2ec8a41d2ea2183f30a571f0c432f'/>
<id>urn:sha1:42ae768f08f2ec8a41d2ea2183f30a571f0c432f</id>
<content type='text'>
	- Currently working on VEPM and adapting it to SysChk.
	- Refactor DriveMgr for VEPM.
	- Fix warnings in HeFS.cc, ALIGN(8) on HeFS.h
	- Update PIO modules to use VEPM.

Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>dev, kernel: Made HeFS use a RB-Tree traversal algorithm.</title>
<updated>2025-04-21T15:47:16+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-04-21T15:47:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=4f8fb9c70f814de796d61d7d85d4bf133afddafa'/>
<id>urn:sha1:4f8fb9c70f814de796d61d7d85d4bf133afddafa</id>
<content type='text'>
	- ran format command.
	- a variation of a red-black tree traversal, with customized
	  fallback mechanism.

Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>kernel, FirmwareKit, SwapKit: fix bad refactor and add VEPM header.</title>
<updated>2025-04-21T08:03:31+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-04-21T08:03:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=6b2eaf138f094d404e2aaed67ba307b1ccee55a2'/>
<id>urn:sha1:6b2eaf138f094d404e2aaed67ba307b1ccee55a2</id>
<content type='text'>
Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
</feed>
