Hacker News new | ask | show | jobs
by pkphilip 2068 days ago
He has developed a ton of stuff! What I found particularly impressive is the PC Emulator developed in Javascript which runs Linux within a browser!

https://bellard.org/jslinux/

You can actually run X-Windows, Windows 2000, FreeDOS etc in a browser using this.

His implementation of 4G LTE purely in software is also pretty amazing. https://bellard.org/lte/

His other projects: https://bellard.org/

1 comments

Incredible is an appropriate word to describe these projects: A self-compiling C compiler in 2048 bytes of C source code.

https://bellard.org/otcc/