Changeset d9fdd5a in mainline for kernel/arch/ia32/include
- Timestamp:
- 2018-04-17T14:10:20Z (8 years ago)
- Parents:
- 30e9f42
- Location:
- kernel/arch/ia32/include/arch
- Files:
-
- 3 edited
-
boot/memmap_struct.h (modified) (2 diffs)
-
context_struct.h (modified) (2 diffs)
-
istate_struct.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/include/arch/boot/memmap_struct.h
r30e9f42 rd9fdd5a 26 26 */ 27 27 28 #pragma once 28 #ifndef KERN_ARCH_BOOT_MEMMAP_STRUCT_H_ 29 #define KERN_ARCH_BOOT_MEMMAP_STRUCT_H_ 29 30 30 31 #define E820MEMMAP_OFFSET_BASE_ADDRESS 0x00 … … 46 47 47 48 #endif 49 #endif -
kernel/arch/ia32/include/arch/context_struct.h
r30e9f42 rd9fdd5a 26 26 */ 27 27 28 #pragma once 28 #ifndef KERN_ARCH_CONTEXT_STRUCT_H_ 29 #define KERN_ARCH_CONTEXT_STRUCT_H_ 29 30 30 31 #define CONTEXT_OFFSET_SP 0x00 … … 55 56 56 57 #endif 58 #endif 57 59 -
kernel/arch/ia32/include/arch/istate_struct.h
r30e9f42 rd9fdd5a 26 26 */ 27 27 28 #pragma once 28 #ifndef KERN_ARCH_ISTATE_STRUCT_H_ 29 #define KERN_ARCH_ISTATE_STRUCT_H_ 29 30 30 31 #define ISTATE_OFFSET_EDX 0 … … 105 106 106 107 #endif 108 #endif 107 109
Note:
See TracChangeset
for help on using the changeset viewer.
