From 1be6de1a263f7af92ed398d0e4467d9ed3205d3d Mon Sep 17 00:00:00 2001 From: Nathan Giddings Date: Sun, 8 Jan 2023 21:31:23 -0600 Subject: [PATCH] Removed outdated instructions in README --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index e8288a2..206e27b 100755 --- a/README.md +++ b/README.md @@ -13,8 +13,5 @@ To build the kernel for the x86 platform, run: - `./configure --host=i686-elf --prefix= --bindir=$(prefix)/apps CFLAGS=-ffreestanding LDFLAGS=-nostdlib` - `make` -To generate a bootable disk image, run: -- `make quark.iso` - So far this code has only been tested to compile using GCC. Some modifications might be necessary to build this project using other compilers. For a guide on building a cross-compiler, see the article on [osdev.org](https://wiki.osdev.org/GCC_Cross-Compiler). \ No newline at end of file