blob: df9558bf7e71e63bb4ffc3628f0e7f87b9edf216 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# 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.
## Screenshot
![Screenshot as of 000ccc0](https://raw.githubusercontent.com/awesomekling/serenity/master/Meta/screenshot-000ccc0.png)
## 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.
|