commit c5efe4412d1bdfd126d21081b807ff730cb4a0c9 Author: Chloe M Date: Thu Jul 9 20:29:57 2026 -0400 initial commit Signed-off-by: Chloe M 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.