Welcome, Guest. Please login or register.

Author Topic: Expand A500 beyond 16 MB with KS1.3  (Read 1363 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline psxphill

Re: Expand A500 beyond 16 MB with KS1.3
« on: July 01, 2010, 04:16:08 PM »
Quote from: Piru;568373
Calling exec/AddMemList is the easy way. The harder way would be to have autoconfig for the memory. But since you're in control of the whole HW anyway, why bother...

Autoconfig allows you to call exec/AddMemList from an autoboot "rom" (the rom would be embedded in the fpga image).
 
All you'd have to do is respond internally to e80000 space until told to shut up, at which point you'd pass on the accesses to the cpu socket.
 
As you're going to have to have local vs motherboard accesses anyway then it's not going to be much extra logic.
 
The alternative is a command in s:startup-sequence, but thats boring.