summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKimapr <kimapr@mail.ru>2023-12-15 23:12:38 +0500
committerLizzy Fleckenstein <lizzy@vlhl.dev>2023-12-19 06:40:55 +0100
commita6b460d3b1b0909e0c7b388f1a55365bf24c6b7b (patch)
tree73484f566e56393122f20ddbd75f92752f992ac7 /Makefile
parenteef564059f773e5d29b1f6e547b8b0a3c50dfab2 (diff)
downloadcuddles-a6b460d3b1b0909e0c7b388f1a55365bf24c6b7b.tar.xz
gfx: use barriers; fix entry symbol linking order
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e417084..0cb067c 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,7 @@ override CFLAGS += \
-Wextra
STAGE3 = \
+ stage3/init.o \
stage3/main.o \
stage3/gfx.o \
stage3/halt.o \
@@ -83,6 +84,9 @@ bochs: cuddles.img
qemu: cuddles.img
qemu-system-x86_64 -drive format=raw,file=cuddles.img
+qemu_slow: cuddles.img
+ qemu-system-x86_64 -icount shift=9,align=on,sleep=on -drive format=raw,file=cuddles.img
+
run: qemu
clean: