2020 release
This commit is contained in:
commit
61348e8b07
86 changed files with 5127 additions and 0 deletions
13
README
Normal file
13
README
Normal file
|
@ -0,0 +1,13 @@
|
|||
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).
|
Loading…
Add table
Add a link
Reference in a new issue