]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commitdiff
Change: support for multitest
authorTulio A M Mendes <[email protected]>
Tue, 9 Jun 2026 02:59:42 +0000 (23:59 -0300)
committerTulio A M Mendes <[email protected]>
Tue, 9 Jun 2026 02:59:42 +0000 (23:59 -0300)
iso/boot/grub/grub.cfg

index 7a0b19bb6cf5e7b65a45cec58b5034137babcee1..a9f1c83c4c266f2ec22c87dda8c17c4ea22d0f94 100644 (file)
@@ -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
-}