nasm error
Posted: Wed Feb 04, 2004 1:08 am
i'm getting error "coff format does not support non-32-bit relocations".
please tell me whats causing error and how to remove it.
here is my command
code is as follows
i'm getting error at line marked 1)
please tell me whats causing error and how to remove it.
here is my command
Code: Select all
nasm -f coff kernel.asm
code is as follows
Code: Select all
[bits 32]
SECTION .text
.
.
.
.
.
unhand:
??????mov byte[gs:0xB80A0],'S'
jmp $
.
.
idt:
1) dw unhand
dw CODESEL
db 0
db 0x8E
dw 0
idt_end: