diff --git a/Meta/.gitignore b/Meta/.gitignore new file mode 100644 index 0000000000..19bd9e15b6 --- /dev/null +++ b/Meta/.gitignore @@ -0,0 +1 @@ +convert-raw-to-rgb diff --git a/Utilities/convert-raw-to-rgb.cpp b/Meta/convert-raw-to-rgb.cpp similarity index 100% rename from Utilities/convert-raw-to-rgb.cpp rename to Meta/convert-raw-to-rgb.cpp diff --git a/Meta/screenshot-f8fc892.png b/Meta/screenshot-f8fc892.png new file mode 100644 index 0000000000..a14c21b7ae Binary files /dev/null and b/Meta/screenshot-f8fc892.png differ diff --git a/ReadMe.md b/ReadMe.md new file mode 100644 index 0000000000..8ffa8b503f --- /dev/null +++ b/ReadMe.md @@ -0,0 +1,28 @@ +# Serenity + +x86 Unix-like operating system for IBM PC-compatibles + +## About + +![Screenshot as of f8fc892](https://raw.githubusercontent.com/awesomekling/serenity/master/Meta/screenshot-f8fc892.png) + +I always wanted to write my own operating system, but I never took it seriously. Until now. + +## Current features + +* Pre-emptive multitasking +* Compositing window server +* ext2 filesystem support +* mmap() +* Unix-like libc and userland +* Pseudoterminals +* Event-driven GUI library +* Other stuff I can't think of right now... + +## Author + +* **Andreas Kling** - [awesomekling](https://github.com/awesomekling) + +## License + +Undecided. Probably something close to 2-clause BSD.