<feed xmlns='http://www.w3.org/2005/Atom'>
<title>NeKernel/tooling/mk_img.py, branch develop</title>
<subtitle></subtitle>
<id>https://git.nekernel.org/cgit/NeKernel/atom?h=develop</id>
<link rel='self' href='https://git.nekernel.org/cgit/NeKernel/atom?h=develop'/>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/'/>
<updated>2025-08-09T07:56:53+00:00</updated>
<entry>
<title>refactor! rename `tooling` to `tools`</title>
<updated>2025-08-09T07:56:53+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal.elmahrouss@icloud.com</email>
</author>
<published>2025-08-09T07:56:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=408be791647c015c99963cc1b6d710f58d729dec'/>
<id>urn:sha1:408be791647c015c99963cc1b6d710f58d729dec</id>
<content type='text'>
feat: BenchKit improvements and libMsg authorship refactors.</content>
</entry>
<entry>
<title>fix: tooling: fix 'fsck.hefs', 'mkfs.hefs', and 'mk_img.py' tools.</title>
<updated>2025-07-24T09:31:18+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-07-24T09:31:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=989092c04649ff07bbb552b2ccc7c9f44569b75c'/>
<id>urn:sha1:989092c04649ff07bbb552b2ccc7c9f44569b75c</id>
<content type='text'>
Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>feat(kernel): Better syscall routing, also added new tools.</title>
<updated>2025-05-24T08:59:49+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-05-24T08:59:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=386d9a5bffcd66633e4c3c72eb6cb25722796c92'/>
<id>urn:sha1:386d9a5bffcd66633e4c3c72eb6cb25722796c92</id>
<content type='text'>
what:

 - ping, manual have been added.
 - Rework RtlCurrentPID to SchedGetCurrentProcessID.
 - Cleanup codebase overall.

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>tooling, fs: Improve tooling and clean up HeFS filesystem code.</title>
<updated>2025-05-01T09:59:48+00:00</updated>
<author>
<name>Amlal</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-05-01T09:59:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=1e8b22f34ce423b23d1b4c4ea59ed16aa29842d8'/>
<id>urn:sha1:1e8b22f34ce423b23d1b4c4ea59ed16aa29842d8</id>
<content type='text'>
Signed-off-by: Amlal &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>dev, kernel: necessary refactors regarding future changes.</title>
<updated>2025-04-23T20:27:47+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-04-23T20:27:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=b55d3ac738b40677c579221b4f0dbf294dc3b017'/>
<id>urn:sha1:b55d3ac738b40677c579221b4f0dbf294dc3b017</id>
<content type='text'>
Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>mk_img.py: ask for user what to do with files inside ESP already.</title>
<updated>2025-04-22T17:53:45+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-04-22T17:53:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=70756582de9f79eb2961c7aa91f1b0cdfe11cfc4'/>
<id>urn:sha1:70756582de9f79eb2961c7aa91f1b0cdfe11cfc4</id>
<content type='text'>
Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>dev, kernel, tools, tooling, tex: add mk_app tool, see details.</title>
<updated>2025-04-21T06:47:04+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-04-21T06:47:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=00e314410e6049c2ddbcb4861c04af6b06eeeea3'/>
<id>urn:sha1:00e314410e6049c2ddbcb4861c04af6b06eeeea3</id>
<content type='text'>
	- Patch HeFS implementation file, working on a allocation
	  function now.
	- Generated LaTeX specs from source code.
	- Add mk.{hefs, nefs} tools for future formatting (with diutil
	  first)
	- Add python tool to generate user apps for NeKernel.

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