From 053e66f888241c9171bd6259f926aa3a16a478f0 Mon Sep 17 00:00:00 2001 From: Tulio A M Mendes Date: Mon, 8 Jun 2026 23:59:42 -0300 Subject: [PATCH] Change: support for multitest --- iso/boot/grub/grub.cfg | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/iso/boot/grub/grub.cfg b/iso/boot/grub/grub.cfg index 7a0b19bb..a9f1c83c 100644 --- a/iso/boot/grub/grub.cfg +++ b/iso/boot/grub/grub.cfg @@ -1,4 +1,4 @@ -set timeout=5 +set timeout=1 set default=1 #serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1 @@ -12,7 +12,7 @@ menuentry "AdrOS (x86)" { } menuentry "AdrOS (x86) - fulltest" { - multiboot2 /boot/adros-x86.bin init=/sbin/fulltest console=serial + multiboot2 /boot/adros-x86.bin init=/sbin/fulltest module2 /boot/initrd.img boot } @@ -23,8 +23,3 @@ menuentry "AdrOS (x86) - shell" { boot } -menuentry "AdrOS (x86) - ring3 test" { - multiboot2 /boot/adros-x86.bin ring3 console=serial - module2 /boot/initrd.img - boot -} -- 2.43.0