ysyx-workbench/abstract-machine
tracer-ysyx 01960837e0 > compile NEMU
ysyx_22040000 李心杨
Linux calcite 6.6.18 #1-NixOS SMP PREEMPT_DYNAMIC Fri Feb 23 08:25:28 UTC 2024 x86_64 GNU/Linux
 23:05:05  up   7:22,  2 users,  load average: 0.43, 0.37, 0.33
2024-03-03 23:05:05 +08:00
..
am NJU-ProjectN/abstract-machine ics2023 initialized 2023-12-21 00:20:42 +08:00
klib NJU-ProjectN/abstract-machine ics2023 initialized 2023-12-21 00:20:42 +08:00
scripts NJU-ProjectN/abstract-machine ics2023 initialized 2023-12-21 00:20:42 +08:00
tools NJU-ProjectN/abstract-machine ics2023 initialized 2023-12-21 00:20:42 +08:00
.gitignore NJU-ProjectN/abstract-machine ics2023 initialized 2023-12-21 00:20:42 +08:00
LICENSE NJU-ProjectN/abstract-machine ics2023 initialized 2023-12-21 00:20:42 +08:00
Makefile > compile NEMU 2024-03-03 23:05:05 +08:00
README NJU-ProjectN/abstract-machine ics2023 initialized 2023-12-21 00:20:42 +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).