KestrelComputer / kestrel

The Kestrel is a family of home-made computers, built as much as possible on open-source technology, and supporting as much as possible the open-source philosophy.
http://kestrelcomputer.github.io/kestrel
Mozilla Public License 2.0
185 stars 10 forks source link

SDRAM is both hard and incompatible from FPGA board to board. Use scratchpad RAM instead. #253

Closed sam-falvo closed 7 years ago

sam-falvo commented 7 years ago

e emulator changes

Extra credit:

Pre-requisite for kestrelcomputer/polaris#8

This provides an initial, cold-boot memory map of:

From To Description
00000 0DFFF BIOS state.
0E000 0FFFF BIOS stack.
10000 1FFFF MGIA Frame buffer (640x480, monochrome)
20000 3FFFF Free for use by boot-loaders, etc.

Of course, anything beyond $3FFFF is similarly available for boot-loader use too.

sam-falvo commented 7 years ago

No longer relevant; does not apply to icoBoard Gamma configuration.