mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Add a little ReadMe.
This commit is contained in:
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.
|
||||||
Reference in New Issue
Block a user