Author of "A Journey in Creating an Operating System Kernel: The 539kernel Book"
539kernel. 539kernel is a simple x86 32bit educational kernel which has been written especially for the book "A Journey in Creating an Operating System Kernel" which is available freely on <https://539kernel.com>
239SSFS. Simple & Stupid Filesystem (Using FUSE)
97LSYSFS. Less Simple, Yet Stupid Filesystem (Using FUSE). This is an example of using FUSE to build a simple in-memory filesystem that supports creating new files and directories. It is a part of a tutorial in MQH Blog with the title "Writing Less Simple, Yet Stupid Filesystem Using FUSE in C".
24539kernel-book. A Journey in Creating an Operating System Kernel: A book that teaches the reader how to create an operating system's kernel called 539kernel. You can read the book freely in https://539kernel.com/
12PrettyPi. PrettyPi is a TODO list application for Raspberry Pi that shows your tasks in front of you all the time and can be controlled remotely via web interface to add and remove tasks. It's intended to be used with touchscreen.
8PyGTK-Book-Examples. The examples of the second edition of "Building Applications With PyGTK and SQLite" book
5MySmartBB. An Open Source Bulletin Board System.
3MapReduceImplementation. A simple MapReduce implementation in C based on Google's paper "MapReduce: Simplified Data Processing on Large Clusters"
2EduVM. A very simple and educational Virtual Machine
1