[GOOD] BUILD 0.1.0.470 DATE 8/30/2011 AT 6:40 PM
==================================================== Mainly changed: HAL.VFS + Designed virtual file system + Completed the VFS + Added verbose mode for VFS + Updated shell script, now shows build number when building ? TODO: Implement one file system (most likely FAT12) ? TODO: Mount floppy device
This commit is contained in:
		@@ -15,7 +15,7 @@ void DriversInstall_Clock()
 | 
			
		||||
	Time time;
 | 
			
		||||
	CmosGetRTC(&time);
 | 
			
		||||
 | 
			
		||||
	TimeSetInternalTime(TimeConvertToTimeSystem(time));
 | 
			
		||||
	TimeSetInternalTime(ConvertTimeToTimeSystem(time));
 | 
			
		||||
 | 
			
		||||
	Log("%#[Drivers] %#Read RTC time: ", ColorWhite, ColorLightGray);
 | 
			
		||||
	Log("%#%u/%u/%u %u:%u:%u.%u\n", ColorLightCyan, time.Month, time.Day,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user