x86_64: initialise memblock using e820
This commit is contained in:
9
arch/x86_64/include/arch/e820.h
Normal file
9
arch/x86_64/include/arch/e820.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef ARCH_E820_H_
|
||||
#define ARCH_E820_H_
|
||||
|
||||
#include <stddef.h>
|
||||
#include <arch/multiboot.h>
|
||||
|
||||
extern void e820_scan(multiboot_memory_map_t *mmap, size_t len);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user