From c5efe4412d1bdfd126d21081b807ff730cb4a0c9 Mon Sep 17 00:00:00 2001 From: Chloe M Date: Thu, 9 Jul 2026 20:29:57 -0400 Subject: [PATCH] initial commit Signed-off-by: Chloe M --- .gitignore | 5 +++++ README.md | 14 ++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c9c376a --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.o +*.d +*.sys +*.iso + diff --git a/README.md b/README.md new file mode 100644 index 0000000..df757fc --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Plural Technology (PT) + +PT is an operating system meant for those with DID in which users can exist within users and +each respective user can front sub-users seemlessly without the need to log out. + +PT is built from scratch using its own independent kernel which is inspired from NT while taking +few things from UNIX (e.g., ELF, graphical boot console, etc) and omitting the bad parts (such as +``fork()``, etc). + +# Legal + +This project is licensed under the BSD-3 clause + +Copyright (c) 2026, Chloe M., et al.