<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pub/users/cem/toxicos.git/src/idt, 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>Enable interrupts only after IDT is set</title>
<updated>2025-09-14T13:11:20+00:00</updated>
<author>
<name>Carlos Maiolino</name>
<email>cem@toxiclabs.cc</email>
</author>
<published>2025-09-14T13:11:20+00:00</published>
<link rel='alternate' type='text/html' href='http://toxiclabs.cc/cgit.cgi/pub/users/cem/toxicos.git/commit/?id=9c7a059f64c86e5026cbbc5c6ae2f48be0f56c0c'/>
<id>9c7a059f64c86e5026cbbc5c6ae2f48be0f56c0c</id>
<content type='text'>
So far we've been playing a dangerous game... We enabled interrupts
before we actually had the interrupt descriptor table setup.

Fix this so we prevent IRQs to fire before the table is initialized
and attempt to run garbage instead of code

Signed-off-by: Carlos Maiolino &lt;cem@toxiclabs.cc&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So far we've been playing a dangerous game... We enabled interrupts
before we actually had the interrupt descriptor table setup.

Fix this so we prevent IRQs to fire before the table is initialized
and attempt to run garbage instead of code

Signed-off-by: Carlos Maiolino &lt;cem@toxiclabs.cc&gt;
</pre>
</div>
</content>
</entry>
<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>Implement interrupt descriptor table</title>
<updated>2025-08-01T11:07:38+00:00</updated>
<author>
<name>Carlos Maiolino</name>
<email>cem@toxiclabs.cc</email>
</author>
<published>2025-07-26T13:32:32+00:00</published>
<link rel='alternate' type='text/html' href='http://toxiclabs.cc/cgit.cgi/pub/users/cem/toxicos.git/commit/?id=57d8e2b236c7a185bdd941c247ef0dcc5961a24e'/>
<id>57d8e2b236c7a185bdd941c247ef0dcc5961a24e</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>
