<feed xmlns='http://www.w3.org/2005/Atom'>
<title>NeKernel/dev/kernel/HALKit/AMD64/HalTimerAMD64.cc, branch posixkit-macro-additions</title>
<subtitle></subtitle>
<id>https://git.nekernel.org/cgit/NeKernel/atom?h=posixkit-macro-additions</id>
<link rel='self' href='https://git.nekernel.org/cgit/NeKernel/atom?h=posixkit-macro-additions'/>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/'/>
<updated>2025-05-25T07:56:46+00:00</updated>
<entry>
<title>kernel!: lots of changes, see commit details.</title>
<updated>2025-05-25T07:56:46+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-05-25T07:56:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=5b30cacacf0f0ca6fb06bb34389f04b05ceb2b15'/>
<id>urn:sha1:5b30cacacf0f0ca6fb06bb34389f04b05ceb2b15</id>
<content type='text'>
refactor(hal): unify file naming and drop redundant architecture suffixes

feat(build): rename kernel and bootloader to 'ne_kernel' and 'ne_bootz'

refactor(memory): replace mm_get_phys_address with mm_get_page_addr

feat(bitmap): track bitmap allocator usage and add out-of-memory error

fix(heap): correct heap magic naming and alignment logic

chore(fs): downgrade HeFS disk size check to warning

chore(tools): clean up formatting in 'ping' and 'manual'

docs(design): update OS_DESIGN.drawio to reflect Hypr86 and new layout

Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>dev(sched): Improvements and work in progress fixes.</title>
<updated>2025-05-18T13:15:52+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-05-18T13:15:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=0266d8058990a496b935abd76417abcfe4e9cffd'/>
<id>urn:sha1:0266d8058990a496b935abd76417abcfe4e9cffd</id>
<content type='text'>
what?

 - The main algorithm got improved for real time tasks, and SMP usage.
	- The SMP usage was present before, I just reintroduced it after
	realizing that it won't scale well from what I have right now.
 - Also removed weird implementations quirks from previous sketch.
	- Such as the core 0 being reserved for the boot core.
 - Also moved FS init code after IDT initalization.
	- To avoid weird FS format behavior.
 - Wrap HPET signature in a macro.

next?

 - Work on the HAL's userspace transition mechanism.

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>
<entry>
<title>dev, kernel: scheduler, timer: hw timer and scheduler improvements.</title>
<updated>2025-04-24T13:52:36+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-04-24T13:52:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=7faa5e2fcf41c4fbb2241b605e8f2a11738fc4d9'/>
<id>urn:sha1:7faa5e2fcf41c4fbb2241b605e8f2a11738fc4d9</id>
<content type='text'>
Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>fix, kernel, boot, mod: Fixing issues regarding the boot flow and the</title>
<updated>2025-04-15T06:43:30+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-04-15T06:43:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=4f7562afaee939467299efdb6b7fac159f6cbd27'/>
<id>urn:sha1:4f7562afaee939467299efdb6b7fac159f6cbd27</id>
<content type='text'>
kernel.

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>ahci: fix: report success when ahci is detected.</title>
<updated>2025-03-28T19:19:56+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-03-28T19:19:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=15493aad092a3e2f0ebacc4fe38d40de02ea67de'/>
<id>urn:sha1:15493aad092a3e2f0ebacc4fe38d40de02ea67de</id>
<content type='text'>
mbci: reintroduce NeKernel's MBCI.
cfkit: rename: CFKit -&gt; CF
libuser: rename ErrKind to ErrRef.
coregfx: fix last unconsistent things about the module.

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>
<entry>
<title>meta(kernel): Reworked repository's filesystem structure.</title>
<updated>2025-03-23T18:15:17+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal.elmahrouss@icloud.com</email>
</author>
<published>2025-03-23T18:13:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=a13e1c0911c0627184bc38f18c7fdda64447b3ad'/>
<id>urn:sha1:a13e1c0911c0627184bc38f18c7fdda64447b3ad</id>
<content type='text'>
Removing useless parts of the project too.

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