First pass at getting Acadia running under bochs.

- Create a bochs build script.
- Properly configure COM1
This commit is contained in:
Drew Galbraith 2025-05-06 22:22:02 -07:00
parent 93d1299bd9
commit 5a20c23569
9 changed files with 153 additions and 40 deletions

View file

@ -20,6 +20,7 @@
#include "syscall/syscall.h"
extern "C" void zion() {
serial::initialize(9600);
dbgln("[boot] Init GDT & IDT.");
InitGdt();
InitIdt();