<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pub/users/cem/toxicos.git/src/boot, 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>Setup interrupt handling</title>
<updated>2025-08-01T19:03:16+00:00</updated>
<author>
<name>Carlos Maiolino</name>
<email>cem@toxiclabs.cc</email>
</author>
<published>2025-08-01T19:03:16+00:00</published>
<link rel='alternate' type='text/html' href='http://toxiclabs.cc/cgit.cgi/pub/users/cem/toxicos.git/commit/?id=2725b95a1f78d2feac553d37252f2e560c2f9aac'/>
<id>2725b95a1f78d2feac553d37252f2e560c2f9aac</id>
<content type='text'>
Remap master PIC to IOAddress 0x20 to avoid collisions with CPU
exceptions.

Setup a default interrupt handler and map all interrupts to this handler
by default.

Setup a Keyboard interrupt handler for testing purposes

Wire everything up in the Makefile

Signed-off-by: Carlos Maiolino &lt;cem@toxiclabs.cc&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remap master PIC to IOAddress 0x20 to avoid collisions with CPU
exceptions.

Setup a default interrupt handler and map all interrupts to this handler
by default.

Setup a Keyboard interrupt handler for testing purposes

Wire everything up in the Makefile

Signed-off-by: Carlos Maiolino &lt;cem@toxiclabs.cc&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add small ATA driver to load kernel</title>
<updated>2025-07-17T17:20:32+00:00</updated>
<author>
<name>Carlos Maiolino</name>
<email>cem@toxiclabs.cc</email>
</author>
<published>2025-07-17T17:20:32+00:00</published>
<link rel='alternate' type='text/html' href='http://toxiclabs.cc/cgit.cgi/pub/users/cem/toxicos.git/commit/?id=5c8b4b891ab276e1625b457ca6f8c161e31bb1ae'/>
<id>5c8b4b891ab276e1625b457ca6f8c161e31bb1ae</id>
<content type='text'>
Write ata_lba_read routine to load 100 disk sectors from the disk into
memory address 0x00100000 (1MiB).

Once the data is loaded, jump to that Address

Signed-off-by: Carlos Maiolino &lt;cem@toxiclabs.cc&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Write ata_lba_read routine to load 100 disk sectors from the disk into
memory address 0x00100000 (1MiB).

Once the data is loaded, jump to that Address

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>
<entry>
<title>Enable A20 line</title>
<updated>2025-07-17T17:20:27+00:00</updated>
<author>
<name>Carlos Maiolino</name>
<email>cem@toxiclabs.cc</email>
</author>
<published>2025-07-17T17:20:27+00:00</published>
<link rel='alternate' type='text/html' href='http://toxiclabs.cc/cgit.cgi/pub/users/cem/toxicos.git/commit/?id=9474d5fd709f6d26e09e6aebf82f2c83d1dd2e87'/>
<id>9474d5fd709f6d26e09e6aebf82f2c83d1dd2e87</id>
<content type='text'>
Signed-off-by: Carlos Maiolino &lt;cem@toxiclabs.cc&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Carlos Maiolino &lt;cem@toxiclabs.cc&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Restructure project folder</title>
<updated>2025-07-17T17:20:26+00:00</updated>
<author>
<name>Carlos Maiolino</name>
<email>cem@toxiclabs.cc</email>
</author>
<published>2025-07-17T17:20:26+00:00</published>
<link rel='alternate' type='text/html' href='http://toxiclabs.cc/cgit.cgi/pub/users/cem/toxicos.git/commit/?id=a485d59fdaf7b768f95539991d72421fb0ec85de'/>
<id>a485d59fdaf7b768f95539991d72421fb0ec85de</id>
<content type='text'>
Signed-off-by: Carlos Maiolino &lt;cem@toxiclabs.cc&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Carlos Maiolino &lt;cem@toxiclabs.cc&gt;
</pre>
</div>
</content>
</entry>
</feed>
