From mint-bounce@lists.fishpool.fi Fri Dec 26 07:54:02 2008 Subject: [MiNT] new option BOOT_DEVNO ? From: Petr Stehlik To: mint@lists.fishpool.fi Content-Type: text/plain Date: Fri, 26 Dec 2008 13:51:59 +0100 Message-Id: <1230295919.7050.116.camel@joy> Mime-Version: 1.0 X-Mailer: Evolution 2.24.2 Content-Transfer-Encoding: 7bit X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: pstehlik@sophics.cz Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Hi, would anyone mind if I implemented a new boot option (MINT.INI) for FreeMiNT called BOOT_DEVNO? It would have same syntax as DEBUG_DEVNO and would allow setting the boot device ('sysdrv' in init.c of FreeMiNT) in case the system is bootstraped. I can surround it with #ifdef BOOTSTRAPABLE to make it more acceptable for you. The reason I'd need it is that I played with bootstraping under TOS and while the MiNT itself is almost OK (I can specify full paths in mint.cnf) the xa_loader insist on loading the XaAES from the boot drive no matter what. Well, it actually insists on loading the XaAES from the drive where the original "mint" folder is located. So I'd need to change the drive where MiNT searches for its "mint" folder, i.e. the boot drive. Thanks Petr