From 8a0bbb57aa00da0dc6e53655a7c7019b4e0e9c7e Mon Sep 17 00:00:00 2001 From: Mario Rosell Rabinal Date: Sat, 24 Jan 2026 19:51:59 +0100 Subject: Initial commit. Hello! This is the initial commit of System: Euler (formerly mursk, until now I guess). Added: * directory layout (see next section) * license (MIT or CC0) Directory structure: 386/ <= 386 (IA-32 or x86)-only stuff include/ <= includes boot/ <= bootloader amd64/ <= like 386, but 64 bits include/ <= likewise to 386/'s boot/ <= likewise to 386/'s sys/ <= system stuff doc/ <= user documentation src/ <= sources kernel <= kernel sources lc <= plan9 libc sources lib/ <= stuff useful for other programs ... --- sys/doc/readme.txt | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 sys/doc/readme.txt (limited to 'sys/doc/readme.txt') diff --git a/sys/doc/readme.txt b/sys/doc/readme.txt new file mode 100644 index 0000000..ef6d91a --- /dev/null +++ b/sys/doc/readme.txt @@ -0,0 +1,35 @@ +================= += System: Euler = +================= + +System: Euler (also known as SE), is a type-one hypervisor; an OS that runs more +OSes in parallel. + +It is made to be philosophically similar to Plan 9, and adopts some ideas of it +(such as 9P and per-process namespaces). + +------------------ +MORE DOCUMENTATION +------------------ + +The wiki is at https://wiki.sw.mariorosell.es/syseuler, although the community +can teach you a lot! Join us at the mailing lists[1], or on IRC[2]! The +community is friendly (but you should be friendly too! Read coc.txt). + +---- + +[1]: https://lists.sw.mariorosell.es +[2]: #systemeuler on OFTC. + +------- +LICENSE +------- + +CC-0 1.0 or MIT. See the source code at https://code.sw.mariorosell.es/se.git + +---- +BUGS +---- + +89.7THz + -- cgit v1.2.3