No description
Find a file
Xinyang Li 9e26dd655e
Merge pull request #1 from xinyangli/make-improvement
Improve Makefile and build system in general
2024-12-16 11:57:01 +08:00
am Makefile: interface flags fixed 2024-12-12 18:52:36 +08:00
klib klib: add memchr 2024-12-16 11:42:14 +08:00
scripts Makefile: interface flags fixed 2024-12-12 18:52:36 +08:00
tools {nemu,npc}: inject mainargs to the bin file 2024-05-12 21:34:43 +08:00
.gitignore add riscv64-mycpu 2021-07-13 16:00:11 +08:00
LICENSE 2021 pre-release 2021-07-13 15:53:57 +08:00
Makefile Makefile: interface flags fixed 2024-12-12 18:52:36 +08:00
README 2020 release 2020-09-04 00:13:55 +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).