Removed outdated instructions in README

This commit is contained in:
2023-01-08 21:31:23 -06:00
parent c2d8f79e61
commit 1be6de1a26

View File

@@ -13,8 +13,5 @@ To build the kernel for the x86 platform, run:
- `./configure --host=i686-elf --prefix=<your_desired_prefix> --bindir=$(prefix)/apps CFLAGS=-ffreestanding LDFLAGS=-nostdlib` - `./configure --host=i686-elf --prefix=<your_desired_prefix> --bindir=$(prefix)/apps CFLAGS=-ffreestanding LDFLAGS=-nostdlib`
- `make` - `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 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). a cross-compiler, see the article on [osdev.org](https://wiki.osdev.org/GCC_Cross-Compiler).