No description
Find a file
2022-01-19 20:15:12 +08:00
am am,nemu: use standard debug instructions for nemu_trap 2022-01-19 20:15:12 +08:00
klib fix dead recursion when __NATIVE_USE_KLIB__ is defined 2021-10-20 14:17:36 +08:00
scripts ready for ics2021 2021-08-11 16:21:16 +08:00
.gitignore add riscv64-mycpu 2021-07-13 16:00:11 +08:00
LICENSE 2021 pre-release 2021-07-13 15:53:57 +08:00
Makefile Makefile: disable stack protector in Ubuntu 2021-08-27 11:24:07 +08:00
README 2020 release 2020-09-04 00:13:55 +08:00

AbstractMachine is a minimal, modularized, and machine-independent 
abstraction layer of the computer hardware:

* physical memory and direct execution (The "Turing Machine");
* basic model for input and output devices (I/O Extension);
* interrupt/exception and processor context management (Context Extension);
* virtual memory and protection (Virtual Memory Extension);
* multiprocessing (Multiprocessing Extension).

CONTACTS

Bug reports and suggestions go to Yanyan Jiang (jyy@nju.edu.cn) and Zihao 
Yu (yuzihao@ict.ac.cn).