Welcome, Guest. Please login or register.

Author Topic: Hardware initialization  (Read 719 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline fiat1100dTopic starter

  • Full Member
  • ***
  • Join Date: Nov 2006
  • Posts: 140
    • http://www.gratteri.tk
Hardware initialization
« on: January 12, 2008, 08:35:59 PM »
Hello,

if I correctly understood how Kickstart works, one of the first things it does is to look for "1111" at memory location F00000 hex, if it finds that sequence the code from F00002 hex is executed, then Kickstart continues its execution.

AutoConfig hardware is initialized before of after that "jump" to F00000?
During the execution of the F00000 "jump", is it right to assume that the addresses used by the system are in the 24 bit memory space (16 MB)?

Thanks!