mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:22:45 +00:00 
			
		
		
		
	Switch into 1024x768x32bpp VESA LFB mode at boot.
This is going to be pretty cool once I can hook up the Widgets/ code to it.
This commit is contained in:
		
							parent
							
								
									9963da9005
								
							
						
					
					
						commit
						659c54e32b
					
				
					 9 changed files with 172 additions and 2 deletions
				
			
		
							
								
								
									
										12
									
								
								Kernel/WindowComposer.cpp
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								Kernel/WindowComposer.cpp
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,12 @@ | |||
| #include "WindowComposer.h" | ||||
| #include "Process.h" | ||||
| 
 | ||||
| void WindowComposer_main() | ||||
| { | ||||
|     auto info = current->get_display_info(); | ||||
| 
 | ||||
|     dbgprintf("Entering WindowComposer main loop.\n"); | ||||
|     for (;;) { | ||||
| 
 | ||||
|     } | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling