Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 7403 - baremetal/ for apps without a kernel | Kartik Agaram | 2020-12-26 | 1 | -3/+0 |
| | |||||
* | 7363 | Kartik Agaram | 2020-12-20 | 1 | -1/+1 |
| | | | | | Kinda brutal way to lose the bochs warning. Should suffice for now. As we add more code we'll introduce more sectors. | ||||
* | 7361 | Kartik Agaram | 2020-12-20 | 1 | -2/+2 |
| | | | | | Switch bochs from floppy to hard disk. Bochs throws a new warning, but otherwise 32bit.hex continues to work. | ||||
* | 7355 - learning to boot into 32-bit mode | Kartik Agaram | 2020-12-19 | 1 | -0/+3 |
These exercises are from the incomplete "Writing a simple operating system from scratch" by Nick Blundell. https://www.cs.bham.ac.uk/~exr/lectures/opsys/10_11/lectures/os-dev.pdf |