Moved reading file from disk to its own super visor terminal command
- Updated gdt assembly - Updated Interrupt service request handlers - Improved virtual memory manager - NOTE: we're dependent on identity mappings for the heap to work
This commit is contained in:
		@ -155,7 +155,7 @@ inline void init_IDE( uint32_t BAR0, uint32_t BAR1,uint32_t BAR2, uint32_t BAR3,
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
// 3- Detect ATA-ATAPI Devices:
 | 
			
		||||
void DetectDevices(){
 | 
			
		||||
inline void DetectDevices(){
 | 
			
		||||
   int i, j, k, count = 0;
 | 
			
		||||
 | 
			
		||||
   for (i = 0; i < 2; i++)
 | 
			
		||||
@ -228,7 +228,7 @@ void DetectDevices(){
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
void Detect_IO_Ports(uint32_t BAR0, uint32_t BAR1,uint32_t BAR2, uint32_t BAR3, uint32_t BAR4){
 | 
			
		||||
inline void Detect_IO_Ports(uint32_t BAR0, uint32_t BAR1,uint32_t BAR2, uint32_t BAR3, uint32_t BAR4){
 | 
			
		||||
    // 1 Detect I/O Ports which interface an IDE Controller
 | 
			
		||||
 | 
			
		||||
   // Based on the implementation within serenity
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user