Added emulator options, Added header for VBE driver, Added CPUID function, Added demodisk.img as drive

This commit is contained in:
2021-07-22 22:14:58 +01:00
parent f2c8b8ac5c
commit 643f2d708b
14 changed files with 236 additions and 145 deletions

View File

@ -24,7 +24,7 @@ all: clean build
build: build_kernel run
run:
$(EMULATOR) -kernel $(BUILD_DIR)/myos.bin -serial stdio -vga std
$(EMULATOR) -kernel $(BUILD_DIR)/myos.bin -serial file:CON -vga std -monitor stdio -display gtk -m 2G -cpu core2duo -drive file=demodisk.img
build_kernel: $(OBJ_LINK_LIST)