swapped out pci initialization into separate source file (still needs some testing bevore removing the original)

This commit is contained in:
Markus Fröschle
2013-10-21 10:03:00 +00:00
parent 693f1eb86f
commit a5ba6ce563
5 changed files with 45 additions and 21 deletions

View File

@@ -21,6 +21,7 @@ SECTIONS
objs/illegal_instruction.o(.text)
objs/supervisor.o(.text)
objs/mmu.o(.text)
objs/pci.o(.text)
objs/BaS.o(.text)
objs/wait.o(.text)