M7350v1_en_gpl

This commit is contained in:
T
2024-09-09 08:52:07 +00:00
commit f9cc65cfda
65988 changed files with 26357421 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
[cpu]
core = arm926ejs
# the rom file is loaded at address 0x0
[rom]
file = lk.bin
[system]
display = yes
console = yes
network = no
block = yes
[network]
device = /dev/tap0
[block]
file = ../blk.bin
[display]
width = 800
height = 600
depth = 32

View File

@@ -0,0 +1,11 @@
# mostly null target configuration for the arm emulator, since there's only one real
# implementation.
LOCAL_DIR := $(GET_LOCAL_DIR)
PLATFORM := armemu
$(BUILDDIR)/armemu.conf: $(LOCAL_DIR)/armemu.conf
cp $< $@
EXTRA_BUILDDEPS += $(BUILDDIR)/armemu.conf
GENERATED += $(BUILDDIR)/armemu.conf