| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-21 | boot: reorganize bios and drive modules | Alejandro Sior | |
| 2022-05-21 | bios::drive: fix the read function | Alejandro Sior | |
| 2022-05-20 | bios.call: clean and avoid hardcoding the gdt and idt when returning to long ↵ | Alejandro Sior | |
| mode Do not make assumptions on the previous gdt and idt, as well as the state of the flags when operating. | |||
| 2022-05-19 | bios: stub calls interrupt number; simplified bios.ha main interface | Alejandro Sior | |
| Instead of having the bios.call stub calling a function, make it directly call an interrupt that is changed dynamically by modifying the code at runtime. Simplify the bios.ha interface and document it. Next up: implementing a high level drive interface for the BIOS using BIOS interrupts | |||
