aboutsummaryrefslogtreecommitdiff
path: root/boot/grub.cfg
blob: 8a730f9fd473a5ccb2b1a87abc74de00fe3535ec (plain)
1
2
3
4
5
6
7
8
# Copyright (c) 2026 Arslaan Pathan
# This software is licensed under the ARPL. See LICENSE for details.

menuentry "FrenchToastOS" {
	set gfxmode=1024x768x32
	insmod multiboot
	multiboot /boot/FrenchToastOS.bin
}