Skip to content

Commit

Permalink
add LFB back to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
fxlin committed Feb 11, 2024
1 parent 3c1026f commit 7ab7a52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/exp4a/Makefile.qemu
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ARMGNU ?= aarch64-linux-gnu

COPS = -Wall -Werror -nostdlib -nostartfiles -ffreestanding -Iinclude -mgeneral-regs-only -g -O0 -DUSE_QEMU
# COPS += -DUSE_LFB # uncomment this to enable GUI console.
ASMOPS = -Iinclude -g -DUSE_QEMU

BUILD_DIR = build
Expand Down
2 changes: 2 additions & 0 deletions src/experimental/exp3-framebuffer/run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/u/xl6yq/qemu/aarch64-softmmu/qemu-system-aarch64 \
-M raspi3 -kernel kernel8.img -serial null -serial stdio

0 comments on commit 7ab7a52

Please sign in to comment.