Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2515 → Rev 2516

/trunk/kernel/arch/ia64/_link.ld.in
9,7 → 9,7
ENTRY(kernel_image_start)
 
SECTIONS {
.image 0xe000000000100000: AT (0x0000000000100000) {
.image 0xe000000004404000: AT (0x0000000004404000) {
ktext_start = .;
*(K_TEXT_START);
*(.text)
39,6 → 39,6
 
_hardcoded_ktext_size = ktext_end - ktext_start;
_hardcoded_kdata_size = kdata_end - kdata_start;
_hardcoded_load_address = 0xe000000000100000;
_hardcoded_load_address = 0xe000000004404000;
 
}
/trunk/kernel/arch/ia64/include/interrupt.h
51,6 → 51,8
 
/** External Interrupt vectors. */
#define INTERRUPT_TIMER 255
#define IRQ_KBD 241
#define IRQ_MOUSE 252
#define INTERRUPT_SPURIOUS 15
 
/** General Exception codes. */