From 37a41f3d2c043cea3a4092f7e76c4375cf322f28 Mon Sep 17 00:00:00 2001 From: apio Date: Sat, 3 Dec 2022 17:53:47 +0100 Subject: [PATCH] Add warning message --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1fe9778..e8c68281 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ A simple kernel and userspace for the x86_64 platform, written mostly in C++ and ## Notes - The default user is named 'selene' and you can log into it with the password 'moon'. -## Setup +## Setup (probably broken) To build and run Luna, you will need to build a [GCC Cross-Compiler](https://wiki.osdev.org/Why_do_I_need_a_Cross_Compiler%3F) and cross-binutils for `x86_64-luna`. (Yes, Luna is advanced enough that it can use its own [OS-Specific Toolchain](https://wiki.osdev.org/OS_Specific_Toolchain), instead of a bare metal target like `x86_64-elf`. It is the first of my OS projects to be able to do so. The patches for Binutils and GCC are [binutils.patch](tools/binutils.patch) and [gcc.patch](tools/gcc.patch)). You should start by installing the [required dependencies](https://wiki.osdev.org/GCC_Cross_Compiler#Installing_Dependencies).