Go to file
Zihao Yu e4d95b8566 native,vme: fix bug of malloc() across cpus
* malloc() will get memory from heap, which is private across cpus. This
  will cause wrong memory accessing when a piece of memory is allocated
  by one cpu but accessed by another.
* using pgalloc() from OS solves this issue
2020-02-04 22:50:33 +08:00
am native,vme: fix bug of malloc() across cpus 2020-02-04 22:50:33 +08:00
apps fceux: center screen 2020-02-02 14:41:33 +00:00
libs/klib tools: add an export tool 2020-02-02 20:58:29 +08:00
tests BREAKING CHANGE: AM API simplifications 2020-02-03 11:29:54 +00:00
tools tools: not export generated .c files 2020-02-03 13:46:37 +08:00
.gitignore gitignore: add itself 2018-09-08 03:13:15 +08:00
Makefile Makefiles: include arch.mk by default 2019-03-21 09:32:08 +00:00
Makefile.app Makefile: add comments to makefiles 2019-06-13 19:04:24 +00:00
Makefile.check Makefile: add comments to makefiles 2019-06-13 19:04:24 +00:00
Makefile.compile Merge pull request #62 from jiangyy/nemu-mmio 2019-08-05 07:57:34 +00:00
Makefile.lib Makefile: add comments to makefiles 2019-06-13 19:04:24 +00:00
README.md readme: remove stale descriptions; docs will be in another repo 2020-02-03 11:31:03 +00:00

README.md

The Abstract Machine (AM)