summaryrefslogtreecommitdiff
path: root/src/boot.asm
AgeCommit message (Expand)Author
2017-06-10using int13h/8h only for floppies for now, geometry on emulated USBAndreas Baumann
2017-06-10trying to fix up disk geometryAndreas Baumann
2017-06-10better messages in boot loader about disk loadingAndreas Baumann
2017-06-10rearranged boot loader: first load 3 sectors of stage 2 in simpleAndreas Baumann
2017-06-09tried to probe disk geometry with mixed success (emulated FDD modeAndreas Baumann
2017-06-09fixed stage 1 boot loader problems (worked in some BIOSes acrossAndreas Baumann
2017-06-08retested with all 3 C compilersAndreas Baumann
2017-06-05some cleanup in boot loader code and changed order of A20 gate methodsAndreas Baumann
2017-06-05added detection of 3/4 mouse data packetsAndreas Baumann
2017-05-24nicer A20 messagesAndreas Baumann
2017-05-24cleaned up A20 test and set codeAndreas Baumann
2017-05-23..Andreas Baumann
2017-05-22more A20 enabling crazinessAndreas Baumann
2017-05-22testing if A20 wakes is working via BIOS with some old machinesAndreas Baumann
2017-05-21added implementation of interrupts (IDT construction and loading), currently notAndreas Baumann
2017-05-17better magic signature detection (using a compile stamp with date and time)Andreas Baumann
2017-05-14fixes in vga.c setting the hardware cursor correctlyAndreas Baumann
2017-05-12sorted out the character constant mess: we have a flat model (with GDT)Andreas Baumann
2017-05-12made magic signature check workAndreas Baumann
2017-05-11better documentation for the boot loading process and how muchAndreas Baumann
2017-05-01use cli/hlt/loop construct after ending the OSAndreas Baumann
2017-04-30accomodated for bigger bootloader stage2Andreas Baumann
2017-04-23fresh import because of huge documents checked in by accidentAndreas Baumann