NJU-ProjectN/abstract-machine ics2023 initialized
NJU-ProjectN/abstract-machine 3348db971fd860be5cb28e21c18f9d0e65d0c96a Merge pull request #8 from Jasonyanyusong/master
This commit is contained in:
parent
2824efad33
commit
8e4feb4010
129 changed files with 9017 additions and 0 deletions
13
abstract-machine/README
Normal file
13
abstract-machine/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