<feed xmlns='http://www.w3.org/2005/Atom'>
<title>NeKernel/dev/kernel/HALKit/ARM64/HalApplicationProcessor.cc, branch v0.1.21</title>
<subtitle></subtitle>
<id>https://git.nekernel.org/cgit/NeKernel/atom?h=v0.1.21</id>
<link rel='self' href='https://git.nekernel.org/cgit/NeKernel/atom?h=v0.1.21'/>
<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: 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>fix(HAL/AP): Fix task getter function inside AP system.</title>
<updated>2025-05-26T02:58:02+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-05-26T02:57:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=8dd831a5bff24ba599c1ba8ff49e9d094756ea7c'/>
<id>urn:sha1:8dd831a5bff24ba599c1ba8ff49e9d094756ea7c</id>
<content type='text'>
why:

 - It used to modulo the index value, which will index an invalid index.
 - Also refactored the function name to mp_get_current_task.

Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>feat(kernel): Architectural changes, and introducing a kKernelVM.</title>
<updated>2025-05-21T08:19:07+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-05-21T08:19:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=58d2af14429be02b580cde5b3e23978530d8ab74'/>
<id>urn:sha1:58d2af14429be02b580cde5b3e23978530d8ab74</id>
<content type='text'>
see code for more details.

Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>feat(kernel): source code improvements.</title>
<updated>2025-05-21T01:45:08+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-05-21T01:45:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=c85a99c2afdd4c9dfa9d8f0f212e4625b6adade7'/>
<id>urn:sha1:c85a99c2afdd4c9dfa9d8f0f212e4625b6adade7</id>
<content type='text'>
Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>feat(kernel, sched): Architectural improvements, and cleaned up</title>
<updated>2025-05-19T08:24:52+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-05-19T08:24:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=a9653add416fbddc1969a75adb733bc9e9c675d6'/>
<id>urn:sha1:a9653add416fbddc1969a75adb733bc9e9c675d6</id>
<content type='text'>
the codebase from previous implementations that didn't work/scale well.

Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>feat(kernel): Filesystem fixes, and others.</title>
<updated>2025-05-14T16:39:11+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-05-14T16:35:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=f8aaa274535b6541f376090958eedbbba3ba00ba'/>
<id>urn:sha1:f8aaa274535b6541f376090958eedbbba3ba00ba</id>
<content type='text'>
what?

 - Add simple generic RTL8139 NIC driver, to be used within a NK device.
 - Update IVT accordingly.
 - Comment ARM's AP GIC init function, to tell what it's actually doing.
 - Cleanup Kernel Main, removed the useless pre_init_scheduler function.
 - Prepare new FileMgr with HeFileSystemMgr.
 - Fallback to NeFS when trying to format a fileysstem.

Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>feat(kernel/hefs): Fixed the shortcomings and issues of HeFS.</title>
<updated>2025-05-11T14:49:12+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-05-11T14:48:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=da0e83c01161d0c216f3831d5be21df728691c64'/>
<id>urn:sha1:da0e83c01161d0c216f3831d5be21df728691c64</id>
<content type='text'>
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>
