Great work! #7
ebruneton
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I like your goal of a computer that can be fully understood by a single person. I understand the choice of Rust, but the Rust compiler itself (which uses LLVM) is too large in my opinion. My personal attempt towards this goal led a toy computer built on an Arduino Due, with a monotasking, self-hosted OS (kernel with 10 system calls and memory protection, a shell, a few command line utilities [ls, rm, cp, etc], a text editor, and a compiler for a toy programming language), in less than 3300 lines of code. See https://github.com/ebruneton/toypc.
Beta Was this translation helpful? Give feedback.
All reactions