Changeset 78a95d6f in mainline for arch


Ignore:
Timestamp:
2006-03-13T16:05:43Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6d9c49a
Parents:
0967877
Message:

Support for loading segments containing .bss section.

Location:
arch/ia32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/include/boot/boot.h

    r0967877 r78a95d6f  
    3030#define __ia32_BOOT_H__
    3131
    32 #define BOOT_OFFSET                     0x108000
     32#define BOOT_OFFSET             0x108000
    3333#define AP_BOOT_OFFSET          0x8000
    3434#define BOOT_STACK_SIZE 0x400
  • arch/ia32/src/asm.S

    r0967877 r78a95d6f  
    2929## very low and hardware-level functions
    3030
    31 #  Mask for interrupts 0 - 31 (bits 0 - 31) where 0 means that int has no error word
     31# Mask for interrupts 0 - 31 (bits 0 - 31) where 0 means that int has no error word
    3232# and 1 means interrupt with error word
    3333#define ERROR_WORD_INTERRUPT_LIST 0x00027D00
Note: See TracChangeset for help on using the changeset viewer.