<feed xmlns='http://www.w3.org/2005/Atom'>
<title>NeKernel/dev/ddk, 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-08-25T07:50:27+00:00</updated>
<entry>
<title>feat! ddk -&gt; libDDK, use syscall on AMD64.</title>
<updated>2025-08-25T07:50:27+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-08-25T07:50:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=a7939c9a20d5f4b83d5df34aa652a88a0764042c'/>
<id>urn:sha1:a7939c9a20d5f4b83d5df34aa652a88a0764042c</id>
<content type='text'>
Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>fix! abi! Use FNV instead of direct strings for DDK symbols</title>
<updated>2025-08-14T08:47:10+00:00</updated>
<author>
<name>Amlal</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-08-14T08:47:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=90acc37fd62f7c18c5b19fae2558f042adb4ded2'/>
<id>urn:sha1:90acc37fd62f7c18c5b19fae2558f042adb4ded2</id>
<content type='text'>
Signed-off-by: Amlal &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>feat: ddk_kernel_call: update kernel call dispatch documentation.</title>
<updated>2025-08-14T07:24:29+00:00</updated>
<author>
<name>Amlal</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-08-14T07:24:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=9b9c013aca60c96c50984584873da30b26046b18'/>
<id>urn:sha1:9b9c013aca60c96c50984584873da30b26046b18</id>
<content type='text'>
Signed-off-by: Amlal &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>feat! Breaking changes in the DDK.</title>
<updated>2025-08-13T21:56:41+00:00</updated>
<author>
<name>Amlal</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-08-13T21:56:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=bb432453ab609ca7e8dc8e991775329d10a29e7b'/>
<id>urn:sha1:bb432453ab609ca7e8dc8e991775329d10a29e7b</id>
<content type='text'>
Signed-off-by: Amlal &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>feat: ddk! Driver toolkit breaking changes.</title>
<updated>2025-08-10T08:27:22+00:00</updated>
<author>
<name>Amlal</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-08-10T08:26:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=4fad178e1d45dc3beab4ddc8d5658094aef661cf'/>
<id>urn:sha1:4fad178e1d45dc3beab4ddc8d5658094aef661cf</id>
<content type='text'>
what:

	- New system calls for CFKit.
	- New DDK API.

Signed-off-by: Amlal &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>refactor(kernel): Refactor HeapMgr functions.</title>
<updated>2025-05-23T11:04:05+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-05-23T11:04:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=80f5f9dfdaaf68d9e63a7bc3ba1187ca447eadc9'/>
<id>urn:sha1:80f5f9dfdaaf68d9e63a7bc3ba1187ca447eadc9</id>
<content type='text'>
what:

 - mm_new_ptr is now mm_alloc_ptr.
 - mm_delete_ptr is now mm_free_ptr.

Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>feat(kernel): Finalizing the first version of the user scheduler.</title>
<updated>2025-05-15T11:56:17+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-05-15T11:56:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=6a30f42d5dcd0f944262147b2806db6c14fe7ffc'/>
<id>urn:sha1:6a30f42d5dcd0f944262147b2806db6c14fe7ffc</id>
<content type='text'>
other:

 - Removed DmaPool into its own Kit.
 - ApplicationProcessor unit has been cleaned up.
 - Rename functions of MemoryMgr.
 - Use KIB instead of MIBs of stack.
 - Cleanup parts of the scheduler, and hw scheduler.
 - Use UD handler for INT 6.

Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>feat(kernel): Improved DiskImage.fwrk's Format functions, don't assume</title>
<updated>2025-05-14T10:48:58+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-05-14T10:47:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=2254f391e710d9c357d1b806b47786270d77d2b7'/>
<id>urn:sha1:2254f391e710d9c357d1b806b47786270d77d2b7</id>
<content type='text'>
that 512B is always what we want when formating a disk.

Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>feat(kernel): add ddk.sys to the build flow, finished the mk_fwrk CLI.</title>
<updated>2025-05-14T07:53:11+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-05-14T07:53:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=9fcff991059ff5cdbdf71848039e7b56ccd5bc49'/>
<id>urn:sha1:9fcff991059ff5cdbdf71848039e7b56ccd5bc49</id>
<content type='text'>
Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>feat(kernel): expand KDBG packet structure, and prefix hexadecimal</title>
<updated>2025-05-13T21:49:28+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-05-13T21:49:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=38a534c90e682bd4ce3d176127520f0ff513fb11'/>
<id>urn:sha1:38a534c90e682bd4ce3d176127520f0ff513fb11</id>
<content type='text'>
numbers with 0x100, instead of 100h.

Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
</feed>
