Menu

#1 add2gdt() and add2idt() not implemented.

open
schedpit (1)
9
2008-11-09
2008-11-09
No

add2gdt and add2idt functions not implemented in schedpit which leads to link-time error:
schedpit/main.o(.text+0x4f): In function `schedpit_init':
: undefined reference to `add2gdt'
schedpit/main.o(.text+0x85): In function `schedpit_init':
: undefined reference to `add2gdt'
schedpit/main.o(.text+0xfa): In function `schedpit_init':
: undefined reference to `add2gdt'
schedpit/main.o(.text+0x121): In function `schedpit_init':
: undefined reference to `add2idt'
gmake: *** [all] Error 1

They have to call kernel interfaces since they don't have access to kernel GDT and IDT.

Bahman

Discussion


Log in to post a comment.