Go to the source code of this file.
- Copyright
- (c) 2014-2024 This file is distributed under the MIT License. See LICENSE.md for details.
◆ get_address_after_modules()
Returns the address where the modules end.
- Returns
- Address after the modules.
◆ init_modules()
Ininitialize the modules.
- Parameters
-
header | Multiboot info used to initialize the modules. |
- Returns
- 1 on success, 0 on error.
◆ relocate_modules()
int relocate_modules |
( |
void |
| ) |
|
Relocates modules to virtual mapped low memory, to allow physical unmapping of the first part of the ram.
- Returns
- 1 on success, 0 on failure.