summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-07-17Prepare for enabling protected modeCarlos Maiolino
Clean up all testing/playground code to prepare the bootloader to enable protected mode. Signed-off-by: Carlos Maiolino <[email protected]>
2025-07-17Add gitignoreCarlos Maiolino
Signed-off-by: Carlos Maiolino <[email protected]>
2025-07-17Remove interrupt tableCarlos Maiolino
Remove interrupt table setup and testing, IRQs will be added later on an interrupt descriptor table. For some reason once the exception is handled, the disk read fails, so just remove it for now Signed-off-by: Carlos Maiolino <[email protected]>
2025-07-17Initial commitCarlos Maiolino
Add a bootloader and a hello message. Signed-off-by: Carlos Maiolino <[email protected]>