<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[esxDOS BBS — [SOLVED] Struggling to get autoboot.bas working.]]></title>
		<link>https://board.esxdos.org/viewtopic.php?id=542</link>
		<atom:link href="https://board.esxdos.org/extern.php?action=feed&amp;tid=542&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in [SOLVED] Struggling to get autoboot.bas working..]]></description>
		<lastBuildDate>Tue, 10 Sep 2019 08:49:40 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Struggling to get autoboot.bas working.]]></title>
			<link>https://board.esxdos.org/viewtopic.php?pid=1330#p1330</link>
			<description><![CDATA[<p>Thank you Spezzi63, it is appreciated.</p><p>My issue yesterday was not understanding that I needed the * when saving. I then started clutching at straws using .tapeout!</p><p>I am now up and running autobooting away like a good un&#039; (with the kind help of Robin VG). This will help take a few repetitive &amp; time wasting steps out of my hardware project that is for sure.</p><br /><br /><p>I have looked at the release notes with the change log in them and have a copy of some commands from one of Bens divMMC interfaces. Is there anymore information out there that I would find of use?</p><br /><br /><br /><p>Q &amp; A&nbsp; (Sorry for the lack of proper formatting. I&#039;ll come back later and fix it when I have a mo.)<br />-------------------------------------------------------------------------------------------------------------<br />Q: &quot;What would you like to load from /DEV directory? A .TAP-file containing a BASIC Loader or containing Code?&quot;</p><p>A: A BASIC test program for the hardware I am making, but to be honest, AUTOBOOT.BAS will do fine to start with. </p><br /><br /><p>Q: &quot;Are you try to develop on real hardware? I think it´s more comfortable to develop and test on emulators before testing it on &quot;the real thing&quot;.&quot;</p><p>A: Yes. I just need a small BASIC program on the Speccy to monitor/report what I am doing with some hardware.</p><br /><br /><p>Q: &quot;Not yet quite complete what you want, but have a look at development of &quot;new NMI-Browser&quot;:&quot;</p><p>A: Yes I did actually get DR Slumps NMI browser working yesterday until I killed my SD distro. I do have it saved and will put in back in the near future.</p><br /><br /><p>Q: &quot;Here you can define a &quot;Fast-ramp loader&quot; File (with Symbol-Shift + F). With this set: Just press NMI and F and this file is loaded instantly.&quot;</p><p>A: I did not actually understand what that feature wast until you explained it better! Yes that sound very useful.</p><br /><br /><br /><p>Jaqen Dax</p>]]></description>
			<author><![CDATA[null@example.com (castingflame)]]></author>
			<pubDate>Tue, 10 Sep 2019 08:49:40 +0000</pubDate>
			<guid>https://board.esxdos.org/viewtopic.php?pid=1330#p1330</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Struggling to get autoboot.bas working.]]></title>
			<link>https://board.esxdos.org/viewtopic.php?pid=1329#p1329</link>
			<description><![CDATA[<p>Hi castingflame and Luzie&nbsp; <img src="https://board.esxdos.org/img/smilies/wink.png" width="15" height="15" alt="wink" /><br />My small example of an autoboot.bas :</p><p>10 CLS<br />20 PRINT &quot; Hello World! &quot;<br />30 PAUSE 0<br />50 .cd dev<br />60.tapein manic.tap<br />70 LOAD &quot;&quot;<br />90 STOP<br />100 SAVE *&quot;autoboot.bas&quot; LINE 10</p>]]></description>
			<author><![CDATA[null@example.com (Spezzi63)]]></author>
			<pubDate>Mon, 09 Sep 2019 18:26:46 +0000</pubDate>
			<guid>https://board.esxdos.org/viewtopic.php?pid=1329#p1329</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Struggling to get autoboot.bas working.]]></title>
			<link>https://board.esxdos.org/viewtopic.php?pid=1328#p1328</link>
			<description><![CDATA[<p>Dear castingflame,</p><p>I´m sure forum member Spezzi63 will help you out soon. As far as I know, he managed to get autoboot.bas working:-)</p><p>What would you like to load from /DEV directory? A .TAP-file containing a BASIC Loader or containing Code?</p><p>Are you try to develop on real hardware? I think it´s more comfortable to develop and test on emulators before testing it on &quot;the real thing&quot;.</p><p>Not yet quite complete what you want, but have a look at development of &quot;new NMI-Browser&quot;:</p><p><a href="http://board.esxdos.org/viewtopic.php?id=94">http://board.esxdos.org/viewtopic.php?id=94</a></p><p>Here you can define a &quot;Fast-ramp loader&quot; File (with Symbol-Shift + F).<br />With this set: Just press NMI and F and this file is loaded instantly.</p>]]></description>
			<author><![CDATA[null@example.com (Luzie)]]></author>
			<pubDate>Mon, 09 Sep 2019 18:16:02 +0000</pubDate>
			<guid>https://board.esxdos.org/viewtopic.php?pid=1328#p1328</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Struggling to get autoboot.bas working.]]></title>
			<link>https://board.esxdos.org/viewtopic.php?pid=1327#p1327</link>
			<description><![CDATA[<p>I have now successfully upgraded my divMMC enJOY min from 0.8.5 to 0.8.7 to enable me to use the autoboot feature.</p><p>I wish to get a tap file to auto load from a cold boot but I can not even get the autoboot.bas running. Could someone please check my procedure.</p><br /><br /><p>From what Info have managed to scavenge from various places I am doing the following.</p><br /><p>1.&nbsp; &nbsp; &nbsp;Edited&nbsp; &nbsp; /SYS/CONFIG/ESXDOS.CFG&nbsp; &nbsp;and set&nbsp; AutoBoot=1&nbsp; &nbsp; &nbsp;(Using Notepad++)<br />2.&nbsp; &nbsp; &nbsp;Booted my divMMC.&nbsp; NMI&#039;ed to the /SYS directory&nbsp; &nbsp;then hit the divMMC reset button.<br />3.&nbsp; &nbsp; &nbsp;Created a hello world basic listing ...&nbsp; </p><p>10 CLS<br />20 PRINT &quot; Hello World! &quot;;<br />20 GOTO 10</p><p>4.&nbsp; &nbsp; &nbsp;Issued the command&nbsp; &nbsp; &nbsp;.tapeout AUTOBOOT.TAP&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />5.&nbsp; &nbsp; &nbsp;Issued the command&nbsp; &nbsp; &nbsp;SAVE &quot;AUTOBOOT.BAS&quot; LINE 10<br />6.&nbsp; &nbsp; &nbsp;Issued the command&nbsp; &nbsp; &nbsp;.tapeout -c AUTOBOOT.TAP&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;&lt;&lt;&lt;&lt;&lt; tried with and without this line.<br />7.&nbsp; &nbsp; &nbsp;Done a cold boot on the speccy.</p><br /><p>As I am new to using esxDOS outside of the NMI browser I believe I may be getting the .tapeout bit wrong.</p><br /><p>I managed to bugger it up that bad on one attempt I left corrupted weird directories! I formated the card and started again <img src="https://board.esxdos.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><br /><br /><br /><p>Once I get the hello world working I then wish to load a .TAP file that will live in the /DEV directory.</p><br /><br /><p>All help appreciated!</p><br /><br /><p>Jaqen Dax (on FB)</p>]]></description>
			<author><![CDATA[null@example.com (castingflame)]]></author>
			<pubDate>Mon, 09 Sep 2019 15:38:09 +0000</pubDate>
			<guid>https://board.esxdos.org/viewtopic.php?pid=1327#p1327</guid>
		</item>
	</channel>
</rss>
