mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 01:12:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			213 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			213 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| timeout=1
 | |
| 
 | |
| menuentry 'SerenityOS (normal)' {
 | |
|   root=hd0,2
 | |
|   multiboot /boot/kernel root=/dev/hda2
 | |
| }
 | |
| 
 | |
| menuentry 'SerenityOS (with serial debug)' {
 | |
| 	root=hd0,2
 | |
|   multiboot /boot/kernel serial_debug root=/dev/hda2
 | |
| }
 | 
