summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-02-27 13:17:43 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-02-27 13:17:43 +0100
commitce53b6fd0f1117e64b20bc359443c736e8238c0c (patch)
tree4a843ccf3ed17d32d85cb2c9bd8a47ffbb5800f7
parent23263aaae4acf25146dd5c02ddb25e5fe7186eb4 (diff)
downloadserenity-ce53b6fd0f1117e64b20bc359443c736e8238c0c.zip
Meta: Update ReadMe with a new screenshot :^)
-rw-r--r--Meta/screenshot-23263aa.pngbin0 -> 444138 bytes
-rw-r--r--ReadMe.md14
2 files changed, 9 insertions, 5 deletions
diff --git a/Meta/screenshot-23263aa.png b/Meta/screenshot-23263aa.png
new file mode 100644
index 0000000000..44ba8948a5
--- /dev/null
+++ b/Meta/screenshot-23263aa.png
Binary files differ
diff --git a/ReadMe.md b/ReadMe.md
index 638bea43ae..73adcca706 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -8,23 +8,27 @@ I always wanted to write my own operating system, but I never took it seriously.
## Screenshot
-![Screenshot as of 000ccc0](https://raw.githubusercontent.com/awesomekling/serenity/master/Meta/screenshot-000ccc0.png)
+![Screenshot as of 23263aa](https://raw.githubusercontent.com/awesomekling/serenity/master/Meta/screenshot-23263aa.png)
## Current features
* Pre-emptive multitasking
* Compositing window server (in userspace)
-* ext2 filesystem support
-* mmap()
+* ext2 filesystem
* Unix-like libc and userland
+* mmap()
+* /proc filesystem
+* Local sockets
* Pseudoterminals
* Event-driven GUI library
* Other stuff I can't think of right now...
## How do I get it to run?
-You need a cross-compiler for the i686-elf target.
-I've only tested this on an Ubuntu 18.10 host with GCC, so I'm not sure it works anywhere else.
+You need a freestanding cross-compiler for the i686-elf target (for the kernel) and another
+cross-compiler for the i686-pc-serenity target (for all the userspace stuff.)
+
+I've only tested this on an Ubuntu 18.10 host with GCC 8.2.0, so I'm not sure it works anywhere else.
If you'd like to run it, here's how you'd get it to boot: