Jim Huang

Results 39 repositories owned by Jim Huang

full-stack-hello

115
Stars
50
Forks
Watchers

minimal instruction set and assembler/compiler for "Hello World" execution

MazuCC

511
Stars
63
Forks
Watchers

A minimalist C compiler with x86_64 code generation

talks

345
Stars
33
Forks
Watchers

schedule and materials about my presentations

nstack

309
Stars
68
Forks
Watchers

Userspace TCP/IP stack for Linux

unix-v1

222
Stars
38
Forks
Watchers

Restoration of 1st Edition UNIX kernel sources from Bell Laboratories

mazu-editor

119
Stars
17
Forks
Watchers

a minimalist text editor with syntax highlight, copy/paste, and search

tlsf-bsd

90
Stars
12
Forks
Watchers

Two Level Segregated Fit (TLSF) memory allocator implementation, BSD License

hungry-birds

21
Stars
17
Forks
Watchers

classical example of concurrent producer/consumer problem

jit-construct

38
Stars
19
Forks
Watchers

JIT compiler from scratch, derived from Nick Desaulniers' great work

kernel-in-kernel

171
Stars
71
Forks
Watchers

Develop your own OS kernel by reusing Linux infrastructure