[Kos-cvs] [kos] Modification CVS par d2

KOS CVS kos-dev <kos-dev@enix.org>
Wed, 10 Jul 2002 22:33:39 +0200 (CEST)


Module :	kos
Modifié par :	d2	10/07/02 22:33:39

Fichiers modifiés :
	loader         : Makefile 
	loader/ar      : ar.c ar_check.c ar_load.c 
	loader/boot    : cmdline.c dump_multiboot.c loader.c 
	loader/debug   : bochs.c debug.c debug.h serial.c 
	loader/elf32   : _elf32.h alloc.c build.c init.c update_tables.c 
	loader/mm      : mm.c mm.h vmm.c 
Fichiers ajoutés :
	loader/boot    : Makefile 
	loader/debug   : Makefile 
	loader/libcrt  : Makefile itoa.c memcpy.c memset.c printl.c 
	                 putchar.c stdarg.h stdio.h strcmp.c strcpy.c 
	                 string.h strlen.c strncmp.c strncpy.c 
	loader/libld   : Makefile ld_bfd.h ld_build.c ld_expsym_hash.c 
	                 ld_init_heap.c 
	loader/mm      : Makefile _mm.h pmm_alloc.c pmm_dump.c 
	                 pmm_free.c pmm_init.c vmm_init.c 
	loader/utils   : Makefile _utils.h deps.c initlevels.c map.c 
	                 mod_check.c posix_wrappers.c 
Fichiers enlevés :
	loader         : README ld_bfd.h ld_build.c ld_expsym_hash.c 
	                 ld_init_heap.c mod_check.c n.c 
	loader/bootmem : bootmem.h bootmem_dump.c bootmem_free.c 
	                 bootmem_init.c bootmem_malloc.c 
	                 bootmem_mark_free.c bootmem_palloc.c 
	                 bootmem_realloc.c 
	loader/lib     : dump_multiboot.c itoa.c memcpy.c memset.c 
	                 printl.c putchar.c stdarg.h stdio.h strcmp.c 
	                 strcpy.c string.h strlen.c strncmp.c strncpy.c 

Détails :
Reorganisation loader. Les fonctions bootmem deviennent pmm_page_alloc (bootmem_palloc) et pmm_malloc (bootmem_malloc) ; __mem_palloc devient vmm_page_alloc.