pintos/src/threads/loader.h File Reference
#include <stdint.h>
Go to the source code of this file.
Define Documentation
| #define LOADER_ARG_CNT (LOADER_ARGS - LOADER_ARG_CNT_LEN) |
| #define LOADER_ARG_CNT_LEN 4 |
| #define LOADER_ARGS (LOADER_PARTS - LOADER_ARGS_LEN) |
| #define LOADER_ARGS_LEN 128 |
| #define LOADER_BASE 0x7c00 |
| #define LOADER_END 0x7e00 |
| #define LOADER_KERN_BASE 0x20000 |
| #define LOADER_PARTS (LOADER_SIG - LOADER_PARTS_LEN) |
| #define LOADER_PARTS_LEN 64 |
| #define LOADER_PHYS_BASE 0xc0000000 |
| #define LOADER_SIG (LOADER_END - LOADER_SIG_LEN) |
Variable Documentation