Commit graph

61 commits

Author SHA1 Message Date
Wenrui Huang
3c50c2eae3
[FIX] am-kernels/kernels/demo/src/hanoi/hanoi.c: pattern not shown on the screen of nemu due to no sync of GPU FB 2023-10-11 16:39:44 +08:00
gftytkklt
0c1f038ad0 kernels,demo,life: fix stack overflow in nemu
* allocate arrays with malloc()
2023-10-09 11:04:32 +08:00
Zihao Yu
773fa2b997 add license for alu-tests and snake 2023-10-03 21:04:37 +08:00
Zihao Yu
6f4a47afb9 add yield-os 2023-10-03 15:33:38 +08:00
Zihao Yu
86c5532674 am-tests,intr: add panic message 2023-10-03 15:28:47 +08:00
Zihao Yu
4707aefcc5 kernels: merge bf to demo 2023-07-22 22:11:02 +08:00
Zihao Yu
c5bcf378e8 kernels: add some demos from movfuscator and rt-thread 2023-07-22 22:10:51 +08:00
Zihao Yu
3388801aea kernels,snake: port to AM 2023-07-21 11:00:02 +08:00
Zihao Yu
ec82e0f2cd kernels: import snake from movfuscator 2023-07-21 10:59:30 +08:00
Zihao Yu
53cc98e4c0 tests,cpu-tests,Makefile: remove klib since it is added by default 2023-07-21 10:52:58 +08:00
Zihao Yu
1cf8c67eb6 kernels,bf: port to AM 2023-07-01 01:25:46 +08:00
Zihao Yu
b122a7fa12 kernels: import bf from movfuscator 2023-07-01 01:12:31 +08:00
Zihao Yu
6b5c2ad2d3 tests,cpu-test: add more tests from movfuscator 2023-07-01 00:56:02 +08:00
Zihao Yu
d336e55bc3 tests,alu-tests: refine
* use volatile to prevent compiler optimization
* only output failed tests
* output with line number in the generated C file
* return 1 if some tests fail
* disable floating-point tests
2023-07-01 00:52:47 +08:00
Zihao Yu
fbc2739875 tests: add alu-test from movfuscator
* https://github.com/xoreaxeaxeax/movfuscator
2023-07-01 00:51:15 +08:00
Zihao Yu
245c069c4e thread-os: fix stack overflow with glibc 2.39
* `Inconsistency detected by ld.so: dl-runtime.c: 63: _dl_fixup:
  Assertion `ELFW(R_TYPE)(reloc->r_info) == ELF_MACHINE_JMP_SLOT' failed!`
2023-07-01 00:44:58 +08:00
Zihao Yu
adc316af6e cpu-tests,Makefile: support target gdb 2021-10-20 12:56:40 +08:00
Zihao Yu
c03fc2b97b nemu: restore previous config when it fails to build the AM version 2021-08-27 19:26:36 +08:00
Zihao Yu
3433d0f8db remove unused file 2021-08-21 15:30:29 +08:00
Zihao Yu
6052ab0244 kernels: support NEMU over AM 2021-08-16 17:09:25 +08:00
Zihao Yu
56c864d5ef tests,cpu-tests,Makefile: report run results 2021-08-13 18:04:41 +08:00
Zihao Yu
8a1caa1db3 remove x attribute 2021-08-11 16:59:18 +08:00
Zihao Yu
5e7cd0c7f2 am-tests,intr: change printf() to putch() 2021-08-11 16:55:49 +08:00
Zihao Yu
f3af11ebbf cpu-tests,Makefile: remove unused rules 2021-08-11 16:55:34 +08:00
Yanyan Jiang
87c35f8f19 fix mmc multi def bug 2021-08-11 16:54:48 +08:00
Zihao Yu
a3d742d259 microbench: avoid %03d in the format string 2021-08-11 16:54:23 +08:00
Zihao Yu
1a008865df microbench: explicitly use uint32_t for score and uint64_t for usec 2021-08-11 16:54:23 +08:00
Zihao Yu
e45d2189d9 microbench: change REF_CPU to i9-9900k 2021-08-11 16:54:23 +08:00
Zihao Yu
e611fa70d2 microbench: set correct checksum for huge input 2021-08-11 16:54:23 +08:00
Zihao Yu
54f5c1f8fa microbench: add huge input 2021-08-11 16:54:23 +08:00
Zihao Yu
f4f447c422 microbench: use us precision timer 2021-08-11 16:54:23 +08:00
Zihao Yu
242c1f1f53 tests,cpu-tests,string: test the return value of strcmp() according to the manual 2021-08-11 16:52:42 +08:00
Zihao Yu
1d1ff1431d tools: add gitignore for export/ 2021-08-11 16:52:42 +08:00
Zihao Yu
060dde6692 am-tests,audio: ctrl.bufsize is now unconfigurable 2021-08-11 16:52:42 +08:00
Zihao Yu
11a4fe4ceb kernels: add slider 2021-08-11 16:52:42 +08:00
Zihao Yu
2466656eea kernels,typing-game: add message about exiting 2021-08-11 16:52:42 +08:00
Zihao Yu
a1edccd647 benchmarks: readd README.md 2021-08-11 16:52:42 +08:00
Zihao Yu
fc7b5f832b test,am-tests,audio: add .gitignore to track the pcm file 2021-08-11 16:52:42 +08:00
Zihao Yu
6cdc69bdeb gitignore: fix typo 2021-08-11 16:52:42 +08:00
Zihao Yu
07c99a1e2a test,am-tests: add audio test 2021-08-11 16:52:42 +08:00
Zihao Yu
9e59fd2cba kernels,typing-game: exit when pressing ESC 2021-08-11 16:52:42 +08:00
Zihao Yu
fa054f1c3a benchmark,microbench: reduce test input size for bf
* this will cost less time to run with RTL simulation
* note that the checksum is still the same
2021-08-11 16:52:42 +08:00
Zihao Yu
fa8bcce0a9 fix typo 2021-08-11 16:52:42 +08:00
Zihao Yu
0a123cc9e6 tests: add am-tests 2021-08-11 16:52:42 +08:00
Yanyan Jiang
8fbf7f9425 Merge pull request #1 from jiangyy/remove-thread-os-ioe
kernels,thread-os: remove ioe
2021-08-11 16:47:42 +08:00
Yanyan Jiang
6067516bec add color 2021-08-11 16:46:48 +08:00
Yanyan Jiang
0c534454bd new typing game 2021-08-11 16:46:48 +08:00
Yanyan Jiang
87220d57be use lut 2021-08-11 16:46:48 +08:00
Yanyan Jiang
509da0b18a a new typing game; not finished 2021-08-11 16:46:48 +08:00
Yanyan Jiang
ef885890c1 much better user interface for litenes 2021-08-11 16:46:48 +08:00