LikeOS

A Modern 64-Bit Hobby Operating System Built from Scratch


Welcome to the LikeOS home page. LikeOS is a modern 64-bit operating system built entirely from scratch, demonstrating contemporary OS development with a complete Unix-like userland.

LikeOS was written by Nikolaos Rangos.

Current development release:

LikeOS 0.2.3-HEAD

Version 0.2.3 has these key features:


Canonical URL: https://likeos.systemtrap.com


LikeOS is a Unix-like operating system designed to demonstrate modern OS development from the ground up. It features a complete userland with process management, syscalls, preemptive multitasking, symmetric multi-processing (SMP), and an interactive shell. The system boots via UEFI, runs on (some) real hardware as well as virtual machines (QEMU, VMware, VirtualBox), and includes a rich set of core utilities and a C library with dynamic linking support.

The author, Nikolaos Rangos, can be reached at niko@systemtrap.com.

The git repository is available at: https://github.com/kctherootkey/LikeOS-64

LikeOS is released under the GNU General Public License version 2. See the COPYING file in the repository for the full license text.


The current development version is available on GitHub:
https://github.com/kctherootkey/LikeOS-64