From c18781e37e6bfe153e7c0f2bc8b04df0aecf151d Mon Sep 17 00:00:00 2001 From: Alexey Gavrilov Date: Sat, 4 Nov 2023 10:09:44 +0700 Subject: Support for GDT has been written + add makefile debug mode --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b7d31cf..9736ee0 100644 --- a/README.md +++ b/README.md @@ -11,15 +11,21 @@ sudo apt update -y sudo apt -y install build-essential binutils nasm xorriso grub-common qemu-system-i386 mtools ``` +Need build GCC cross compiler for i686 architecture to compile project sources. +Refer to GCC documentation for detailed information - + ## Build and run #### Ubuntu +Build and run release version +```sh +make all +``` + +Build and run debug version ```sh -# Build and create iso image -make install -# Run emulator -make run +make DEBUG=true all ``` ## Docs -- cgit v1.2.3