File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8787 * Interrupt Descriptor Table (IDT). This is a bogus address as this 
8888 * section will be stripped off in the final image. 
8989 */ 
90- #define  IDT_BASE 				0xFFFFDFFF 
90+ #define  IDT_BASE 				(RAM_BASE + RAM_SIZE) 
9191
9292/* size of the Interrupt Descriptor Table (IDT) */ 
9393#define  IDT_SIZE 				0x2000
Original file line number Diff line number Diff line change 8484 * Interrupt Descriptor Table (IDT). This is a bogus address as this 
8585 * section will be stripped off in the final image. 
8686 */ 
87- #define  IDT_BASE 				0xFFFFDFFF 
87+ #define  IDT_BASE 				(RAM_BASE + RAM_SIZE) 
8888
8989/* size of the Interrupt Descriptor Table (IDT) */ 
9090#define  IDT_SIZE 				0x2000
Original file line number Diff line number Diff line change 8484 * Interrupt Descriptor Table (IDT). This is a bogus address as this 
8585 * section will be stripped off in the final image. 
8686 */ 
87- #define  IDT_BASE 				0xFFFFDFFF 
87+ #define  IDT_BASE 				(RAM_BASE + RAM_SIZE) 
8888
8989/* size of the Interrupt Descriptor Table (IDT) */ 
9090#define  IDT_SIZE 				0x2000
Original file line number Diff line number Diff line change 8484 * Interrupt Descriptor Table (IDT). This is a bogus address as this 
8585 * section will be stripped off in the final image. 
8686 */ 
87- #define  IDT_BASE 				0xFFFFDFFF 
87+ #define  IDT_BASE 				(RAM_BASE + RAM_SIZE) 
8888
8989/* size of the Interrupt Descriptor Table (IDT) */ 
9090#define  IDT_SIZE 				0x2000
Original file line number Diff line number Diff line change 6363 * Interrupt Descriptor Table (IDT). This is a bogus address as this 
6464 * section will be stripped off in the final image. 
6565 */ 
66- #define  IDT_BASE 				0xFFFFDFFF 
66+ #define  IDT_BASE 				(RAM_BASE + RAM_SIZE) 
6767
6868/* size of the Interrupt Descriptor Table (IDT) */ 
6969#define  IDT_SIZE 				0x2000
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments