You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.…
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…
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/
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…