From e6c4ceb18fbd6ae1d3181b90d384882683b16da4 Mon Sep 17 00:00:00 2001 From: apio Date: Tue, 4 Apr 2023 20:57:55 +0000 Subject: [PATCH] Add clause about Unix to README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9bd13e37..f7bc2d12 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Luna A very basic POSIX operating system for desktop computers, written mostly in C++ and C. [![Build Status](https://drone.cloudapio.eu/api/badges/apio/Luna/status.svg)](https://drone.cloudapio.eu/apio/Luna) +## Another UNIX clone? +[Yes, another UNIX clone](https://wiki.osdev.org/User:Sortie/Yes_Another_Unix_Clone). + ## Features - x86_64-compatible lightweight [kernel](kernel/). - Preemptive multitasking, with a round-robin [scheduler](kernel/src/thread/) that can switch between tasks.