No description
Find a file
Zihao Yu adff80b91c
Merge pull request #12 from liuyd-dev/master
riscv,nemu,start: add function size for `_start`
2024-03-13 09:27:22 +08:00
am riscv,nemu,start: add function size for _start 2024-03-08 21:36:39 +08:00
klib klib,int64: remove unused code 2024-01-17 13:46:31 +08:00
scripts native,ioe: add uart 2024-01-17 13:47:32 +08:00
tools tools: add scripts to generate memory image file in logisim 2023-07-02 14:29:39 +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: prevent other libraries from linking to symbols in ELF 2024-01-17 13:47:42 +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).