From: Tulio A M Mendes Date: Tue, 9 Jun 2026 02:59:42 +0000 (-0300) Subject: Change: support for multitest X-Git-Url: https://projects.tadryanom.me/?a=commitdiff_plain;h=053e66f888241c9171bd6259f926aa3a16a478f0;p=AdrOS.git Change: support for multitest --- 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 -}