Interrupts are working.. processor no longer resets

This commit is contained in:
nigel
2021-05-12 20:43:15 -04:00
parent 0d0c06ab09
commit 28ac6a05af
6 changed files with 207 additions and 201 deletions

View File

@ -24,7 +24,7 @@ all: clean build
build: build_kernel run
run:
$(EMULATOR) -kernel $(BUILD_DIR)/myos.bin -serial stdio
$(EMULATOR) -kernel $(BUILD_DIR)/myos.bin -serial stdio -vga std
build_kernel: $(OBJ_LINK_LIST)