conf.arch 620 B

12345678910111213141516171819202122232425262728293031323334
  1. #
  2. # Platform-dependent sources for System/161.
  3. #
  4. #
  5. # locore
  6. #
  7. # Cache handling for the kind of MIPS we have
  8. platform sys161 file arch/mips/locore/cache-mips161.S
  9. # Exception handling (assembler entry points) for the kind of MIPS we have
  10. platform sys161 file arch/mips/locore/exception-mips1.S
  11. #
  12. # VM
  13. #
  14. # TLB handling for the kind of MIPS we have
  15. platform sys161 file arch/mips/vm/tlb-mips1.S
  16. #
  17. # Devices. We have LAMEbus.
  18. #
  19. platform sys161 file arch/sys161/dev/lamebus_machdep.c
  20. include dev/lamebus/conf.lamebus
  21. #
  22. # Startup and initialization.
  23. #
  24. platform sys161 file arch/sys161/startup/start.S