<feed xmlns='http://www.w3.org/2005/Atom'>
<title>NeKernel/dev/boot/src/BootSupport.cc, branch v0.0.81</title>
<subtitle></subtitle>
<id>https://git.nekernel.org/cgit/NeKernel/atom?h=v0.0.81</id>
<link rel='self' href='https://git.nekernel.org/cgit/NeKernel/atom?h=v0.0.81'/>
<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: Fix AP init code, and format codebase.</title>
<updated>2025-06-23T20:59:26+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-06-23T20:59:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=0d44c75062a313f7d1b8813816843bc8ab51b135'/>
<id>urn:sha1:0d44c75062a313f7d1b8813816843bc8ab51b135</id>
<content type='text'>
Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>feat: use FNV in libSystem's syscall routing.</title>
<updated>2025-06-22T19:41:15+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-06-22T19:41:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=41703b62f9e7e83fa856fbf53101edc889502c45'/>
<id>urn:sha1:41703b62f9e7e83fa856fbf53101edc889502c45</id>
<content type='text'>
fix: Add legacy string.h functions back, for GCC.

Signed-off-by: Amlal El Mahrouss &lt;amlal@nekernel.org&gt;
</content>
</entry>
<entry>
<title>Patch: Buffer Overflows and OOB Reads in Core Memory APIs</title>
<updated>2025-06-22T19:19:52+00:00</updated>
<author>
<name>0xf00sec</name>
<email>159052166+0xf00sec@users.noreply.github.com</email>
</author>
<published>2025-06-22T19:19:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=4807aac83e758099bfae759701b3d5cab5fc3b8b'/>
<id>urn:sha1:4807aac83e758099bfae759701b3d5cab5fc3b8b</id>
<content type='text'>
memset and memcpy now take an additional dst_size parameter, If len &gt; dst_size or dst/src is null, the function returns nullptr early, avoiding unsafe writes.</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>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>BootZ: Introduce NetBoot module &amp; consolidate STANDALONE macro</title>
<updated>2025-03-27T19:35:24+00:00</updated>
<author>
<name>Amlal El Mahrouss</name>
<email>amlal@nekernel.org</email>
</author>
<published>2025-03-27T19:35:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nekernel.org/cgit/NeKernel/commit/?id=a3da0eaaf7569948f83c65ff7997c4d1fc868603'/>
<id>urn:sha1:a3da0eaaf7569948f83c65ff7997c4d1fc868603</id>
<content type='text'>
- Renamed __BOOTLDR_STANDALONE__ → __BOOTZ_STANDALONE__ across all modules.
- Introduced NetBoot module to support fallback booting via packets.
- Updated amd64-desktop build to bundle netboot.sys as part of system image.
- NetBoot now properly zeroes out its header and performs sanity check on PatchLength.
- Boot flow now attempts to fallback to NetBoot if neoskrnl.exe fails to start.
- Reorganized disk formatting logic for clarity and better failure recovery.
- HeFS &amp; NeFS minimum disk size lowered (64GiB → 256MiB and 4GiB → 8MiB).
- Renamed `IndexProperty` to `Index` in FSKit::Indexer.
- Moved HintKit → hint/, updated includes and guards.
- Removed deprecated LPC.{cc,h}, replaced by ProcessCodes.h.
- Modernized SystemCalls.h typedefs: SCIObject → Ref, ThreadObject → ThreadRef, etc.
- Updated userland tools `make_app` and `open` with copyright and behavior fixes.

This prepares the BootZ infrastructure for headless/network environments.

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