Welcome, Guest. Please login or register.

Author Topic: AfA OS in ROM?  (Read 3872 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Doobrey

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 1876
    • Show all replies
    • http://www.doobreynet.co.uk
Re: AfA OS in ROM?
« on: October 22, 2007, 05:49:53 PM »
I've just had a quick look at the afa 3.96 archive, and the only system lib to have a resident tag appears to be exec_lib.exe (and even that looks wrong, rt_EndSkip points back before the romtag).
 
On schedule, and suing
 

Offline Doobrey

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 1876
    • Show all replies
    • http://www.doobreynet.co.uk
Re: AfA OS in ROM?
« Reply #1 on: October 22, 2007, 07:53:40 PM »
Without a resident tag (+init code) they'll just sit there taking up memory, exec won't be able to find them so the patches will never get executed. :-(
On schedule, and suing
 

Offline Doobrey

  • Hero Member
  • *****
  • Join Date: Oct 2002
  • Posts: 1876
    • Show all replies
    • http://www.doobreynet.co.uk
Re: AfA OS in ROM?
« Reply #2 on: October 22, 2007, 08:49:58 PM »
Yep, that's pretty much what it does.
It's just a structure that describes what the code is (device,library,resource etc), what version it is, if it should be automatically run (and its priority says when it should be run), and a name and ID string.

Chris Hodges describes it a lot better than I ever could in the docs to  Luciferin
On schedule, and suing