-
Notifications
You must be signed in to change notification settings - Fork 78
reading
陳鍾誠 edited this page Apr 21, 2018
·
1 revision
-
https://github.com/jserv/ogc
- A minimal mark-and-sweep garbage collector
-
https://github.com/jserv/amacc
- Small C Compiler generating ELF executable for Arm architecture
-
https://github.com/jserv/mini-arm-os
- Build a minimal multi-tasking OS kernel for ARM from scratch
-
https://github.com/jserv/kernel-in-kernel
- Develop your own OS kernel by reusing Linux infrastructure
-
https://github.com/jserv/full-stack-hello
- minimal instruction set and assembler/compiler for "Hello World" execution
-
https://github.com/jserv/min-dl
- minimal dynamic linker implementation for ELF, supporting x86_64 and Arm
-
https://github.com/embedded2015/rubi
- Ruby-like high-performance script programming language with JIT compiler