[arch][m68k] initial port to m68k
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.
This commit is contained in:
9
project/qemu-virt-m68k-test.mk
Normal file
9
project/qemu-virt-m68k-test.mk
Normal file
@@ -0,0 +1,9 @@
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user