Pip
Architecture-dependent parts of Pip: MAL, IAL and boot
Data Structures | Macros | Typedefs
x86_multiboot/MAL/include/structures.h File Reference
#include <stdint.h>

Go to the source code of this file.

Data Structures

struct  page_table_entry
 Page Table entry structure. More...
 
struct  page_table
 Page Table structure Pointing to short-descriptor small-page. More...
 
struct  page_directory
 Page Directory structure Pointing to short-descriptor page table. More...
 

Macros

#define PAGE_SIZE   4096
 Page size. More...
 

Typedefs

typedef struct page_table_entry page_table_entry_t
 
typedef struct page_table page_table_t
 
typedef struct page_directory page_directory_t
 

Macro Definition Documentation

◆ PAGE_SIZE

#define PAGE_SIZE   4096

Page size.

Typedef Documentation

◆ page_directory_t

◆ page_table_entry_t

◆ page_table_t

typedef struct page_table page_table_t