ysyx-workbench/abstract-machine
tracer-ysyx f2c726e647 > compile NEMU
ysyx_22040000 李心杨
Linux calcite 6.6.19 #1-NixOS SMP PREEMPT_DYNAMIC Fri Mar  1 12:35:11 UTC 2024 x86_64 GNU/Linux
 10:10:28  up 3 days 21:16,  2 users,  load average: 1.44, 1.06, 0.84
2024-03-24 10:10:28 +08:00
..
.cache/clangd/index > compile NEMU 2024-03-24 10:10:28 +08:00
am > compile NEMU 2024-03-24 10:10:28 +08:00
cmake > compile NEMU 2024-03-24 10:10:28 +08:00
klib > compile NEMU 2024-03-24 10:10:28 +08:00
out/install/lib > compile NEMU 2024-03-24 10:10:28 +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 > compile NEMU 2024-03-24 10:10:28 +08:00
CMakeLists.txt > compile NEMU 2024-03-24 10:10:28 +08:00
CMakePresets.json > compile NEMU 2024-03-24 10:10:28 +08:00
LICENSE NJU-ProjectN/abstract-machine ics2023 initialized 2023-12-21 00:20:42 +08:00
Makefile > compile NEMU 2024-03-05 18:21:57 +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).