ответвлено от xt-sys/exectos
		
	Initial memory manager initialization code
Этот коммит содержится в:
		
							
								
								
									
										24
									
								
								xtoskrnl/mm/i686/init.c
									
									
									
									
									
										Обычный файл
									
								
							
							
						
						
									
										24
									
								
								xtoskrnl/mm/i686/init.c
									
									
									
									
									
										Обычный файл
									
								
							| @@ -0,0 +1,24 @@ | ||||
| /** | ||||
|  * PROJECT:         ExectOS | ||||
|  * COPYRIGHT:       See COPYING.md in the top level directory | ||||
|  * FILE:            xtoskrnl/mm/i686/init.c | ||||
|  * DESCRIPTION:     Architecture specific Memory Manager initialization routines | ||||
|  * DEVELOPERS:      Rafal Kupiec <belliash@codingworkshop.eu.org> | ||||
|  */ | ||||
|  | ||||
| #include <xtos.h> | ||||
|  | ||||
|  | ||||
| /** | ||||
|  * Performs architecture specific initialization of the XTOS Memory Manager. | ||||
|  * | ||||
|  * @return This routine does not return any value. | ||||
|  * | ||||
|  * @since XT 1.0 | ||||
|  */ | ||||
| XTAPI | ||||
| VOID | ||||
| MmpInitializeArchitecture() | ||||
| { | ||||
|     UNIMPLEMENTED; | ||||
| } | ||||
		Ссылка в новой задаче
	
	Block a user