about summary refs log tree commit diff stats
path: root/apps/bos/32bit.hex
Commit message (Collapse)AuthorAgeFilesLines
* 7366Kartik Agaram2020-12-201-22/+24
| | | | | | Move more padding around. Reading a sector from disk requires about 24 bytes of code.
* 7365Kartik Agaram2020-12-201-4/+4
|
* 7364Kartik Agaram2020-12-201-11/+12
|
* 7362Kartik Agaram2020-12-201-2/+2
| | | | | I hadn't noticed that bochs was getting into a reset loop after executing my code correctly. Fix that.
* 7360Kartik Agaram2020-12-201-13/+21
| | | | | Insert padding in a few places so we don't have to recalculate addresses quite so much.
* 7359 - boot into 32-bit modeKartik Agaram2020-12-201-6/+6
|
* 7358Kartik Agaram2020-12-201-0/+121
Snapshot: first draft of a boot image that switches to 32-bit mode as quickly as possible (~70 bytes) Doesn't work yet. Gets stuck in an infinite reset loop.