1
0
Fork 0

feat/kernel: Added built-in UART support

This commit is contained in:
Kevin Alavik 2025-05-14 13:33:38 +02:00
parent 9375cc74bd
commit 6cde9b4c19
Signed by: cmpsb
GPG key ID: 10D1CC0526FDC6D7
10 changed files with 295 additions and 91 deletions

View file

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