From cbcbf6e7d614ecf94dd7e1b9033f8d599f48662e Mon Sep 17 00:00:00 2001 From: Alexey Gavrilov Date: Thu, 22 Feb 2024 14:18:39 +0700 Subject: Implement support of cpuid instruction + include folder + some updates --- iso/boot/grub/grub.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'iso/boot/grub/grub.cfg') diff --git a/iso/boot/grub/grub.cfg b/iso/boot/grub/grub.cfg index fd0f925..fbebf70 100644 --- a/iso/boot/grub/grub.cfg +++ b/iso/boot/grub/grub.cfg @@ -1,3 +1,4 @@ -menuentry "myos" { +menuentry "ObjectOS" { multiboot /os/kernel.bin + insmod all_video } -- cgit v1.2.3