From 8ed1362368dc064fa35bf879c1f905165b990de8 Mon Sep 17 00:00:00 2001 From: Lizzy Fleckenstein Date: Fri, 22 Dec 2023 23:26:21 +0100 Subject: add rotating cheese This adds the Cheese3D graphics api and makes the cheese command display a cheese rotating in 3d as a demo --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 88d804e..5cc95f6 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,10 @@ STAGE3_C = \ stage3/ps2.o \ stage3/thread.o \ stage3/shell.o \ - stage3/version.o + stage3/version.o \ + stage3/rng.o \ + stage3/cheese3d.o \ + stage3/cheese_demo.o STAGE3 = $(STAGE3_C) \ stage3/isr.o \ @@ -105,6 +108,7 @@ bochs: cuddles.img echo c | bochs -q # to qemu slow: make QFLAGS="-icount shift=9,align=on,sleep=on" run +# try QFLAGS="-enable-kvm" for better performance override QFLAGS += -drive format=raw,file=cuddles.img qemu: cuddles.img -- cgit v1.2.3