Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rswier/swieros

A tiny hand crafted CPU emulator, C compiler, and Operating System
https://github.com/rswier/swieros

Last synced: 2 days ago
JSON representation

A tiny hand crafted CPU emulator, C compiler, and Operating System

Awesome Lists containing this project

README

        

swieros
=======
A tiny and fast Unix-ish kernel (based on xv6), compiler, and userland for fun, education, and research.

Virtual CPU with full user/supervisor and virtual memory support, fast enough to support self-emulation.

Fast C-subset compiler allowing on-the-fly compile-and-go of all applications.

Network clients & servers, remote OpenGL, GUI applications, and many other nifty features.

Runs under Windows or Linux.

See the 00README.txt for full details and a step-by-step walkthrough tutorial.