summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2022-06-18boot: arbitrary location of stage 1 and identity map more memoryHEADmasterAlejandro Sior
2022-05-13boot: longmode to realmode stubAlejandro Sior
This is the initial commit to the repo. It adds all the code. The last proper thing that I got working before committing is calling real mode functions from long mode using a stub. Next up, I would like to implement a disk reader abstraction over the BIOS in order to read form partitions (most notably FAT32).