Uses the QEMU virt machine for 68k defined in qemu 6.0+. Basic support that boots, prints to the console, takes input from console, and context switches. TODO: interrupt support, timer support.
10 lines
194 B
Makefile
10 lines
194 B
Makefile
# main project for qemu-riscv64
|
|
MODULES += \
|
|
app/shell
|
|
|
|
include project/virtual/test.mk
|
|
include project/virtual/fs.mk
|
|
include project/virtual/minip.mk
|
|
include project/target/qemu-virt-m68k.mk
|
|
|