From c4bc889346b3e93efde94f657f265901e08f7a80 Mon Sep 17 00:00:00 2001 From: 0xxFF <0xxFF@protonmail.com> Date: Fri, 16 Dec 2022 22:30:00 +0100 Subject: [PATCH] Documentation: Adjust default TARGET to x86_64 in the documentation --- Documentation/BuildInstructions.md | 2 +- Meta/serenity.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md index d3e7fa89700..b0395fa42da 100644 --- a/Documentation/BuildInstructions.md +++ b/Documentation/BuildInstructions.md @@ -85,7 +85,7 @@ Run the following command to build and run SerenityOS: Meta/serenity.sh run ``` -This will compile all of SerenityOS and install the built files into the `Build/i686/Root` directory inside your Git +This will compile all of SerenityOS and install the built files into the `Build/x86_64/Root` directory inside your Git repository. It will also build a disk image and start SerenityOS using QEMU. Note that the `anon` user is able to become `root` without a password by default, as a development convenience. diff --git a/Meta/serenity.sh b/Meta/serenity.sh index f933baf93ff..ecdb99be8d0 100755 --- a/Meta/serenity.sh +++ b/Meta/serenity.sh @@ -7,7 +7,7 @@ print_help() { NAME=$(basename "$ARG0") cat <