mirror of
				https://github.com/cfenollosa/os-tutorial.git
				synced 2025-06-13 12:54:24 +00:00 
			
		
		
		
	lessons 8, 9, 10, entering 32-bit mode
This commit is contained in:
		
							parent
							
								
									96e6568d41
								
							
						
					
					
						commit
						f6e71806d5
					
				@ -3,8 +3,8 @@ memory*
 | 
			
		||||
 | 
			
		||||
**Goal: Print on the screen when on 32-bit protected mode**
 | 
			
		||||
 | 
			
		||||
32-bit mode allows us to use 32 bit registers and memory addressing
 | 
			
		||||
, protected memory, virtual memory and other advangades, but we will lose
 | 
			
		||||
32-bit mode allows us to use 32 bit registers and memory addressing, 
 | 
			
		||||
protected memory, virtual memory and other advangades, but we will lose
 | 
			
		||||
BIOS interrupts and we'll need to code the GDT (more on this later)
 | 
			
		||||
 | 
			
		||||
In this lesson we will write a print string routine by directly manipulating
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user