- Timestamp:
- 2006-03-13T16:05:43Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6d9c49a
- Parents:
- 0967877
- Location:
- arch/ia32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/include/boot/boot.h
r0967877 r78a95d6f 30 30 #define __ia32_BOOT_H__ 31 31 32 #define BOOT_OFFSET 32 #define BOOT_OFFSET 0x108000 33 33 #define AP_BOOT_OFFSET 0x8000 34 34 #define BOOT_STACK_SIZE 0x400 -
arch/ia32/src/asm.S
r0967877 r78a95d6f 29 29 ## very low and hardware-level functions 30 30 31 # 31 # Mask for interrupts 0 - 31 (bits 0 - 31) where 0 means that int has no error word 32 32 # and 1 means interrupt with error word 33 33 #define ERROR_WORD_INTERRUPT_LIST 0x00027D00
Note:
See TracChangeset
for help on using the changeset viewer.