Changeset cfb1217 in mainline for kernel/arch/ia32/src/boot/multiboot2.S
- Timestamp:
- 2016-04-05T19:04:11Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3a34852
- Parents:
- 3876300
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/boot/multiboot2.S
r3876300 rcfb1217 47 47 48 48 /* Information request tag */ 49 .align 8 49 50 tag_info_req_start: 50 51 .word MULTIBOOT2_TAG_INFO_REQ … … 59 60 60 61 /* Address tag */ 62 .align 8 61 63 tag_address_start: 62 64 .word MULTIBOOT2_TAG_ADDRESS … … 70 72 71 73 /* Entry address tag */ 74 .align 8 72 75 tag_entry_address_start: 73 76 .word MULTIBOOT2_TAG_ENTRY_ADDRESS … … 78 81 79 82 /* Flags tag */ 83 .align 8 80 84 tag_flags_start: 81 85 .word MULTIBOOT2_TAG_FLAGS … … 87 91 #ifdef CONFIG_FB 88 92 /* Framebuffer tag */ 93 .align 8 89 94 tag_framebuffer_start: 90 95 .word MULTIBOOT2_TAG_FRAMEBUFFER … … 98 103 99 104 /* Module alignment tag */ 105 .align 8 100 106 tag_module_align_start: 101 107 .word MULTIBOOT2_TAG_MODULE_ALIGN … … 106 112 107 113 /* Tag terminator */ 114 .align 8 108 115 tag_terminator_start: 109 116 .word MULTIBOOT2_TAG_TERMINATOR
Note:
See TracChangeset
for help on using the changeset viewer.