stos/amd64: Add port I/O helpers

Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
Chloe M.
2026-06-22 01:36:40 +00:00
parent 3ad06ac1f8
commit c5b77032ac
3 changed files with 63 additions and 1 deletions
+6 -1
View File
@@ -10,7 +10,12 @@
include ../mk/stos.mk
.PHONY: all
all: ke machine
all: target ke machine
.PHONY: target
target:
mkdir -p target/machine/
rsync -avr head/arch/$(ST_TARGET_ARCH)/*.h target/machine/
.PHONY: ke
ke: