From 5fda45b663de25916357027c1e55dce718619860 Mon Sep 17 00:00:00 2001 From: 20kdc Date: Sat, 28 Apr 2018 12:52:20 +0100 Subject: [PATCH] A slight correction to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 700f48b..97b9af9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ At least in theory: "efficient. multi-tasking. clean. security-oriented". KittenOS NEO is an OpenComputers operating system designed for Tier 1 hardware. -This means, among other things, it has an operating overhead limit of 192KiB real-world (on 32-bit or 64-bit). +This means, among other things, it has an operating overhead limit of 192KiB in os.totalMemory() units, on 32-bit or 64-bit runtimes (given the default scale value). Unlike the original KittenOS (now in the "legacy" branch), it is also designed with some attempt at cleanliness.