<feed xmlns='http://www.w3.org/2005/Atom'>
<title>NeKernel/dev/ddk/src, branch amlel-el-mahrouss-patch-1</title>
<subtitle></subtitle>
<id>https://git.nekernel.org/cgit/NeKernel/atom?h=amlel-el-mahrouss-patch-1</id>
<link rel='self' href='https://git.nekernel.org/cgit/NeKernel/atom?h=amlel-el-mahrouss-patch-1'/>
<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): 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): see below for the commit's details.</title>
<updated>2025-05-13T06:50:20+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-05-13T06:46:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=f5f62b145d472a2a2c388c385be9d1c4e5b5d84c'/>
<id>urn:sha1:f5f62b145d472a2a2c388c385be9d1c4e5b5d84c</id>
<content type='text'>
what?
 - UserProcessScheduler and CoreProcessScheduler have been
extended for FILE_TREE and also HEAP_TREE structures.
 - DDK device's API will use dk_ calls instead of sk_ calls.
 - SIGTRAP and Interrupt handlers have been fixed to handle when no
   process is being run, and the kernel is instead raising the
interrupt.
 - Add file for HeFS formating in DiskImage.fwrk
 - Replace generic handler with breakpoint handler in int 3.

why?
 - These changes are bug fixes and improvements.

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>
</feed>
