From f36044e92b6e747bad50c0aba0b09f3eeef6bbb6 Mon Sep 17 00:00:00 2001 From: VinceAle7082 Date: Sun, 29 Sep 2024 18:06:53 +0200 Subject: [PATCH] Better README I just wrote something new and corrected some errors --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f0d9f50..d783d9e 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,22 @@ Hey all, Vincenzo Aleskey Brocato (VinceAle7082) here!
-This is a little project where I try to make an OS just for fun
+This is a little project where I try to explore OS developing just for fun!

What exactly is XanvicOS?


-XanvicOS is a little project written by me when I have time to. I want to create an os that can run 16, 32 and 64 bit binaries, in future there will be a package manager, and in some time maybe even linux binaries support.
-I also want to create a windows manager with some features that I like. If you want to help, you can.
+XanvicOS is a little project that I write when I have free time. I want to create an os that can run 16, 32 and 64 bit binaries, in future I hope I might be able to add a package manager, and in even more time maybe even linux binaries support.
+I also want to create a windows manager with some features that I like that I'll call SunShineWM. If you want to help, you can.

Why are there 2 branches?


-The main branch is the branch where I commit all of my work, but it can be ful of bugs, dosn't compile, or both.
+The main branch is the branch where I push my commits, but it can be full of bugs, doesn't compile, or even both.
I created the stable branch so someone can try XanvicOS, without worring if the code compiles or not.
-It's like mainline and stable linux kernels, only that, how I already said before, the main branch may not compile.
+Basically stable=normal, main=developement
If you want to try XanvicOS, clone the stable branch, if you want to contribute, use the main one.
+Features will be added to the stable branch after the main one