mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:07:36 +00:00
Add a little ReadMe.
This commit is contained in:
parent
f8fc892bac
commit
e78e032c19
4 changed files with 29 additions and 0 deletions
1
Meta/.gitignore
vendored
Normal file
1
Meta/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
convert-raw-to-rgb
|
BIN
Meta/screenshot-f8fc892.png
Normal file
BIN
Meta/screenshot-f8fc892.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 334 KiB |
28
ReadMe.md
Normal file
28
ReadMe.md
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# Serenity
|
||||||
|
|
||||||
|
x86 Unix-like operating system for IBM PC-compatibles
|
||||||
|
|
||||||
|
## About
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
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.
|
Loading…
Add table
Add a link
Reference in a new issue