NJU-ProjectN/nemu ics2023 initialized
NJU-ProjectN/nemu eb63cf3568dbf4e0c3c6ef462e6ec685550fabbc Merge pull request #76 from rijuyuezhu/master
This commit is contained in:
parent
1efe03efb9
commit
2824efad33
141 changed files with 19573 additions and 0 deletions
1
nemu/configs/.gitignore
vendored
Normal file
1
nemu/configs/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
!*_defconfig
|
5
nemu/configs/mips32-am_defconfig
Normal file
5
nemu/configs/mips32-am_defconfig
Normal file
|
@ -0,0 +1,5 @@
|
|||
CONFIG_ISA_mips32=y
|
||||
CONFIG_TARGET_AM=y
|
||||
# CONFIG_TRACE is not set
|
||||
CONFIG_MSIZE=0x2000000
|
||||
CONFIG_DEVICE=y
|
4
nemu/configs/riscv32-am_defconfig
Normal file
4
nemu/configs/riscv32-am_defconfig
Normal file
|
@ -0,0 +1,4 @@
|
|||
CONFIG_TARGET_AM=y
|
||||
# CONFIG_TRACE is not set
|
||||
CONFIG_MSIZE=0x2000000
|
||||
CONFIG_DEVICE=y
|
5
nemu/configs/riscv64-am_defconfig
Normal file
5
nemu/configs/riscv64-am_defconfig
Normal file
|
@ -0,0 +1,5 @@
|
|||
CONFIG_ISA_riscv64=y
|
||||
CONFIG_TARGET_AM=y
|
||||
# CONFIG_TRACE is not set
|
||||
CONFIG_MSIZE=0x2000000
|
||||
CONFIG_DEVICE=y
|
Loading…
Add table
Add a link
Reference in a new issue