HBIOS Size Reduction #478
Replies: 2 comments 3 replies
-
Hi @kiwisincebirth, I completely agree with moving PRTSUM out of HBIOS proper. Indeed, RomLdr is an appropriate place for it. The problem is the issue with no space being available in RomLdr (see #477). I am going to think about the space issue in RomLdr a bit. However, I am not sure I have a good solution. Thanks, Wayne |
Beta Was this translation helpful? Give feedback.
-
Like my suggest for the slice inventory, this could be implemented in a new ROM app. The only disadvantage of doing this in a ROM app is that the functionality would not be available in an Application Boot, but I don't see that as much of an issue. Thanks, Wayne |
Beta Was this translation helpful? Give feedback.
-
Just an observation about possible reduction of HBIOS size. It comes down to the routine PRTSUM which prints the device table including device attributes (which is 1372 bytes) according to the build log.
PRTSUM: is CALL'd from 2 places in HBIOS
D
menu optionProposal:
Thus
D
command, it is no longer a bank call.The only slight issue is that code (being moved) relies on hbios/util.asm which romldr needs to include
Beta Was this translation helpful? Give feedback.
All reactions