Home About us GitHub Contact us Docs

FoxOS

Welcome to the FoxOS website!

page_directory_entry_t::set_flag

Signature: void page_directory_entry_t::set_flag(page_table_flags flag, bool enabled)
Description: Sets the flags of the page directory entry

Parameters:

Return: void

page_directory_entry_t::get_flag

Signature: bool page_directory_entry_t::get_flag(page_table_flags flag)
Description: Gets the flags of the page directory entry

Parameters:

Return: bool

page_directory_entry_t::get_address

Signature: uint64_t page_directory_entry_t::get_address()
Description: Gets the address of the page directory entry

Return: uint64_t

page_directory_entry_t::set_address

Signature: void page_directory_entry_t::set_address(uint64_t address)
Description: Sets the address of the page directory entry

Parameters:

Return: void

Show file on GitHub