Improved multiboot compliance

This commit is contained in:
2021-07-22 20:02:47 +01:00
parent f48f8072c0
commit f2c8b8ac5c
10 changed files with 460 additions and 34 deletions

View File

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