mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 05:52:46 +00:00 
			
		
		
		
	 542a88a7be
			
		
	
	
		542a88a7be
		
	
	
	
	
		
			
			Bootmode used to control framebuffers, panic behavior, and SystemServer. This patch factors framebuffer control into a separate flag. Note that the combination 'bootmode=self-test fbdev=on' leads to unexpected behavior, which can only be fixed in a later commit.
		
			
				
	
	
		
			26 lines
		
	
	
	
		
			651 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
	
		
			651 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| UI menu.c32
 | |
| PROMPT 0
 | |
| 
 | |
| MENU TITLE SerenityOS Boot menu
 | |
| TIMEOUT 10
 | |
| DEFAULT SerenityOS
 | |
| 
 | |
| LABEL SerenityOS
 | |
|     MENU LABEL SerenityOS
 | |
|     KERNEL mboot.c32
 | |
|     APPEND ../Prekernel root=/dev/hda1 --- ../Kernel
 | |
| 
 | |
| LABEL SerenityOSText
 | |
|     MENU LABEL SerenityOS (text mode)
 | |
|     KERNEL mboot.c32
 | |
|     APPEND ../Prekernel root=/dev/hda1 fbdev=off --- ../Kernel
 | |
| 
 | |
| LABEL SerenityOSNoACPI
 | |
|     MENU LABEL SerenityOS (No ACPI)
 | |
|     KERNEL mboot.c32
 | |
|     APPEND ../Prekernel root=/dev/hda1 acpi=off --- ../Kernel
 | |
| 
 | |
| LABEL SerenityOSSerialDebug
 | |
|     MENU LABEL SerenityOS (with serial debug)
 | |
|     KERNEL mboot.c32
 | |
|     APPEND ../Prekernel root=/dev/hda1 serial_debug --- ../Kernel
 |