summaryrefslogtreecommitdiff
path: root/src/bochs.config
AgeCommit message (Collapse)Author
2017-05-12sorted out the character constant mess: we have a flat model (with GDT)Andreas Baumann
starting from 0x8000, but the first 2k are stage 2 of the boot loader, so out kernel entry is 0x8400. We have to tell ld that and use 0x8400 instead of 0x8000, otherwise all string constants point to Nirvana!
2017-04-29added a bochs configAndreas Baumann