9091d40c3d
Signed-off-by: Chloe M <chloe@mensia.org>
24 lines
821 B
Markdown
24 lines
821 B
Markdown
# 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).
|
|
|
|
## Top-level directory structure
|
|
|
|
```
|
|
artifacts/ - Generated on build, contains the ISO among other things
|
|
sdk/ - OS Software Development Kit
|
|
service/ - The OS service pack (contains the kernel, apps, bootloader, etc)
|
|
tools/ - Host specific tooling (will only work on UNIX-like hosts)
|
|
```
|
|
|
|
## Legal
|
|
|
|
This project is licensed under the BSD-3 clause
|
|
|
|
Copyright (c) 2026, Chloe M., et al.
|