Changeset 874e312a in mainline for arch/ia32/src/boot/boot.S
- Timestamp:
- 2005-10-12T21:28:28Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b07a838
- Parents:
- 26f9943
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/boot/boot.S
r26f9943 r874e312a 34 34 #include <arch/pm.h> 35 35 36 .section K_TEXT_START 36 .section K_TEXT_START, "ax" 37 37 .global kernel_image_start 38 38 … … 244 244 245 245 246 .section K_DATA_START 246 .section K_DATA_START, "aw", @progbits 247 247 248 248 .align 4096
Note:
See TracChangeset
for help on using the changeset viewer.