<feed xmlns='http://www.w3.org/2005/Atom'>
<title>NeKernel/dev/kernel/src/User.cc, branch v0.1.0</title>
<subtitle></subtitle>
<id>https://git.nekernel.org/cgit/NeKernel/atom?h=v0.1.0</id>
<link rel='self' href='https://git.nekernel.org/cgit/NeKernel/atom?h=v0.1.0'/>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/'/>
<updated>2025-05-23T21:31:58+00:00</updated>
<entry>
<title>feat(kernel/libSystem): Lots of improvements, see below.</title>
<updated>2025-05-23T21:31:58+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-05-23T21:31:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=6551964ad66de7bc7ccb636c54351be2a260612b'/>
<id>urn:sha1:6551964ad66de7bc7ccb636c54351be2a260612b</id>
<content type='text'>
what:

 - Reworked NetworkDevice.
 - Reworked RTL8139 driver.
 - Don't assert fCleanup on NetworkDevice destructor.
 - Add new Ref types in libSystem.

Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>feat!(Kernel): Improvements on the BitMapMgr, HTS, and UPS.</title>
<updated>2025-05-23T09:13:38+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-05-23T09:12:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=54a0f4c49d9bfb955174c87dae2f442d7f5a8b25'/>
<id>urn:sha1:54a0f4c49d9bfb955174c87dae2f442d7f5a8b25</id>
<content type='text'>
other:

 - Add ZXD header file.
 - Reworking AMD64 interrupts.
 - Improved HTS's design implementation.
 - Improved UPS's balancing implementation.

breaking changes:

 - Rename MemoryMgr to HeapMgr.

Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>feat!(kernel): Rename NewKit to NeKit.</title>
<updated>2025-05-23T02:07:12+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-05-23T02:07:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=fc67c4af554189c941c811486a0b2b21aa3f54ea'/>
<id>urn:sha1:fc67c4af554189c941c811486a0b2b21aa3f54ea</id>
<content type='text'>
Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>feat(kernel): User doesn't store the password directly anymore, it is hashed</title>
<updated>2025-05-16T11:35:50+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-05-16T11:35:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=c589f92ed0f6e462a976c64d533c1d8a21b2a3ba'/>
<id>urn:sha1:c589f92ed0f6e462a976c64d533c1d8a21b2a3ba</id>
<content type='text'>
under a 64-bit FNV algorithm.

why?

 - Better security, so that we're sure that no one else knows about the
   password.

also:

 - Rename super to MGMT (Management), as it manages a NeKernel machine.
 - Added a copy of cxxdrv in the nekernel source tree.
 - Working on the custom manual parser for NeKernel. (PoC)

Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>dev: fixes and improvements, codebase formating too.</title>
<updated>2025-04-27T01:44:22+00:00</updated>
<author>
<name>Amlal</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-04-27T01:44:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=faee9f200898c0eb7f28ed89cdd16f8afa4438e1'/>
<id>urn:sha1:faee9f200898c0eb7f28ed89cdd16f8afa4438e1</id>
<content type='text'>
Signed-off-by: Amlal &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>tweak kernel, boot: use -Wall, -Werror, -Wpedantic now.</title>
<updated>2025-04-11T15:51:19+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-04-11T15:51:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=c3856eddb5a8146751dac82ad1ba4433f5ca6d6d'/>
<id>urn:sha1:c3856eddb5a8146751dac82ad1ba4433f5ca6d6d</id>
<content type='text'>
Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>meta/repository: fix capitalization on my name 'El' instead of 'EL'.</title>
<updated>2025-03-31T05:06:00+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-03-31T05:06:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=2bcba69b77946c54ab1ede311787520acd56460a'/>
<id>urn:sha1:2bcba69b77946c54ab1ede311787520acd56460a</id>
<content type='text'>
Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>kernel: breaking: Change namespace from NeOS to Kernel.</title>
<updated>2025-03-28T18:57:33+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-03-28T18:57:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=ba7b3ed69cd24970a28b72c54982735cd120e663'/>
<id>urn:sha1:ba7b3ed69cd24970a28b72c54982735cd120e663</id>
<content type='text'>
sched: Fix redundancy in NeKernel's user scheduler macros, refactored
the other files using the redundant macros too.

part one of a series of commit for NeKernel.

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