<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pub/users/cem/toxicos.git/src/linker.ld, branch master</title>
<subtitle>[no description]</subtitle>
<link rel='alternate' type='text/html' href='http://toxiclabs.cc/cgit.cgi/pub/users/cem/toxicos.git/'/>
<entry>
<title>Force alignment of kerne code.</title>
<updated>2025-07-20T11:53:24+00:00</updated>
<author>
<name>Carlos Maiolino</name>
<email>cem@toxiclabs.cc</email>
</author>
<published>2025-07-20T11:53:24+00:00</published>
<link rel='alternate' type='text/html' href='http://toxiclabs.cc/cgit.cgi/pub/users/cem/toxicos.git/commit/?id=49776b17697afb8f9b4f7c5689d16a44633aed48'/>
<id>49776b17697afb8f9b4f7c5689d16a44633aed48</id>
<content type='text'>
It should be aligned to 16-bits IIRC, forcing the kernel.asm to be
alined to a 512 byte boundary should suffice

Signed-off-by: Carlos Maiolino &lt;cem@toxiclabs.cc&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It should be aligned to 16-bits IIRC, forcing the kernel.asm to be
alined to a 512 byte boundary should suffice

Signed-off-by: Carlos Maiolino &lt;cem@toxiclabs.cc&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Start writing the kernel and add a linker script</title>
<updated>2025-07-17T17:20:28+00:00</updated>
<author>
<name>Carlos Maiolino</name>
<email>cem@toxiclabs.cc</email>
</author>
<published>2025-07-17T17:20:28+00:00</published>
<link rel='alternate' type='text/html' href='http://toxiclabs.cc/cgit.cgi/pub/users/cem/toxicos.git/commit/?id=d8392002629bc97c05ca82961c7ab3439ed7248e'/>
<id>d8392002629bc97c05ca82961c7ab3439ed7248e</id>
<content type='text'>
Move the code unders [BITS 32] label to its own file to be loaded as a
kernel by the boot loader.

Add a linker script to link the bootloader and the kernel in a single
binary file.

Add a build script to make it easier to use the cross compiler

Update the Makefile to build everything and pack it into the os.bin

Signed-off-by: Carlos Maiolino &lt;cem@toxiclabs.cc&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move the code unders [BITS 32] label to its own file to be loaded as a
kernel by the boot loader.

Add a linker script to link the bootloader and the kernel in a single
binary file.

Add a build script to make it easier to use the cross compiler

Update the Makefile to build everything and pack it into the os.bin

Signed-off-by: Carlos Maiolino &lt;cem@toxiclabs.cc&gt;
</pre>
</div>
</content>
</entry>
</feed>
