KERNEL: Implementing VMM & cleaning up
Folders now are alll lower case Started working on the implementation of the Virtual memory manager. Implemented allocate and free page funtionality for as far as I can atm. Implemented the
This commit is contained in:
		
							
								
								
									
										0
									
								
								source/kernel/filesystem/FAT/FAT16.cpp
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								source/kernel/filesystem/FAT/FAT16.cpp
									
									
									
									
									
										Normal file
									
								
							
							
								
								
									
										8
									
								
								source/kernel/filesystem/FAT/FAT16.h
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								source/kernel/filesystem/FAT/FAT16.h
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,8 @@
 | 
			
		||||
#pragma once
 | 
			
		||||
#include "../../vfs/File.h"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class FAT16 : File  {
 | 
			
		||||
public:
 | 
			
		||||
    
 | 
			
		||||
};
 | 
			
		||||
		Reference in New Issue
	
	Block a user