From e7eda80bcdf575188ab98a4454a4515217967990 Mon Sep 17 00:00:00 2001 From: Louie S Date: Fri, 15 Sep 2023 09:50:45 -0400 Subject: Add multiboot target --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 0997816..9b82673 100644 --- a/README +++ b/README @@ -13,11 +13,11 @@ The possible `make` targets are: - `grub` - GRUB2 Documentation [https://www.gnu.org/software/grub/manual/grub/] - `grub-dev` - GRUB2 Developers Manual [https://www.gnu.org/software/grub/manual/grub-dev/] +- `multiboot` - Multiboot Specification [https://www.gnu.org/software/grub/manual/multiboot/] Additional `make` targets that have not been implemented are: - `grub-legacy` - GRUB Legacy Documentation [https://www.gnu.org/software/grub/manual/legacy/] -- `multiboot` - Multiboot Specification [https://www.gnu.org/software/grub/manual/multiboot/] - `multiboot2` - Multiboot2 Specification [https://www.gnu.org/software/grub/manual/multiboot2/] Requirements: -- cgit