1
0
Fork 0

feat/kernel: Added IDT

This commit is contained in:
Kevin Alavik 2025-05-14 14:23:13 +02:00
parent 248879c099
commit af7599a266
Signed by: cmpsb
GPG key ID: 10D1CC0526FDC6D7
15 changed files with 412 additions and 19 deletions

View file

@ -2,7 +2,7 @@
MAKEFLAGS += -rR
.SUFFIXES:
QEMUFLAGS := -m 2G -serial stdio
QEMUFLAGS := -m 2G -serial stdio -display none
IMAGE_NAME := release/emk
HOST_CC := cc