Mercurial > hg > Members > kono > nitros9-code
view scripts/tracklistl1 @ 2983:9b876d8e765e
mnln.asm: Fix obj.status.v command calling format text
I also fixed the obj.status.v command (L0BF4). It's a debugging
command used to display information about animated objects shown on the
screen. The current implementation displays garbled text. The command
calls a routine to format a string with arguments (L3ED6). The arguments
to format are pushed on the stack before calling the formatting routine
but two of them were incorrectly assigned.
author | Guillaume Major <guillaume.major@gmail.com> |
---|---|
date | Sat, 12 Apr 2014 15:30:29 +0200 |
parents | 48ca15748d4e |
children |
line wrap: on
line source
*************************************** * REL Module Section * * The REL module readies the computer for NitrOS-9. * $NITROS9DIR/$DISTRO/modules/rel $NITROS9DIR/$DISTRO/modules/krn $NITROS9DIR/$DISTRO/modules/krnp2 $NITROS9DIR/$DISTRO/modules/init * *************************************** * Booter Section * * The booter module is required to boot NitrOS-9. Be sure to * select only one booter. * * NitrOS-9 Standard Booters: WD1773 6ms and 30ms step rates, * B&B HD, Disto RAMPak or Eliminator WD1002 HD *$NITROS9DIR/$DISTRO/modules/boot_1773_6ms *$NITROS9DIR/$DISTRO/modules/boot_1773_30ms *$NITROS9DIR/$DISTRO/modules/boot_burke *$NITROS9DIR/$DISTRO/modules/boot_rampak *$NITROS9DIR/$DISTRO/modules/boot_wd1002 * * SuperDriver Booters: Disto 4-N-1, Disto HD-II, Cloud-9 TC^3 SCSI, * Glenside and Cloud-9 IDE, Ken-Ton/LR-Tech *$CLOUD9DIR/Products/SuperDrivers/software/$DISTRO/boot_d4n1 *$CLOUD9DIR/Products/SuperDrivers/software/$DISTRO/boot_hdii *$CLOUD9DIR/Products/SuperDrivers/software/$DISTRO/boot_tc3 *$CLOUD9DIR/Products/SuperDrivers/software/$DISTRO/boot_ide *$CLOUD9DIR/Products/SuperDrivers/software/$DISTRO/boot_ktlr * * DriveWire Booter $CLOUD9DIR/Products/DriveWire/software/$DISTRO/boot_dw