wuxx / sosLinks
Simple OS for raspberry pi 2 model B
☆14Updated 8 years ago
Alternatives and similar repositories for sos
Users that are interested in sos are comparing it to the libraries listed below
Sorting:
- simple os for 8086 on a MBR☆36Updated 6 years ago
- forked from http://code.taobao.org/p/tinixdev/src/☆44Updated 7 years ago
- Main branch of HelloX,include Kernel,GUI,SD,and all components.☆68Updated last year
- Toddler is a well-designed usable and portable microkernel OS☆76Updated 6 years ago
- 自己动手实现一个玩具操作系统,名曰babyos。以baby为名,取其活泼、可爱之意。简单,却招人喜爱,幼稚,却又生机勃勃。☆32Updated 7 years ago
- a mini C-like language(C1) compiler☆36Updated 5 years ago
- lcc编译器源码注释工程☆54Updated 10 years ago
- This is the new kernel of Book OS, I hope it is a new start.☆83Updated 5 years ago
- A simple utf8 decode/encode lib in c☆35Updated 9 years ago
- Network stack developed for embedded work on small systems. Implements ip, tcp, arp, a small web server, and an OS abstraction layer.☆52Updated 11 months ago
- 简易C语言编译器+虚拟机(CMake,C++14)☆28Updated 7 years ago
- 《30 天自制操作系统》(人民邮电出版社)读书笔记☆22Updated 11 years ago
- a riscv32 rv32imc emulator written in c.☆33Updated last month
- An efficient OS for IoT.☆148Updated last year
- Minix 1.1 to 2.0.4☆52Updated 7 years ago
- 解析C语言的解释器☆47Updated 7 years ago
- Tiny OS kernel for Tsinghua OS course☆47Updated 11 years ago
- Simple Lisp VM(C++ 14)☆33Updated 6 years ago
- 参考c4完成的C语言编译器,代码逻辑大部分跟c4相同,但是确实是自己理解了并重写,附有大量中文注释。☆24Updated 8 years ago
- ucc - a tiny C89 compiler for x86☆108Updated 14 years ago
- C extend library - common data structs and algorithms implementation with ANSI C☆33Updated 4 years ago
- 内核源码学习,包括源码注释和学习笔记,笔记位于Lee_Doc☆11Updated 9 years ago
- A MIPS32 CPU implemented by VHDL☆30Updated 12 years ago
- TinyCompiler是一款能编译一个经过裁剪的C语言的子的简易编译器,采用了C++11编写