add info for pmboot.S
This commit is contained in:
		
							parent
							
								
									7d29eb7cf0
								
							
						
					
					
						commit
						dab71e324d
					
				@ -16,9 +16,9 @@ start:
 | 
			
		||||
 jmpl $0x0, $code 
 | 
			
		||||
		
 | 
			
		||||
GDT_START:	
 | 
			
		||||
Descriptor_DUMMY:Descriptor(0x0,0x0,0x0)
 | 
			
		||||
Descript_CODE32 :Descriptor(0x0,0xffffffff,DA_C+DA_32)
 | 
			
		||||
Descriptor_VIDEO:Descriptor(0xb8000,0x0ffff,DA_DRW)
 | 
			
		||||
Descriptor_DUMMY:Descriptor(0x0,0x0,0x0)                        /* 第0项里面全是0,不会用到 */
 | 
			
		||||
Descript_CODE32 :Descriptor(0x0,0xffffffff,DA_C+DA_32)    /* 32位代码段的段基址,段界限,访问类型 */
 | 
			
		||||
Descriptor_VIDEO:Descriptor(0xb8000,0x0ffff,DA_DRW)     /* 显存的段基址,段界限,访问类型 */
 | 
			
		||||
GDT_END:
 | 
			
		||||
 | 
			
		||||
GdtPtr:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user