NJU-ProjectN/abstract-machine ics2023 initialized
NJU-ProjectN/abstract-machine 3348db971fd860be5cb28e21c18f9d0e65d0c96a Merge pull request #8 from Jasonyanyusong/master
This commit is contained in:
parent
2824efad33
commit
8e4feb4010
129 changed files with 9017 additions and 0 deletions
13
abstract-machine/scripts/x86-qemu.mk
Normal file
13
abstract-machine/scripts/x86-qemu.mk
Normal file
|
@ -0,0 +1,13 @@
|
|||
include $(AM_HOME)/scripts/isa/x86.mk
|
||||
include $(AM_HOME)/scripts/platform/qemu.mk
|
||||
|
||||
AM_SRCS := x86/qemu/start32.S \
|
||||
x86/qemu/trap32.S \
|
||||
x86/qemu/trm.c \
|
||||
x86/qemu/cte.c \
|
||||
x86/qemu/ioe.c \
|
||||
x86/qemu/vme.c \
|
||||
x86/qemu/mpe.c
|
||||
|
||||
run: build-arg
|
||||
@qemu-system-i386 $(QEMU_FLAGS)
|
Loading…
Add table
Add a link
Reference in a new issue