IRQ tables now supported.

This commit is contained in:
Ronald G. Minnich 2002-04-30 15:18:22 +00:00
parent 02528bc28f
commit e0c960067f
2 changed files with 3 additions and 1 deletions

View file

@ -55,7 +55,9 @@ option CS5530_PRIMARY_IDE=1
option NO_KEYBOARD
option FINAL_MAINBOARD_FIXUP=1
object mainboard.o
object irq_tables.o
option ZKERNEL_START=0xfffc0000
option HAVE_PIRQ_TABLE=1
# Local variables:
# compile-command: "make -C /export/bios/voyager2"

View file

@ -1,5 +1,5 @@
# change to the path of your linuxbios tree
LINUXBIOSROOT=/users/rminnich//src/bios/freebios/
LINUXBIOSROOT=//root/src/freebios/
INCLUDEPATH=$(LINUXBIOSROOT)/src/arch/i386/include/arch
INCLUDE2=$(LINUXBIOSROOT)/src/include