Changeset 874e312a in mainline for arch/ia32/src/boot/boot.S


Ignore:
Timestamp:
2005-10-12T21:28:28Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b07a838
Parents:
26f9943
Message:

Fix directives for K_TEXT_START, K_TEXT_START_2 and K_DATA_START sections to be more descriptive about section's content.
Remove LOAD(0xdeadbeaf) from ia32 linker script.
Remove fake from amd64 pm.c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/src/boot/boot.S

    r26f9943 r874e312a  
    3434#include <arch/pm.h>
    3535
    36 .section K_TEXT_START
     36.section K_TEXT_START, "ax"
    3737.global kernel_image_start
    3838
     
    244244
    245245
    246 .section K_DATA_START
     246.section K_DATA_START, "aw", @progbits
    247247
    248248.align 4096
Note: See TracChangeset for help on using the changeset viewer.