Go to file
reccetear d444d9981a clean up but not for npc 2017-04-22 23:59:22 +08:00
am clean up but not for npc 2017-04-22 23:59:22 +08:00
apps clean up but not for npc 2017-04-22 23:59:22 +08:00
klib add typing on x86 2017-04-22 05:14:13 +08:00
.gitignore build a simple native linux am lib 2017-04-19 12:34:13 -04:00
Makefile add Makefile debug 2017-04-22 14:55:13 +08:00
README.md update documents 2017-04-21 01:38:19 +08:00

README.md

The Abstract Machine (AM)

抽象计算机:必要的抽象,帮你编写一个完整的计算机系统!

目录组织:

  • am/AM头文件、每个体系结构分别实现的AM代码。
  • klib/建立在AM上、体系结构无关的基础运行库提供诸如memcpy等基础功能。
  • apps/基于AM实现的各类应用。

参考:AM Specification