From fea44610ecdf1bb8a47f654e6e4b2c21fbf98aff Mon Sep 17 00:00:00 2001 From: QuackeR Date: Wed, 22 May 2019 06:23:07 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff37362..0a51058 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # CurrSOS -CurrSOS is a simple x86-64 kernel, as the final project of CS850, that supports interrupt, memory management, processes and threads, userspace and system calls. It has vastly simplier but hacky memory management than its successor CurrOS. +CurrSOS is a simple x86-64 kernel that supports interrupt, memory management, processes and threads, userspace and system calls. It has vastly simplier but hacky memory management than its successor CurrOS. ## Toolchain clang, lld, xorriso, grub-pc-bin, nasm