Files
NJU_PA/abstract-machine
tracer-ics2023 2b3f07a99d > compile NEMU
221220000 张三
Linux zzy 5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
 20:17:29 up 2 days, 10:31,  1 user,  load average: 0.39, 0.36, 0.32
2024-09-14 20:17:30 +08:00
..
2024-09-14 20:17:30 +08:00
2024-09-14 12:43:15 +08:00
2024-09-10 23:03:48 +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).