Aros/Developer/Docs/Devices/AmberRAM
Appearance
Introduction
[edit | edit source]References
[edit | edit source]if you direct your attention to the generated 'amberram_start.c', the 'InitHandler()' routine:
AmberRAM reverted to %build_module_simple. Reasons are:
- It doesn't need to be added to FileSystem.resource - 'dosnode' handlers are no longer added to FileSystem.resource. Mixed handlers (ie if you wanted to have a built-in NFS network boot system, DOSTYPE=AROS_MAKE_ID('N','F','S',0) and DOSNODE=NFS) are now possible.
- It can be initialized after dos.library and add DosNode directly. Yes. Note that expansion.library's AddBootNode() will operate correctly both before and after DOS initialization.