From 9838f468a712c28ee135295cd4570ce67d5128fb Mon Sep 17 00:00:00 2001 From: Achilleas Anagnostopoulos Date: Tue, 8 Aug 2017 23:42:25 +0100 Subject: [PATCH] Fix minor typo in BUILD.md --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index f14c788..6959cdb 100644 --- a/BUILD.md +++ b/BUILD.md @@ -34,7 +34,7 @@ The project Makefile will work on both Linux and OSX (using vagrant) targets. When running under OSX, the Makefile will ensure that all build-related commands actually run inside the vagrant box. The following build targets are supported: -- `kernel`: compile the code into an elf32 binary. +- `kernel`: compile the code into an elf binary. - `iso`: compile the code and build a bootable ISO using grub as the bootloader.