Changes for the ELF loader in the boot loader.

Removed the arch_mmu_alloc() function, added (empty) arch_mmu_free() function.
Added platform prototypes for allocating and freeing a region.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5044 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2003-10-16 17:55:21 +00:00
parent e44d4929ce
commit b73b3e5a2d
4 changed files with 31 additions and 2 deletions
@@ -17,6 +17,8 @@ typedef struct address_range {
#include <platform_kernel_args.h>
#include <arch_kernel_args.h>
struct preloaded_image;
typedef struct kernel_args {
uint32 cons_line;
char *str;
@@ -25,6 +27,8 @@ typedef struct kernel_args {
addr_range kernel_seg1_addr;
addr_range kernel_dynamic_section_addr;
struct preloaded_image *preloaded_images;
uint32 num_physical_memory_ranges;
addr_range physical_memory_range[MAX_PHYSICAL_MEMORY_RANGE];
uint32 num_physical_allocated_ranges;