Function report |
Source Code:arch\x86\kernel\e820.c |
Create Date:2022-07-28 07:43:34 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Pass the firmware (bootloader) E820 map to the kernel and process it:
Proto:char *__init e820__memory_setup_default(void)
Type:char
Parameter:Nothing
1229 | who = "BIOS-e820" |
1244 | Else |
1249 | nr_entries = 0 |
1250 | e820__range_add(0, Do NOT EVER look at the BIOS memory size location.* It does not work on many machines.(), E820_TYPE_RAM) |
1251 | e820__range_add(HIGH_MEMORY, mem_size << 10, E820_TYPE_RAM) |
1255 | e820__update_table(e820_table) |
1257 | Return who |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |