ysyx-workbench/abstract-machine
tracer-ysyx 20030dc8d5 > 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
 01:03:00  up  10:38,  2 users,  load average: 0.20, 0.16, 0.66
2024-03-26 01:03:00 +08:00
..
am > compile NEMU 2024-03-24 16:26:21 +08:00
cmake > compile NEMU 2024-03-24 16:07:06 +08:00
klib > compile NEMU 2024-03-26 01:03:00 +08:00
out/install/lib > compile NEMU 2024-03-24 16:07:06 +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 16:07:06 +08:00
CMakePresets.json > compile NEMU 2024-03-24 10:10:28 +08:00
default.nix > compile NEMU 2024-03-26 01:03:00 +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).