No description
Find a file
2021-05-03 16:51:02 +08:00
am add riscv64-nemu 2021-05-03 16:51:02 +08:00
klib 2020 release 2020-09-04 00:13:55 +08:00
scripts add riscv64-nemu 2021-05-03 16:51:02 +08:00
.gitignore 2020 release 2020-09-04 00:13:55 +08:00
LICENSE 2020 release 2020-09-04 00:13:55 +08:00
Makefile Makefile: fix typo 2020-10-10 21:51:37 +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).