Updated serenity (markdown)

Lauri Ojansivu 2023-05-13 08:31:07 +03:00
parent c860f1b773
commit dae612a63b

@ -1,4 +1,4 @@
# Serenity OS
# SerenityOS
https://serenityos.org
@ -130,7 +130,7 @@ https://github.com/wekan/php/blob/main/page/sign-in1.php#L58 .
## Transferring files between SerenityOS and a host Linux system
Source: [chungy](https://github.com/chungy) posted this to https://lunduke.locals.com at 2023-05-13 during Serenity Week. [chungy](https://github.com/chungy) is also porting Chocolate Doom to Serenity OS https://github.com/SerenityOS/serenity/pull/18765.
Source: [chungy](https://github.com/chungy) posted this to https://lunduke.locals.com at 2023-05-13 during Serenity Week. [chungy](https://github.com/chungy) is also porting Chocolate Doom to SerenityOS https://github.com/SerenityOS/serenity/pull/18765.
SerenityOS runs off of ext2, the "normal" file system for Linux, as such it's actually fairly easy to transfer files to and from the host system, granted a Linux host (and FreeBSD/NetBSD probably work as well).