<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://f256wiki.wildbitscomputing.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=104.61.174.70</id>
	<title>Foenix F256 / Wildbits/K2 Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://f256wiki.wildbitscomputing.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=104.61.174.70"/>
	<link rel="alternate" type="text/html" href="https://f256wiki.wildbitscomputing.com/index.php?title=Special:Contributions/104.61.174.70"/>
	<updated>2026-06-08T04:23:35Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://f256wiki.wildbitscomputing.com/index.php?title=OS-9&amp;diff=423</id>
		<title>OS-9</title>
		<link rel="alternate" type="text/html" href="https://f256wiki.wildbitscomputing.com/index.php?title=OS-9&amp;diff=423"/>
		<updated>2024-06-26T02:02:58Z</updated>

		<summary type="html">&lt;p&gt;104.61.174.70: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The FNX6809 combined with the F256 makes a great system for running OS-9/6809. [[wikipedia:OS-9|OS-9]] is a real-time, embedded operating system created by [[wikipedia:Microware|Microware Systems Corporation]]. While it was used in many areas of industry, home computer users know it best for its implementation on the [[wikipedia:TRS-80_Color_Computer|Tandy Color Computer]] sold by Radio Shack&lt;br /&gt;
&lt;br /&gt;
Today, a community effort has led to the creation of [https://github.com/nitros9project/nitros9 NitrOS-9], an open source version of the OS-9 operating system. Throughout this page, I&#039;ll refer to NitrOS-9 as OS-9.&lt;br /&gt;
&lt;br /&gt;
== A word about platforms ==&lt;br /&gt;
This page assumes you&#039;re running on Linux or macOS. If you&#039;re using Windows, these instructions don&#039;t apply, and someone will have to step up and write steps to develop on that platform.&lt;br /&gt;
&lt;br /&gt;
== Tooling ==&lt;br /&gt;
Cross-hosted development is the fastest way to develop for the F256. For this you need the following:&lt;br /&gt;
&lt;br /&gt;
* [http://www.lwtools.ca lwtools] - an assembler/linker package&lt;br /&gt;
* [https://github.com/nitros9project/toolshed ToolShed] - a set of tools for creating disk images&lt;br /&gt;
* [https://github.com/nitros9project/nitros9 NitrOS-9] - the NitrOS-9 operating system in source form&lt;br /&gt;
* [https://github.com/pweingar/FoenixMgr FoenixMgr] - tools to load code into RAM or Flash of the F256.&lt;br /&gt;
&lt;br /&gt;
You can pull these down individually, or better yet, use [https://github.com/strickyak @strickyak]&#039;s great [https://github.com/strickyak/coco-shelf/ CoCo Shelf repository]. It has a &amp;lt;code&amp;gt;Makefile&amp;lt;/code&amp;gt; which gets all of the above and puts it in a convenient location (note that you&#039;ll have to update your shell script of choice to include the locations of the binaries in the &amp;lt;code&amp;gt;PATH&amp;lt;/code&amp;gt; environment variable).&lt;br /&gt;
&lt;br /&gt;
Here are the terminal commands for Linux and macOS to pull down all the required software:&lt;br /&gt;
 cd&lt;br /&gt;
 git clone &amp;lt;nowiki&amp;gt;https://github.com/strickyak/coco-shelf.git&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 cd coco-shelf&lt;br /&gt;
 export PATH=$PATH:$HOME/coco-shelf/bin&lt;br /&gt;
 make mirror-stuff done-lwtools done-cmoc done-toolshed done-nitros9&lt;br /&gt;
&lt;br /&gt;
== Building FEU and OS-9 Level 1 from scratch ==&lt;br /&gt;
FEU is the Foenix Executive Utility. It resides in flash and hosts a debugger and booters that can bring up operating systems like OS-9. FEU runs under OS-9 Level 1, so go ahead and build the entire operating system:&lt;br /&gt;
 cd nitros9&lt;br /&gt;
 export NITROS9DIR=$PWD&lt;br /&gt;
 cd level1/f256&lt;br /&gt;
 make &lt;br /&gt;
 cd feu&lt;br /&gt;
Now you can flash the image into the F256. You must have a USB cable connected to the system from your computer. Note: if you&#039;re using a Mac, you won&#039;t be able to upload code into the F256 due to the [https://www.maxlinear.com/support/design-tools/software-drivers driver manufacturer] being so behind on updates. You can use a Linux VM and FoenixMgr tools in bridge mode on the Mac.&lt;br /&gt;
&lt;br /&gt;
There are distinct builds of FEU for the F256 Jr and the F256K. Power up the machine, then select the correct command:&lt;br /&gt;
 cd feu&lt;br /&gt;
 make flash_f256jr&lt;br /&gt;
or&lt;br /&gt;
 cd feu&lt;br /&gt;
 make flash_f256k&lt;br /&gt;
Once the flash completes, restart the machine and FEU should come up.&lt;br /&gt;
&lt;br /&gt;
== Building OS-9 Level 2 ==&lt;br /&gt;
To build OS-9 Level 2, run these commands:&lt;br /&gt;
 cd ../../level2/f256&lt;br /&gt;
 make dsk&lt;br /&gt;
&lt;br /&gt;
This produces the following disk images for the F256 Jr and the F256K:&lt;br /&gt;
&lt;br /&gt;
 NOS9_6809_L2_v030300_f256jr_dw.dsk&lt;br /&gt;
 NOS9_6809_L2_v030300_f256jr_sd.dsk&lt;br /&gt;
 NOS9_6809_L2_v030300_f256k_dw.dsk&lt;br /&gt;
 NOS9_6809_L2_v030300_f256k_sd.dsk&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;dw&#039;&#039; disk images are for booting from DriveWire. The &#039;&#039;sd&#039;&#039; disk image are for booting from the SD card. You need to write the images onto an SD card, then insert the SD card into the F256 and restart.&lt;br /&gt;
&lt;br /&gt;
Here&#039;s how to image the SD card.&lt;br /&gt;
&lt;br /&gt;
==== Linux ====&lt;br /&gt;
On Linux, insert the SD card into your computer. Ttype &amp;lt;code&amp;gt;lsblk&amp;lt;/code&amp;gt; to find the correct device and replace &#039;&#039;sdx&#039;&#039; on the command line below with it:&lt;br /&gt;
&lt;br /&gt;
 dd if=NOS9_6809_L2_v030300_f256k_sd.dsk of=/dev/&#039;&#039;sdx&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==== macOS ====&lt;br /&gt;
On macOS, insert the SD card into your Mac. A dialog will likely appear telling you that the disk you attached isn&#039;t readable. Click the &amp;quot;ignore&amp;quot; button, then type &amp;lt;code&amp;gt;diskutil list external&amp;lt;/code&amp;gt; to obtain the device name of the SD card and replace &#039;&#039;diskx&#039;&#039; on the command line below with it:&lt;br /&gt;
 sudo dd if=NOS9_6809_L2_v030300_f256k_sd.dsk of=/dev/&#039;&#039;diskx&#039;&#039;&lt;br /&gt;
Once the command completes, type:&lt;br /&gt;
 diskutil eject /dev/&#039;&#039;diskx&#039;&#039;&lt;br /&gt;
You can then safely remove the SD card.&lt;/div&gt;</summary>
		<author><name>104.61.174.70</name></author>
	</entry>
	<entry>
		<id>https://f256wiki.wildbitscomputing.com/index.php?title=OS-9&amp;diff=422</id>
		<title>OS-9</title>
		<link rel="alternate" type="text/html" href="https://f256wiki.wildbitscomputing.com/index.php?title=OS-9&amp;diff=422"/>
		<updated>2024-06-26T01:57:14Z</updated>

		<summary type="html">&lt;p&gt;104.61.174.70: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The FNX6809 combined with the F256 makes a great system for running OS-9/6809. [[wikipedia:OS-9|OS-9]] is a real-time, embedded operating system created by [[wikipedia:Microware|Microware Systems Corporation]]. While it was used in many areas of industry, home computer users know it best for its implementation on the [[wikipedia:TRS-80_Color_Computer|Tandy Color Computer]] sold by Radio Shack&lt;br /&gt;
&lt;br /&gt;
Today, a community effort has led to the creation of [https://github.com/nitros9project/nitros9 NitrOS-9], an open source version of the OS-9 operating system. Throughout this page, I&#039;ll refer to NitrOS-9 as OS-9.&lt;br /&gt;
&lt;br /&gt;
== A word about platforms ==&lt;br /&gt;
This page assumes you&#039;re running on Linux or macOS. If you&#039;re using Windows, these instructions don&#039;t apply, and someone will have to step up and write steps to develop on that platform.&lt;br /&gt;
&lt;br /&gt;
== Tooling ==&lt;br /&gt;
Cross-hosted development is the fastest way to develop for the F256. For this you need the following:&lt;br /&gt;
&lt;br /&gt;
* [http://www.lwtools.ca lwtools] - an assembler/linker package&lt;br /&gt;
* [https://github.com/nitros9project/toolshed ToolShed] - a set of tools for creating disk images&lt;br /&gt;
* [https://github.com/nitros9project/nitros9 NitrOS-9] - the NitrOS-9 operating system in source form&lt;br /&gt;
* [https://github.com/pweingar/FoenixMgr FoenixMgr] - tools to load code into RAM or Flash of the F256.&lt;br /&gt;
&lt;br /&gt;
You can pull these down individually, or better yet, use [https://github.com/strickyak @strickyak]&#039;s great [https://github.com/strickyak/coco-shelf/ CoCo Shelf repository]. It has a &amp;lt;code&amp;gt;Makefile&amp;lt;/code&amp;gt; which gets all of the above and puts it in a convenient location (note that you&#039;ll have to update your shell script of choice to include the locations of the binaries in the &amp;lt;code&amp;gt;PATH&amp;lt;/code&amp;gt; environment variable).&lt;br /&gt;
&lt;br /&gt;
Here are the terminal commands for Linux and macOS to pull down all the required software:&lt;br /&gt;
 cd&lt;br /&gt;
 git clone &amp;lt;nowiki&amp;gt;https://github.com/strickyak/coco-shelf.git&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 cd coco-shelf&lt;br /&gt;
 export PATH=$PATH:$HOME/coco-shelf/bin&lt;br /&gt;
 make mirror-stuff done-lwtools done-cmoc done-toolshed done-nitros9&lt;br /&gt;
&lt;br /&gt;
== Building FEU and OS-9 Level 1 from scratch ==&lt;br /&gt;
FEU is the Foenix Executive Utility. It resides in flash and hosts a debugger and booters that can bring up operating systems like OS-9. FEU runs under OS-9 Level 1, so go ahead and build the entire operating system:&lt;br /&gt;
 cd nitros9&lt;br /&gt;
 export NITROS9DIR=$PWD&lt;br /&gt;
 cd level1/f256&lt;br /&gt;
 make &lt;br /&gt;
 cd feu&lt;br /&gt;
Now you can flash the image into the F256. You must have a USB cable connected to the system from your computer. Note: if you&#039;re using a Mac, you won&#039;t be able to upload code into the F256 due to the [https://www.maxlinear.com/support/design-tools/software-drivers driver manufacturer] being so behind on updates. You can use a Linux VM and FoenixMgr tools in bridge mode on the Mac.&lt;br /&gt;
&lt;br /&gt;
There are distinct builds of FEU for the F256 Jr and the F256K. Power up the machine, then select the correct command:&lt;br /&gt;
 cd feu&lt;br /&gt;
 make flash_f256jr&lt;br /&gt;
or&lt;br /&gt;
 cd feu&lt;br /&gt;
 make flash_f256k&lt;br /&gt;
Once the flash completes, restart the machine and FEU should come up.&lt;br /&gt;
&lt;br /&gt;
== Building OS-9 Level 2 ==&lt;br /&gt;
To build OS-9 Level 2, run these commands:&lt;br /&gt;
 cd ../../level2/f256&lt;br /&gt;
 make dsk&lt;br /&gt;
&lt;br /&gt;
This produces the following disk images for the F256 Jr and the F256K:&lt;br /&gt;
&lt;br /&gt;
 NOS9_6809_L2_v030300_f256jr_dw.dsk&lt;br /&gt;
 NOS9_6809_L2_v030300_f256jr_sd.dsk&lt;br /&gt;
 NOS9_6809_L2_v030300_f256k_dw.dsk&lt;br /&gt;
 NOS9_6809_L2_v030300_f256k_sd.dsk&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;dw&#039;&#039; disk images are for booting from DriveWire. The &#039;&#039;sd&#039;&#039; disk image are for booting from the SD card.&lt;br /&gt;
&lt;br /&gt;
On Linux, type &amp;lt;code&amp;gt;lsblk&amp;lt;/code&amp;gt; to find the correct device and replace &#039;&#039;sdx&#039;&#039; on the command line below with it:&lt;br /&gt;
&lt;br /&gt;
 dd if=NOS9_6809_L2_v030300_f256k_sd.dsk of=/dev/&#039;&#039;sdx&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
On macOS, insert the SD card into your Mac. A dialog will likely appear telling you that the disk you attached isn&#039;t readable. Click the &amp;quot;ignore&amp;quot; button, then type &amp;lt;code&amp;gt;diskutil list external&amp;lt;/code&amp;gt; to obtain the device name of the SD card and replace &#039;&#039;diskx&#039;&#039; on the command line below with it:&lt;br /&gt;
 sudo dd if=NOS9_6809_L2_v030300_f256k_sd.dsk of=/dev/&#039;&#039;diskx&#039;&#039;&lt;/div&gt;</summary>
		<author><name>104.61.174.70</name></author>
	</entry>
	<entry>
		<id>https://f256wiki.wildbitscomputing.com/index.php?title=OS-9&amp;diff=421</id>
		<title>OS-9</title>
		<link rel="alternate" type="text/html" href="https://f256wiki.wildbitscomputing.com/index.php?title=OS-9&amp;diff=421"/>
		<updated>2024-06-26T01:48:54Z</updated>

		<summary type="html">&lt;p&gt;104.61.174.70: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The FNX6809 combined with the F256 makes a great system for running OS-9/6809. [[wikipedia:OS-9|OS-9]] is a real-time, embedded operating system created by [[wikipedia:Microware|Microware Systems Corporation]]. While it was used in many areas of industry, home computer users know it best for its implementation on the [[wikipedia:TRS-80_Color_Computer|Tandy Color Computer]] sold by Radio Shack&lt;br /&gt;
&lt;br /&gt;
Today, a community effort has led to the creation of [https://github.com/nitros9project/nitros9 NitrOS-9], an open source version of the OS-9 operating system. Throughout this page, I&#039;ll refer to NitrOS-9 as OS-9.&lt;br /&gt;
&lt;br /&gt;
== A word about platforms ==&lt;br /&gt;
This page assumes you&#039;re running on Linux or macOS. If you&#039;re using Windows, these instructions don&#039;t apply, and someone will have to step up and write steps to develop on that platform.&lt;br /&gt;
&lt;br /&gt;
== Tooling ==&lt;br /&gt;
Cross-hosted development is the fastest way to develop for the F256. For this you need the following:&lt;br /&gt;
&lt;br /&gt;
* [http://www.lwtools.ca lwtools] - an assembler/linker package&lt;br /&gt;
* [https://github.com/nitros9project/toolshed ToolShed] - a set of tools for creating disk images&lt;br /&gt;
* [https://github.com/nitros9project/nitros9 NitrOS-9] - the NitrOS-9 operating system in source form&lt;br /&gt;
* [https://github.com/pweingar/FoenixMgr FoenixMgr] - tools to load code into RAM or Flash of the F256.&lt;br /&gt;
&lt;br /&gt;
You can pull these down individually, or better yet, use [https://github.com/strickyak @strickyak]&#039;s great [https://github.com/strickyak/coco-shelf/ CoCo Shelf repository]. It has a &amp;lt;code&amp;gt;Makefile&amp;lt;/code&amp;gt; which gets all of the above and puts it in a convenient location (note that you&#039;ll have to update your shell script of choice to include the locations of the binaries in the &amp;lt;code&amp;gt;PATH&amp;lt;/code&amp;gt; environment variable).&lt;br /&gt;
&lt;br /&gt;
Here are the terminal commands for Linux and macOS to pull down all the required software:&lt;br /&gt;
 cd&lt;br /&gt;
 git clone &amp;lt;nowiki&amp;gt;https://github.com/strickyak/coco-shelf.git&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 cd coco-shelf&lt;br /&gt;
 export PATH=$PATH:$HOME/coco-shelf/bin&lt;br /&gt;
 make mirror-stuff done-lwtools done-cmoc done-toolshed done-nitros9&lt;br /&gt;
&lt;br /&gt;
== Building FEU and OS-9 from scratch ==&lt;br /&gt;
FEU is the Foenix Executive Utility. It resides in flash and hosts a debugger and booters that can bring up operating systems like OS-9. FEU runs under OS-9 Level 1, so go ahead and build the entire operating system:&lt;br /&gt;
 cd nitros9/level1/f256&lt;br /&gt;
 make &lt;br /&gt;
 cd feu&lt;br /&gt;
Now you can flash the image into the F256. You must have a USB cable connected to the system from your computer. Note: if you&#039;re using a Mac, you won&#039;t be able to upload code into the F256 due to the [https://www.maxlinear.com/support/design-tools/software-drivers driver manufacturer] being so behind on updates. You can use a Linux VM and FoenixMgr tools in bridge mode on the Mac.&lt;br /&gt;
&lt;br /&gt;
There are distinct builds of FEU for the F256 Jr and the F256K. Power up the machine, then select the correct command:&lt;br /&gt;
 cd feu&lt;br /&gt;
 make flash_f256jr&lt;br /&gt;
or&lt;br /&gt;
 cd feu&lt;br /&gt;
 make flash_f256k&lt;br /&gt;
Once the flash completes, restart the machine and FEU should come up.&lt;br /&gt;
&lt;br /&gt;
== Assembling OS-9 Level 2 ==&lt;br /&gt;
Note: This assumes you have already built the &#039;&#039;&#039;&#039;&#039;feu boot loader&#039;&#039;&#039;&#039;&#039; and flashed it to the F256. Compiling NitrOS-9 requires lwtools and ToolShed.&lt;br /&gt;
&lt;br /&gt;
==== Set the NITROS9DIR environment variable to the nitros9 directory ====&lt;br /&gt;
If you forget to do this, you will see an error when you compile like &amp;quot;*** No rule to make target &#039;/rules.mak&#039;.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 cd nitros9&lt;br /&gt;
 export NITROS9DIR=$PWD&lt;br /&gt;
&lt;br /&gt;
==== Build lib and Rogue (if you want to play Rogue) ====&lt;br /&gt;
From the nitros9 directory:&lt;br /&gt;
&lt;br /&gt;
 cd lib&lt;br /&gt;
 make&lt;br /&gt;
 cd ../3rdparty/packages/rogue&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
==== Build Level 2 Disk Image for the F256 ====&lt;br /&gt;
From the nitros9 directory:&lt;br /&gt;
&lt;br /&gt;
 cd level2/f256&lt;br /&gt;
 make dsk&lt;br /&gt;
&lt;br /&gt;
: Note: &#039;&#039;do not type&#039;&#039; &amp;lt;code&amp;gt;make&amp;lt;/code&amp;gt; &#039;&#039;in the root nitros9 directory.  The nitros9 directory contains builds for every version and build of NitrOS-9 (coco, coco3, etc.).  Make sure to invoke &#039;&#039;&amp;lt;code&amp;gt;make&amp;lt;/code&amp;gt; &#039;&#039;from the level2/f256 directory to avoid compiling every possible iteration of the system. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This will produce 2 disk images:&lt;br /&gt;
&lt;br /&gt;
 NOS9_6809_L2_v030300_f256_dw.dsk&lt;br /&gt;
 NOS9_6809_L2_v030300_f256_sd.dsk&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;dw&#039;&#039; disk image will boot from DriveWire (if you have installed an ESP32 or ESP8266 and have a DriveWire server).  The &#039;&#039;sd&#039;&#039; disk image will boot from the SD card. Use &amp;lt;code&amp;gt;dd&amp;lt;/code&amp;gt; on Linux, etc. to flash the disk to an SD card. On Linux, &#039;&#039;&#039;&#039;&#039;IF&#039;&#039;&#039;&#039;&#039; the card is named /dev/sdx:&lt;br /&gt;
&lt;br /&gt;
 dd if=NOS9_6809_L2_v030300_f256_sd.dsk of=/dev/sdx&lt;br /&gt;
&lt;br /&gt;
Note:  &#039;&#039;&#039;This is just a sample command, your SD card is probably not named /dev/sdx&#039;&#039;&#039;.  Check and make sure you are writing to the correct device.  On Linux, type &amp;lt;code&amp;gt;lsblk&amp;lt;/code&amp;gt; in a terminal to find the correct device.  Substitute /dev/sdx in the above command with the correct device name for your SD card on your system.  Double check the device name to avoid catastrophic data loss.&lt;/div&gt;</summary>
		<author><name>104.61.174.70</name></author>
	</entry>
	<entry>
		<id>https://f256wiki.wildbitscomputing.com/index.php?title=OS-9&amp;diff=420</id>
		<title>OS-9</title>
		<link rel="alternate" type="text/html" href="https://f256wiki.wildbitscomputing.com/index.php?title=OS-9&amp;diff=420"/>
		<updated>2024-06-26T01:39:45Z</updated>

		<summary type="html">&lt;p&gt;104.61.174.70: /* Compiling OS-9 Level 2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The FNX6809 combined with the F256 makes a great system for running OS-9/6809. [[wikipedia:OS-9|OS-9]] is a real-time, embedded operating system created by [[wikipedia:Microware|Microware Systems Corporation]]. While it was used in many areas of industry, home computer users know it best for its implementation on the [[wikipedia:TRS-80_Color_Computer|Tandy Color Computer]] sold by Radio Shack&lt;br /&gt;
&lt;br /&gt;
Today, a community effort has led to the creation of [https://github.com/nitros9project/nitros9 NitrOS-9], an open source version of the OS-9 operating system. Throughout this page, I&#039;ll refer to NitrOS-9 as OS-9.&lt;br /&gt;
&lt;br /&gt;
== A word about platforms ==&lt;br /&gt;
This page assumes you&#039;re running on Linux or macOS. If you&#039;re using Windows, someone will have to step up and write a document for that platform.&lt;br /&gt;
&lt;br /&gt;
== Tooling ==&lt;br /&gt;
Cross-hosted development is the fastest way to develop code for the F256. For this you need the following:&lt;br /&gt;
&lt;br /&gt;
* [http://www.lwtools.ca lwtools] - an assembler/linker package&lt;br /&gt;
* [https://github.com/nitros9project/toolshed ToolShed] - a set of tools for creating disk images&lt;br /&gt;
* [https://github.com/nitros9project/nitros9 NitrOS-9] - the NitrOS-9 operating system in source form&lt;br /&gt;
* [https://github.com/pweingar/FoenixMgr FoenixMgr] - tools to load code into RAM or Flash of the F256.&lt;br /&gt;
&lt;br /&gt;
You can pull these down individually, or better yet, use [https://github.com/strickyak @strickyak]&#039;s great [https://github.com/strickyak/coco-shelf/ CoCo Shelf repository]. It has a &amp;lt;code&amp;gt;Makefile&amp;lt;/code&amp;gt; which gets all of the above and puts it in a convenient location (note that you&#039;ll have to update your shell script of choice to include the locations of the binaries in the &amp;lt;code&amp;gt;PATH&amp;lt;/code&amp;gt; environment variable).&lt;br /&gt;
&lt;br /&gt;
Note, if you&#039;re using a Mac, you won&#039;t be able to upload code into the F256 due to the [https://www.maxlinear.com/support/design-tools/software-drivers driver manufacturer] being so behind on updates. I have a Linux VM and use FoenixMgr tools in bridge mode on there. This allows me to run the commands on my Mac and direct them to the Linux VM.&lt;br /&gt;
&lt;br /&gt;
Here are the terminal commands for Linux and macOS to pull down all the required software:&lt;br /&gt;
 cd&lt;br /&gt;
 git clone &amp;lt;nowiki&amp;gt;https://github.com/strickyak/coco-shelf.git&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 cd coco-shelf&lt;br /&gt;
 export PATH=$PATH:$HOME/coco-shelf/bin&lt;br /&gt;
 make mirror-stuff done-lwtools done-cmoc done-toolshed done-nitros9&lt;br /&gt;
&lt;br /&gt;
== Assembling OS-9 Level 2 ==&lt;br /&gt;
Note: This assumes you have already built the &#039;&#039;&#039;&#039;&#039;feu boot loader&#039;&#039;&#039;&#039;&#039; and flashed it to the F256. Compiling NitrOS-9 requires lwtools and ToolShed.&lt;br /&gt;
&lt;br /&gt;
==== Set the NITROS9DIR environment variable to the nitros9 directory ====&lt;br /&gt;
If you forget to do this, you will see an error when you compile like &amp;quot;*** No rule to make target &#039;/rules.mak&#039;.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 cd nitros9&lt;br /&gt;
 export NITROS9DIR=$PWD&lt;br /&gt;
&lt;br /&gt;
==== Build lib and Rogue (if you want to play Rogue) ====&lt;br /&gt;
From the nitros9 directory:&lt;br /&gt;
&lt;br /&gt;
 cd lib&lt;br /&gt;
 make&lt;br /&gt;
 cd ../3rdparty/packages/rogue&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
==== Build Level 2 Disk Image for the F256 ====&lt;br /&gt;
From the nitros9 directory:&lt;br /&gt;
&lt;br /&gt;
 cd level2/f256&lt;br /&gt;
 make dsk&lt;br /&gt;
&lt;br /&gt;
: Note: &#039;&#039;do not type&#039;&#039; &amp;lt;code&amp;gt;make&amp;lt;/code&amp;gt; &#039;&#039;in the root nitros9 directory.  The nitros9 directory contains builds for every version and build of NitrOS-9 (coco, coco3, etc.).  Make sure to invoke &#039;&#039;&amp;lt;code&amp;gt;make&amp;lt;/code&amp;gt; &#039;&#039;from the level2/f256 directory to avoid compiling every possible iteration of the system. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This will produce 2 disk images:&lt;br /&gt;
&lt;br /&gt;
 NOS9_6809_L2_v030300_f256_dw.dsk&lt;br /&gt;
 NOS9_6809_L2_v030300_f256_sd.dsk&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;dw&#039;&#039; disk image will boot from DriveWire (if you have installed an ESP32 or ESP8266 and have a DriveWire server).  The &#039;&#039;sd&#039;&#039; disk image will boot from the SD card. Use &amp;lt;code&amp;gt;dd&amp;lt;/code&amp;gt; on Linux, etc. to flash the disk to an SD card. On Linux, &#039;&#039;&#039;&#039;&#039;IF&#039;&#039;&#039;&#039;&#039; the card is named /dev/sdx:&lt;br /&gt;
&lt;br /&gt;
 dd if=NOS9_6809_L2_v030300_f256_sd.dsk of=/dev/sdx&lt;br /&gt;
&lt;br /&gt;
Note:  &#039;&#039;&#039;This is just a sample command, your SD card is probably not named /dev/sdx&#039;&#039;&#039;.  Check and make sure you are writing to the correct device.  On Linux, type &amp;lt;code&amp;gt;lsblk&amp;lt;/code&amp;gt; in a terminal to find the correct device.  Substitute /dev/sdx in the above command with the correct device name for your SD card on your system.  Double check the device name to avoid catastrophic data loss.&lt;/div&gt;</summary>
		<author><name>104.61.174.70</name></author>
	</entry>
	<entry>
		<id>https://f256wiki.wildbitscomputing.com/index.php?title=OS-9&amp;diff=419</id>
		<title>OS-9</title>
		<link rel="alternate" type="text/html" href="https://f256wiki.wildbitscomputing.com/index.php?title=OS-9&amp;diff=419"/>
		<updated>2024-06-26T00:37:25Z</updated>

		<summary type="html">&lt;p&gt;104.61.174.70: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The FNX6809 combined with the F256 makes a great system for running OS-9/6809. [[wikipedia:OS-9|OS-9]] is a real-time, embedded operating system created by [[wikipedia:Microware|Microware Systems Corporation]]. While it was used in many areas of industry, home computer users know it best for its implementation on the [[wikipedia:TRS-80_Color_Computer|Tandy Color Computer]] sold by Radio Shack&lt;br /&gt;
&lt;br /&gt;
Today, a community effort has led to the creation of [https://github.com/nitros9project/nitros9 NitrOS-9], an open source version of the OS-9 operating system. Throughout this page, I&#039;ll refer to NitrOS-9 as OS-9.&lt;br /&gt;
&lt;br /&gt;
== A word about platforms ==&lt;br /&gt;
This page assumes you&#039;re running on Linux or macOS. If you&#039;re using Windows, someone will have to step up and write a document for that platform.&lt;br /&gt;
&lt;br /&gt;
== Foenix-specific tools ==&lt;br /&gt;
To get code into the F256, you need [https://github.com/pweingar/FoenixMgr FoenixMgr]. Download this package and follow the instructions to install it on your machine.&lt;br /&gt;
&lt;br /&gt;
Note, if you&#039;re using a Mac, you won&#039;t be able to upload code into the F256 due to the [https://www.maxlinear.com/support/design-tools/software-drivers driver manufacturer] being so behind on updates. I have a Linux VM and use FoenixMgr tools in bridge mode on there. This allows me to run the commands on my Mac and direct them to the Linux VM.&lt;br /&gt;
&lt;br /&gt;
== Cross-hosted software ==&lt;br /&gt;
Cross-hosted development is the fastest way to develop code for the F256. For this you need the following:&lt;br /&gt;
&lt;br /&gt;
* [http://www.lwtools.ca lwtools] - an assembler/linker package&lt;br /&gt;
* [https://github.com/nitros9project/toolshed ToolShed] - a set of tools for creating disk images&lt;br /&gt;
* [https://github.com/nitros9project/nitros9 NitrOS-9] - the NitrOS-9 operating system in source form&lt;br /&gt;
&lt;br /&gt;
You can pull these down individually, or better yet, use [https://github.com/strickyak @strickyak]&#039;s great [https://github.com/strickyak/coco-shelf/ CoCo Shelf repository]. It has a &amp;lt;code&amp;gt;Makefile&amp;lt;/code&amp;gt; which gets all of the above and puts it in a convenient location (note that you&#039;ll have to update your shell script of choice to include the locations of the binaries in the &amp;lt;code&amp;gt;PATH&amp;lt;/code&amp;gt; environment variable).&lt;br /&gt;
&lt;br /&gt;
Here are the terminal commands for Linux and macOS to pull down all the required software:&lt;br /&gt;
 cd&lt;br /&gt;
 git clone &amp;lt;nowiki&amp;gt;https://github.com/strickyak/coco-shelf.git&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 cd coco-shelf&lt;br /&gt;
 export PATH=$PATH:$HOME/coco-shelf/bin&lt;br /&gt;
 make mirror-stuff done-lwtools done-cmoc done-toolshed done-nitros9&lt;br /&gt;
&lt;br /&gt;
== Compiling OS-9 Level 2 ==&lt;br /&gt;
Note: This assumes you have already built the &#039;&#039;&#039;&#039;&#039;feu boot loader&#039;&#039;&#039;&#039;&#039; and flashed it to the F256. Compiling NitrOS-9 requires lwtools and ToolShed.&lt;br /&gt;
&lt;br /&gt;
==== Set the NITROS9DIR environment variable to the nitros9 directory ====&lt;br /&gt;
If you forget to do this, you will see an error when you compile like &amp;quot;*** No rule to make target &#039;/rules.mak&#039;.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 cd nitros9&lt;br /&gt;
 export NITROS9DIR=$PWD&lt;br /&gt;
&lt;br /&gt;
==== Build lib and Rogue (if you want to play Rogue) ====&lt;br /&gt;
From the nitros9 directory:&lt;br /&gt;
&lt;br /&gt;
 cd lib&lt;br /&gt;
 make&lt;br /&gt;
 cd ../3rdparty/packages/rogue&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
==== Build Level 2 Disk Image for the F256 ====&lt;br /&gt;
From the nitros9 directory:&lt;br /&gt;
&lt;br /&gt;
 cd level2/f256&lt;br /&gt;
 make dsk&lt;br /&gt;
&lt;br /&gt;
: Note: &#039;&#039;do not type&#039;&#039; &amp;lt;code&amp;gt;make&amp;lt;/code&amp;gt; &#039;&#039;in the root nitros9 directory.  The nitros9 directory contains builds for every version and build of NitrOS-9 (coco, coco3, etc.).  Make sure to invoke &#039;&#039;&amp;lt;code&amp;gt;make&amp;lt;/code&amp;gt; &#039;&#039;from the level2/f256 directory to avoid compiling every possible iteration of the system. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This will produce 2 disk images:&lt;br /&gt;
&lt;br /&gt;
 NOS9_6809_L2_v030300_f256_dw.dsk&lt;br /&gt;
 NOS9_6809_L2_v030300_f256_sd.dsk&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;dw&#039;&#039; disk image will boot from DriveWire (if you have installed an ESP32 or ESP8266 and have a DriveWire server).  The &#039;&#039;sd&#039;&#039; disk image will boot from the SD card. Use &amp;lt;code&amp;gt;dd&amp;lt;/code&amp;gt; on Linux, etc. to flash the disk to an SD card. On Linux, &#039;&#039;&#039;&#039;&#039;IF&#039;&#039;&#039;&#039;&#039; the card is named /dev/sdx:&lt;br /&gt;
&lt;br /&gt;
 dd if=NOS9_6809_L2_v030300_f256_sd.dsk of=/dev/sdx&lt;br /&gt;
&lt;br /&gt;
Note:  &#039;&#039;&#039;This is just a sample command, your SD card is probably not named /dev/sdx&#039;&#039;&#039;.  Check and make sure you are writing to the correct device.  On Linux, type &amp;lt;code&amp;gt;lsblk&amp;lt;/code&amp;gt; in a terminal to find the correct device.  Substitute /dev/sdx in the above command with the correct device name for your SD card on your system.  Double check the device name to avoid catastrophic data loss.&lt;/div&gt;</summary>
		<author><name>104.61.174.70</name></author>
	</entry>
	<entry>
		<id>https://f256wiki.wildbitscomputing.com/index.php?title=OS-9&amp;diff=418</id>
		<title>OS-9</title>
		<link rel="alternate" type="text/html" href="https://f256wiki.wildbitscomputing.com/index.php?title=OS-9&amp;diff=418"/>
		<updated>2024-06-26T00:28:55Z</updated>

		<summary type="html">&lt;p&gt;104.61.174.70: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The FNX6809 combined with the F256 makes a great system for running OS-9/6809. [[wikipedia:OS-9|OS-9]] is a real-time, embedded operating system created by [[wikipedia:Microware|Microware Systems Corporation]]. While it was used in many areas of industry, home computer users know it best for its implementation on the [[wikipedia:TRS-80_Color_Computer|Tandy Color Computer]] sold by Radio Shack&lt;br /&gt;
&lt;br /&gt;
Today, a community effort has led to the creation of [https://github.com/nitros9project/nitros9 NitrOS-9], an open source version of the OS-9 operating system. Throughout this page, I&#039;ll refer to NitrOS-9 as OS-9.&lt;br /&gt;
&lt;br /&gt;
== A word about platforms ==&lt;br /&gt;
This page assumes you&#039;re running on Linux or macOS. If you&#039;re using Windows, someone will have to step up and write a document for that platform.&lt;br /&gt;
&lt;br /&gt;
== Foenix-specific tools ==&lt;br /&gt;
To get code into the F256, you need [https://github.com/pweingar/FoenixMgr FoenixMgr]. Download this package and follow the instructions to install it on your machine.&lt;br /&gt;
&lt;br /&gt;
Note, if you&#039;re using a Mac, you won&#039;t be able to upload code into the F256 due to the [https://www.maxlinear.com/support/design-tools/software-drivers driver manufacturer] being so behind on updates. I have a Linux VM and use FoenixMgr tools in bridge mode on there. This allows me to run the commands on my Mac and direct them to the Linux VM.&lt;br /&gt;
&lt;br /&gt;
== Cross-hosted software ==&lt;br /&gt;
Cross-hosted development is the fastest way to develop code for the F256. For this you need the following:&lt;br /&gt;
&lt;br /&gt;
* [http://www.lwtools.ca lwtools] - an assembler/linker package&lt;br /&gt;
* [https://github.com/nitros9project/toolshed ToolShed] - a set of tools for creating disk images&lt;br /&gt;
* [https://github.com/nitros9project/nitros9 NitrOS-9] - the NitrOS-9 operating system in source form&lt;br /&gt;
&lt;br /&gt;
You can pull these down individually, or better yet, use [https://github.com/strickyak @strickyak]&#039;s great [https://github.com/strickyak/coco-shelf/ CoCo Shelf repository]. It has a &amp;lt;code&amp;gt;Makefile&amp;lt;/code&amp;gt; which gets all of the above and puts it in a convenient location (note that you&#039;ll have to update your shell script of choice to include the locations of the binaries in the &amp;lt;code&amp;gt;PATH&amp;lt;/code&amp;gt; environment variable).&lt;br /&gt;
&lt;br /&gt;
Here are the commands to type at the terminal to pull down all the required software:&lt;br /&gt;
 cd&lt;br /&gt;
 git clone &amp;lt;nowiki&amp;gt;https://github.com/strickyak/coco-shelf.git&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 cd coco-shelf&lt;br /&gt;
 export PATH=$PATH:$HOME/coco-shelf/bin&lt;br /&gt;
 make mirror-stuff done-lwtools done-cmoc done-toolshed done-nitros9&lt;br /&gt;
&lt;br /&gt;
== Compiling OS-9 Level 2 ==&lt;br /&gt;
Note: This assumes you have already built the &#039;&#039;&#039;&#039;&#039;feu boot loader&#039;&#039;&#039;&#039;&#039; and flashed it to the F256. Compiling NitrOS-9 requires lwtools and ToolShed.&lt;br /&gt;
&lt;br /&gt;
==== Set the NITROS9DIR environment variable to the nitros9 directory ====&lt;br /&gt;
If you forget to do this, you will see an error when you compile like &amp;quot;*** No rule to make target &#039;/rules.mak&#039;.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 cd nitros9&lt;br /&gt;
 export NITROS9DIR=$PWD&lt;br /&gt;
&lt;br /&gt;
==== Build lib and Rogue (if you want to play Rogue) ====&lt;br /&gt;
From the nitros9 directory:&lt;br /&gt;
&lt;br /&gt;
 cd lib&lt;br /&gt;
 make&lt;br /&gt;
 cd ../3rdparty/packages/rogue&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
==== Build Level 2 Disk Image for the F256 ====&lt;br /&gt;
From the nitros9 directory:&lt;br /&gt;
&lt;br /&gt;
 cd level2/f256&lt;br /&gt;
 make dsk&lt;br /&gt;
&lt;br /&gt;
: Note: &#039;&#039;do not type&#039;&#039; &amp;lt;code&amp;gt;make&amp;lt;/code&amp;gt; &#039;&#039;in the root nitros9 directory.  The nitros9 directory contains builds for every version and build of NitrOS-9 (coco, coco3, etc.).  Make sure to invoke &#039;&#039;&amp;lt;code&amp;gt;make&amp;lt;/code&amp;gt; &#039;&#039;from the level2/f256 directory to avoid compiling every possible iteration of the system. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This will produce 2 disk images:&lt;br /&gt;
&lt;br /&gt;
 NOS9_6809_L2_v030300_f256_dw.dsk&lt;br /&gt;
 NOS9_6809_L2_v030300_f256_sd.dsk&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;dw&#039;&#039; disk image will boot from DriveWire (if you have installed an ESP32 or ESP8266 and have a DriveWire server).  The &#039;&#039;sd&#039;&#039; disk image will boot from the SD card. Use &amp;lt;code&amp;gt;dd&amp;lt;/code&amp;gt; on Linux, etc. to flash the disk to an SD card. On Linux, &#039;&#039;&#039;&#039;&#039;IF&#039;&#039;&#039;&#039;&#039; the card is named /dev/sdx:&lt;br /&gt;
&lt;br /&gt;
 dd if=NOS9_6809_L2_v030300_f256_sd.dsk of=/dev/sdx&lt;br /&gt;
&lt;br /&gt;
Note:  &#039;&#039;&#039;This is just a sample command, your SD card is probably not named /dev/sdx&#039;&#039;&#039;.  Check and make sure you are writing to the correct device.  On Linux, type &amp;lt;code&amp;gt;lsblk&amp;lt;/code&amp;gt; in a terminal to find the correct device.  Substitute /dev/sdx in the above command with the correct device name for your SD card on your system.  Double check the device name to avoid catastrophic data loss.&lt;/div&gt;</summary>
		<author><name>104.61.174.70</name></author>
	</entry>
	<entry>
		<id>https://f256wiki.wildbitscomputing.com/index.php?title=OS-9&amp;diff=417</id>
		<title>OS-9</title>
		<link rel="alternate" type="text/html" href="https://f256wiki.wildbitscomputing.com/index.php?title=OS-9&amp;diff=417"/>
		<updated>2024-06-26T00:28:30Z</updated>

		<summary type="html">&lt;p&gt;104.61.174.70: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The FNX6809 combined with the F256 makes a great system for running OS-9/6809. [[wikipedia:OS-9|OS-9]] is a real-time, embedded operating system created by [[wikipedia:Microware|Microware Systems Corporation]]. While it was used in many areas of industry, home computer users know it best for its implementation on the [[wikipedia:TRS-80_Color_Computer|Tandy Color Computer]] sold by Radio Shack&lt;br /&gt;
&lt;br /&gt;
Today, a community effort has led to the creation of [https://github.com/nitros9project/nitros9 NitrOS-9], an open source version of the OS-9 operating system. Throughout this page, I&#039;ll refer to NitrOS-9 as OS-9.&lt;br /&gt;
&lt;br /&gt;
== A word about platforms ==&lt;br /&gt;
This page assumes you&#039;re running on Linux or macOS. If you&#039;re using Windows, someone will have to step up and write a document for that platform.&lt;br /&gt;
&lt;br /&gt;
== Foenix-specific tools ==&lt;br /&gt;
To get code into the F256, you need [https://github.com/pweingar/FoenixMgr FoenixMgr]. Download this package and follow the instructions to install it on your machine.&lt;br /&gt;
&lt;br /&gt;
Note, if you&#039;re using a Mac, you won&#039;t be able to upload code into the F256 due to the [https://www.maxlinear.com/support/design-tools/software-drivers driver manufacturer] being so behind on updates. I have a Linux VM and use FoenixMgr tools in bridge mode on there. This allows me to run the commands on my Mac and direct them to the Linux VM.&lt;br /&gt;
&lt;br /&gt;
== Cross-hosted software ==&lt;br /&gt;
Cross-hosted development is the fastest way to develop code for the F256. For this you need the following:&lt;br /&gt;
&lt;br /&gt;
* [http://www.lwtools.ca lwtools] - an assembler/linker package&lt;br /&gt;
* [https://github.com/nitros9project/toolshed ToolShed] - a set of tools for creating disk images&lt;br /&gt;
* [https://github.com/nitros9project/nitros9 NitrOS-9] - the NitrOS-9 operating system in source form&lt;br /&gt;
&lt;br /&gt;
You can pull these down individually, or better yet, use [https://github.com/strickyak @strickyak]&#039;s great [https://github.com/strickyak/coco-shelf/ CoCo Shelf repository]. It has a &amp;lt;code&amp;gt;Makefile&amp;lt;/code&amp;gt; which gets all of the above and puts it in a convenient location (note that you&#039;ll have to update your shell script of choice to include the locations of the binaries in the &amp;lt;code&amp;gt;PATH&amp;lt;/code&amp;gt; environment variable).&lt;br /&gt;
&lt;br /&gt;
Here are the commands to type at the terminal to pull down all the required software:&lt;br /&gt;
 cd&lt;br /&gt;
 git clone &amp;lt;nowiki&amp;gt;https://github.com/strickyak/coco-shelf.git&lt;br /&gt;
 cd coco-shelf&lt;br /&gt;
 export PATH=$PATH:$HOME/coco-shelf/bin&lt;br /&gt;
 make mirror-stuff done-lwtools done-cmoc done-toolshed done-nitros9&lt;br /&gt;
&lt;br /&gt;
== Compiling OS-9 Level 2 ==&lt;br /&gt;
Note: This assumes you have already built the &#039;&#039;&#039;&#039;&#039;feu boot loader&#039;&#039;&#039;&#039;&#039; and flashed it to the F256. Compiling NitrOS-9 requires lwtools and ToolShed.&lt;br /&gt;
&lt;br /&gt;
==== Set the NITROS9DIR environment variable to the nitros9 directory ====&lt;br /&gt;
If you forget to do this, you will see an error when you compile like &amp;quot;*** No rule to make target &#039;/rules.mak&#039;.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 cd nitros9&lt;br /&gt;
 export NITROS9DIR=$PWD&lt;br /&gt;
&lt;br /&gt;
==== Build lib and Rogue (if you want to play Rogue) ====&lt;br /&gt;
From the nitros9 directory:&lt;br /&gt;
&lt;br /&gt;
 cd lib&lt;br /&gt;
 make&lt;br /&gt;
 cd ../3rdparty/packages/rogue&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
==== Build Level 2 Disk Image for the F256 ====&lt;br /&gt;
From the nitros9 directory:&lt;br /&gt;
&lt;br /&gt;
 cd level2/f256&lt;br /&gt;
 make dsk&lt;br /&gt;
&lt;br /&gt;
: Note: &#039;&#039;do not type&#039;&#039; &amp;lt;code&amp;gt;make&amp;lt;/code&amp;gt; &#039;&#039;in the root nitros9 directory.  The nitros9 directory contains builds for every version and build of NitrOS-9 (coco, coco3, etc.).  Make sure to invoke &#039;&#039;&amp;lt;code&amp;gt;make&amp;lt;/code&amp;gt; &#039;&#039;from the level2/f256 directory to avoid compiling every possible iteration of the system. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This will produce 2 disk images:&lt;br /&gt;
&lt;br /&gt;
 NOS9_6809_L2_v030300_f256_dw.dsk&lt;br /&gt;
 NOS9_6809_L2_v030300_f256_sd.dsk&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;dw&#039;&#039; disk image will boot from DriveWire (if you have installed an ESP32 or ESP8266 and have a DriveWire server).  The &#039;&#039;sd&#039;&#039; disk image will boot from the SD card. Use &amp;lt;code&amp;gt;dd&amp;lt;/code&amp;gt; on Linux, etc. to flash the disk to an SD card. On Linux, &#039;&#039;&#039;&#039;&#039;IF&#039;&#039;&#039;&#039;&#039; the card is named /dev/sdx:&lt;br /&gt;
&lt;br /&gt;
 dd if=NOS9_6809_L2_v030300_f256_sd.dsk of=/dev/sdx&lt;br /&gt;
&lt;br /&gt;
Note:  &#039;&#039;&#039;This is just a sample command, your SD card is probably not named /dev/sdx&#039;&#039;&#039;.  Check and make sure you are writing to the correct device.  On Linux, type &amp;lt;code&amp;gt;lsblk&amp;lt;/code&amp;gt; in a terminal to find the correct device.  Substitute /dev/sdx in the above command with the correct device name for your SD card on your system.  Double check the device name to avoid catastrophic data loss.&lt;/div&gt;</summary>
		<author><name>104.61.174.70</name></author>
	</entry>
	<entry>
		<id>https://f256wiki.wildbitscomputing.com/index.php?title=OS-9&amp;diff=416</id>
		<title>OS-9</title>
		<link rel="alternate" type="text/html" href="https://f256wiki.wildbitscomputing.com/index.php?title=OS-9&amp;diff=416"/>
		<updated>2024-06-26T00:26:46Z</updated>

		<summary type="html">&lt;p&gt;104.61.174.70: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The FNX6809 combined with the F256 makes a great system for running OS-9/6809. [[wikipedia:OS-9|OS-9]] is a real-time, embedded operating system created by [[wikipedia:Microware|Microware Systems Corporation]]. While it was used in many areas of industry, home computer users know it best for its implementation on the [[wikipedia:TRS-80_Color_Computer|Tandy Color Computer]] sold by Radio Shack&lt;br /&gt;
&lt;br /&gt;
Today, a community effort has led to the creation of [https://github.com/nitros9project/nitros9 NitrOS-9], an open source version of the OS-9 operating system. Throughout this page, I&#039;ll refer to NitrOS-9 as OS-9.&lt;br /&gt;
&lt;br /&gt;
== A word about platforms ==&lt;br /&gt;
This page assumes you&#039;re running on Linux or macOS. If you&#039;re using Windows, someone will have to step up and write a document for that platform.&lt;br /&gt;
&lt;br /&gt;
== Foenix-specific tools ==&lt;br /&gt;
To get code into the F256, you need [https://github.com/pweingar/FoenixMgr FoenixMgr]. Download this package and follow the instructions to install it on your machine.&lt;br /&gt;
&lt;br /&gt;
Note, if you&#039;re using a Mac, you won&#039;t be able to upload code into the F256 due to the [https://www.maxlinear.com/support/design-tools/software-drivers driver manufacturer] being so behind on updates. I have a Linux VM and use FoenixMgr tools in bridge mode on there. This allows me to run the commands on my Mac and direct them to the Linux VM.&lt;br /&gt;
&lt;br /&gt;
== Cross-hosted software ==&lt;br /&gt;
Cross-hosted development is the fastest way to develop code for the F256. For this you need the following:&lt;br /&gt;
&lt;br /&gt;
* [http://www.lwtools.ca lwtools] - an assembler/linker package&lt;br /&gt;
* [https://github.com/nitros9project/toolshed ToolShed] - a set of tools for creating disk images&lt;br /&gt;
* [https://github.com/nitros9project/nitros9 NitrOS-9] - the NitrOS-9 operating system in source form&lt;br /&gt;
&lt;br /&gt;
You can pull these down individually, or better yet, use [https://github.com/strickyak @strickyak]&#039;s great [https://github.com/strickyak/coco-shelf/ CoCo Shelf repository]. It has a &amp;lt;code&amp;gt;Makefile&amp;lt;/code&amp;gt; which gets all of the above and puts it in a convenient location (note that you&#039;ll have to update your shell script of choice to include the locations of the binaries in the &amp;lt;code&amp;gt;PATH&amp;lt;/code&amp;gt; environment variable).&lt;br /&gt;
&lt;br /&gt;
Here are the commands to type at the terminal to pull down all the required software:&lt;br /&gt;
 &amp;lt;code&amp;gt;&lt;br /&gt;
cd&lt;br /&gt;
git clone &amp;lt;nowiki&amp;gt;https://github.com/strickyak/coco-shelf.git&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
cd coco-shelf&lt;br /&gt;
export PATH=$PATH:$HOME/coco-shelf/bin&lt;br /&gt;
make mirror-stuff done-lwtools done-cmoc done-toolshed done-nitros9&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Compiling OS-9 Level 2 ==&lt;br /&gt;
Note: This assumes you have already built the &#039;&#039;&#039;&#039;&#039;feu boot loader&#039;&#039;&#039;&#039;&#039; and flashed it to the F256. Compiling NitrOS-9 requires lwtools and ToolShed.&lt;br /&gt;
&lt;br /&gt;
==== Set the NITROS9DIR environment variable to the nitros9 directory ====&lt;br /&gt;
If you forget to do this, you will see an error when you compile like &amp;quot;*** No rule to make target &#039;/rules.mak&#039;.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 cd nitros9&lt;br /&gt;
 export NITROS9DIR=$PWD&lt;br /&gt;
&lt;br /&gt;
==== Build lib and Rogue (if you want to play Rogue) ====&lt;br /&gt;
From the nitros9 directory:&lt;br /&gt;
&lt;br /&gt;
 cd lib&lt;br /&gt;
 make&lt;br /&gt;
 cd ../3rdparty/packages/rogue&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
==== Build Level 2 Disk Image for the F256 ====&lt;br /&gt;
From the nitros9 directory:&lt;br /&gt;
&lt;br /&gt;
 cd level2/f256&lt;br /&gt;
 make dsk&lt;br /&gt;
&lt;br /&gt;
: Note: &#039;&#039;do not type&#039;&#039; &amp;lt;code&amp;gt;make&amp;lt;/code&amp;gt; &#039;&#039;in the root nitros9 directory.  The nitros9 directory contains builds for every version and build of NitrOS-9 (coco, coco3, etc.).  Make sure to invoke &#039;&#039;&amp;lt;code&amp;gt;make&amp;lt;/code&amp;gt; &#039;&#039;from the level2/f256 directory to avoid compiling every possible iteration of the system. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This will produce 2 disk images:&lt;br /&gt;
&lt;br /&gt;
 NOS9_6809_L2_v030300_f256_dw.dsk&lt;br /&gt;
 NOS9_6809_L2_v030300_f256_sd.dsk&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;dw&#039;&#039; disk image will boot from DriveWire (if you have installed an ESP32 or ESP8266 and have a DriveWire server).  The &#039;&#039;sd&#039;&#039; disk image will boot from the SD card. Use &amp;lt;code&amp;gt;dd&amp;lt;/code&amp;gt; on Linux, etc. to flash the disk to an SD card. On Linux, &#039;&#039;&#039;&#039;&#039;IF&#039;&#039;&#039;&#039;&#039; the card is named /dev/sdx:&lt;br /&gt;
&lt;br /&gt;
 dd if=NOS9_6809_L2_v030300_f256_sd.dsk of=/dev/sdx&lt;br /&gt;
&lt;br /&gt;
Note:  &#039;&#039;&#039;This is just a sample command, your SD card is probably not named /dev/sdx&#039;&#039;&#039;.  Check and make sure you are writing to the correct device.  On Linux, type &amp;lt;code&amp;gt;lsblk&amp;lt;/code&amp;gt; in a terminal to find the correct device.  Substitute /dev/sdx in the above command with the correct device name for your SD card on your system.  Double check the device name to avoid catastrophic data loss.&lt;/div&gt;</summary>
		<author><name>104.61.174.70</name></author>
	</entry>
	<entry>
		<id>https://f256wiki.wildbitscomputing.com/index.php?title=OS-9&amp;diff=237</id>
		<title>OS-9</title>
		<link rel="alternate" type="text/html" href="https://f256wiki.wildbitscomputing.com/index.php?title=OS-9&amp;diff=237"/>
		<updated>2024-01-28T17:27:07Z</updated>

		<summary type="html">&lt;p&gt;104.61.174.70: /* Compiling OS-9 Level 2 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The FNX6809 combined with the F256 makes a great system for running OS-9/6809. [[wikipedia:OS-9|OS-9]] is a real-time, embedded operating system created by [[wikipedia:Microware|Microware Systems Corporation]]. While it was used in many areas of industry, home computer users know it best for its implementation on the [[wikipedia:TRS-80_Color_Computer|Tandy Color Computer]] sold by Radio Shack&lt;br /&gt;
&lt;br /&gt;
Today, a community effort has led to the creation of [https://github.com/nitros9project/nitros9 NitrOS-9], an open source version of the OS-9 operating system. Throughout this page, I&#039;ll refer to NitrOS-9 as OS-9.&lt;br /&gt;
&lt;br /&gt;
== A word about platforms ==&lt;br /&gt;
This page assumes you&#039;re running on Linux or macOS. If you&#039;re using Windows, someone will have to step up and write a document for that platform.&lt;br /&gt;
&lt;br /&gt;
== Foenix-specific tools ==&lt;br /&gt;
To get code into the F256, you need [https://github.com/pweingar/FoenixMgr FoenixMgr]. Download this package and follow the instructions to install it on your machine.&lt;br /&gt;
&lt;br /&gt;
Note, if you&#039;re using a Mac, you won&#039;t be able to upload code into the F256 due to the [https://www.maxlinear.com/support/design-tools/software-drivers driver manufacturer] being so behind on updates. I have a Linux VM and use FoenixMgr tools in bridge mode on there. This allows me to run the commands on my Mac and direct them to the Linux VM.&lt;br /&gt;
&lt;br /&gt;
== Cross-hosted software ==&lt;br /&gt;
Cross-hosted development is the fastest way to develop code for the F256. For this you need the following:&lt;br /&gt;
&lt;br /&gt;
* [http://www.lwtools.ca lwtools] - an assembler/linker package&lt;br /&gt;
* [https://github.com/nitros9project/toolshed ToolShed] - a set of tools for creating disk images&lt;br /&gt;
* [https://github.com/nitros9project/nitros9 NitrOS-9] - the NitrOS-9 operating system in source form&lt;br /&gt;
&lt;br /&gt;
You can pull these down individually, or better yet, use [https://github.com/strickyak @strickyak]&#039;s great [https://github.com/strickyak/coco-shelf/ CoCo Shelf repository]. It has a &amp;lt;code&amp;gt;Makefile&amp;lt;/code&amp;gt; which gets all of the above and puts it in a convenient location (note that you&#039;ll have to update your shell script of choice to include the locations of the binaries in the &amp;lt;code&amp;gt;PATH&amp;lt;/code&amp;gt; environment variable).&lt;br /&gt;
&lt;br /&gt;
Here are the commands to type at the terminal to pull down all the required software:&lt;br /&gt;
 &amp;lt;code&amp;gt;cd&lt;br /&gt;
 git clone &amp;lt;nowiki&amp;gt;https://github.com/strickyak/coco-shelf.git&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 cd coco-shelf&lt;br /&gt;
 export PATH=$PATH:$HOME/coco-shelf/bin&lt;br /&gt;
 make mirror-stuff done-lwtools done-cmoc done-toolshed done-nitros9&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Compiling OS-9 Level 2 ==&lt;br /&gt;
Note: This assumes you have already built the &#039;&#039;&#039;&#039;&#039;feu boot loader&#039;&#039;&#039;&#039;&#039; and flashed it to the F256. Compiling NitrOS-9 requires lwtools and ToolShed.&lt;br /&gt;
&lt;br /&gt;
==== Set the NITROS9DIR environment variable to the nitros9 directory ====&lt;br /&gt;
If you forget to do this, you will see an error when you compile like &amp;quot;*** No rule to make target &#039;/rules.mak&#039;.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 cd nitros9&lt;br /&gt;
 export NITROS9DIR=$PWD&lt;br /&gt;
&lt;br /&gt;
==== Build lib and Rogue (if you want to play Rogue) ====&lt;br /&gt;
From the nitros9 directory:&lt;br /&gt;
&lt;br /&gt;
 cd lib&lt;br /&gt;
 make&lt;br /&gt;
 cd ../3rdparty/packages/rogue&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
==== Build Level 2 Disk Image for the F256 ====&lt;br /&gt;
From the nitros9 directory:&lt;br /&gt;
&lt;br /&gt;
 cd level2/f256&lt;br /&gt;
 make dsk&lt;br /&gt;
&lt;br /&gt;
: Note: &#039;&#039;do not type&#039;&#039; &amp;lt;code&amp;gt;make&amp;lt;/code&amp;gt; &#039;&#039;in the root nitros9 directory.  The nitros9 directory contains builds for every version and build of NitrOS-9 (coco, coco3, etc.).  Make sure to invoke &#039;&#039;&amp;lt;code&amp;gt;make&amp;lt;/code&amp;gt; &#039;&#039;from the level2/f256 directory to avoid compiling every possible iteration of the system. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This will produce 2 disk images:&lt;br /&gt;
&lt;br /&gt;
 NOS9_6809_L2_v030300_f256_dw.dsk&lt;br /&gt;
 NOS9_6809_L2_v030300_f256_sd.dsk&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;dw&#039;&#039; disk image will boot from DriveWire (if you have installed an ESP32 or ESP8266 and have a DriveWire server).  The &#039;&#039;sd&#039;&#039; disk image will boot from the SD card. Use &amp;lt;code&amp;gt;dd&amp;lt;/code&amp;gt; on Linux, etc. to flash the disk to an SD card. On Linux, &#039;&#039;&#039;&#039;&#039;IF&#039;&#039;&#039;&#039;&#039; the card is named /dev/sdx:&lt;br /&gt;
&lt;br /&gt;
 dd if=NOS9_6809_L2_v030300_f256_sd.dsk of=/dev/sdx&lt;br /&gt;
&lt;br /&gt;
Note:  &#039;&#039;&#039;This is just a sample command, your SD card is probably not named /dev/sdx&#039;&#039;&#039;.  Check and make sure you are writing to the correct device.  On Linux, type &amp;lt;code&amp;gt;lsblk&amp;lt;/code&amp;gt; in a terminal to find the correct device.  Substitute /dev/sdx in the above command with the correct device name for your SD card on your system.  Double check the device name to avoid catastrophic data loss.&lt;/div&gt;</summary>
		<author><name>104.61.174.70</name></author>
	</entry>
	<entry>
		<id>https://f256wiki.wildbitscomputing.com/index.php?title=OS-9&amp;diff=236</id>
		<title>OS-9</title>
		<link rel="alternate" type="text/html" href="https://f256wiki.wildbitscomputing.com/index.php?title=OS-9&amp;diff=236"/>
		<updated>2024-01-28T17:26:40Z</updated>

		<summary type="html">&lt;p&gt;104.61.174.70: /* Build Level 2 Disk Image for the F256 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The FNX6809 combined with the F256 makes a great system for running OS-9/6809. [[wikipedia:OS-9|OS-9]] is a real-time, embedded operating system created by [[wikipedia:Microware|Microware Systems Corporation]]. While it was used in many areas of industry, home computer users know it best for its implementation on the [[wikipedia:TRS-80_Color_Computer|Tandy Color Computer]] sold by Radio Shack&lt;br /&gt;
&lt;br /&gt;
Today, a community effort has led to the creation of [https://github.com/nitros9project/nitros9 NitrOS-9], an open source version of the OS-9 operating system. Throughout this page, I&#039;ll refer to NitrOS-9 as OS-9.&lt;br /&gt;
&lt;br /&gt;
== A word about platforms ==&lt;br /&gt;
This page assumes you&#039;re running on Linux or macOS. If you&#039;re using Windows, someone will have to step up and write a document for that platform.&lt;br /&gt;
&lt;br /&gt;
== Foenix-specific tools ==&lt;br /&gt;
To get code into the F256, you need [https://github.com/pweingar/FoenixMgr FoenixMgr]. Download this package and follow the instructions to install it on your machine.&lt;br /&gt;
&lt;br /&gt;
Note, if you&#039;re using a Mac, you won&#039;t be able to upload code into the F256 due to the [https://www.maxlinear.com/support/design-tools/software-drivers driver manufacturer] being so behind on updates. I have a Linux VM and use FoenixMgr tools in bridge mode on there. This allows me to run the commands on my Mac and direct them to the Linux VM.&lt;br /&gt;
&lt;br /&gt;
== Cross-hosted software ==&lt;br /&gt;
Cross-hosted development is the fastest way to develop code for the F256. For this you need the following:&lt;br /&gt;
&lt;br /&gt;
* [http://www.lwtools.ca lwtools] - an assembler/linker package&lt;br /&gt;
* [https://github.com/nitros9project/toolshed ToolShed] - a set of tools for creating disk images&lt;br /&gt;
* [https://github.com/nitros9project/nitros9 NitrOS-9] - the NitrOS-9 operating system in source form&lt;br /&gt;
&lt;br /&gt;
You can pull these down individually, or better yet, use [https://github.com/strickyak @strickyak]&#039;s great [https://github.com/strickyak/coco-shelf/ CoCo Shelf repository]. It has a &amp;lt;code&amp;gt;Makefile&amp;lt;/code&amp;gt; which gets all of the above and puts it in a convenient location (note that you&#039;ll have to update your shell script of choice to include the locations of the binaries in the &amp;lt;code&amp;gt;PATH&amp;lt;/code&amp;gt; environment variable).&lt;br /&gt;
&lt;br /&gt;
Here are the commands to type at the terminal to pull down all the required software:&lt;br /&gt;
 &amp;lt;code&amp;gt;cd&lt;br /&gt;
 git clone &amp;lt;nowiki&amp;gt;https://github.com/strickyak/coco-shelf.git&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 cd coco-shelf&lt;br /&gt;
 export PATH=$PATH:$HOME/coco-shelf/bin&lt;br /&gt;
 make mirror-stuff done-lwtools done-cmoc done-toolshed done-nitros9&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Compiling OS-9 Level 2 ==&lt;br /&gt;
Note: This assumes you have already built the &#039;&#039;&#039;&#039;&#039;feu boot loader&#039;&#039;&#039;&#039;&#039; and flashed it to the F256. Compiling NitrOS-9 requires lwtools and ToolShed.&lt;br /&gt;
&lt;br /&gt;
==== Set the NITROS9DIR environment variable to the nitros9 directory ====&lt;br /&gt;
If you forget to do this, you will see an error when you compile like &amp;quot;*** No rule to make target &#039;/rules.mak&#039;.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 cd nitros9&lt;br /&gt;
 export NITROS9DIR=$PWD&lt;br /&gt;
&lt;br /&gt;
==== Build lib and Rogue (if you want to play Rogue) ====&lt;br /&gt;
From the nitros9 directory:&lt;br /&gt;
&lt;br /&gt;
 cd lib&lt;br /&gt;
 make&lt;br /&gt;
 cd ../3rdparty/packages/rogue&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
==== Build Level 2 Disk Image for the F256 ====&lt;br /&gt;
From the nitros9 directory:&lt;br /&gt;
&lt;br /&gt;
 cd level2/f256&lt;br /&gt;
 make dsk&lt;br /&gt;
&lt;br /&gt;
: Note: &#039;&#039;do not type&#039;&#039; &amp;lt;code&amp;gt;make&amp;lt;/code&amp;gt; &#039;&#039;in the root nitros9 directory.  The nitros9 directory contains builds for every version and build of NitrOS-9 (coco, coco3, etc.).  Make sure to invoke &#039;&#039;&amp;lt;code&amp;gt;make&amp;lt;/code&amp;gt; &#039;&#039;from the level2/f256 directory to avoid compiling every possible iteration of the system. &#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This will produce 2 disk images:&lt;br /&gt;
&lt;br /&gt;
 NOS9_6809_L2_v030300_f256_dw.dsk&lt;br /&gt;
 NOS9_6809_L2_v030300_f256_sd.dsk&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;dw&#039;&#039; disk image will boot from DriveWire (if you have installed an ESP32 or ESP8266 and have a DriveWire server).  The &#039;&#039;sd&#039;&#039; disk image will boot from the SD card. Use dd on Linux, etc. to flash the disk to an SD card. On Linux, &#039;&#039;&#039;&#039;&#039;IF&#039;&#039;&#039;&#039;&#039; the card is named /dev/sdx:&lt;br /&gt;
&lt;br /&gt;
 dd if=NOS9_6809_L2_v030300_f256_sd.dsk of=/dev/sdx&lt;br /&gt;
&lt;br /&gt;
Note:  &#039;&#039;&#039;This is just a sample command, your SD card is probably not named /dev/sdx&#039;&#039;&#039;.  Check and make sure you are writing to the correct device.  On Linux, type &amp;lt;code&amp;gt;lsblk&amp;lt;/code&amp;gt; in a terminal to find the correct device.  Substitute /dev/sdx in the above command with the correct device name for your SD card on your system.  Double check the device name to avoid catastrophic data loss.&lt;/div&gt;</summary>
		<author><name>104.61.174.70</name></author>
	</entry>
	<entry>
		<id>https://f256wiki.wildbitscomputing.com/index.php?title=OS-9&amp;diff=80</id>
		<title>OS-9</title>
		<link rel="alternate" type="text/html" href="https://f256wiki.wildbitscomputing.com/index.php?title=OS-9&amp;diff=80"/>
		<updated>2023-12-17T19:46:42Z</updated>

		<summary type="html">&lt;p&gt;104.61.174.70: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The FNX6809 combined with the F256 makes a great system for running OS-9/6809. [[wikipedia:OS-9|OS-9]] is a real-time, embedded operating system created by [[wikipedia:Microware|Microware Systems Corporation]]. While it was used in many areas of industry, home computer users know it best for its implementation on the [[wikipedia:TRS-80_Color_Computer|Tandy Color Computer]] sold by Radio Shack&lt;br /&gt;
&lt;br /&gt;
Today, a community effort has led to the creation of [https://github.com/nitros9project/nitros9 NitrOS-9], an open source version of the OS-9 operating system. Throughout this page, I&#039;ll refer to NitrOS-9 as OS-9.&lt;br /&gt;
&lt;br /&gt;
== A word about platforms ==&lt;br /&gt;
This page assumes you&#039;re running on Linux or macOS. If you&#039;re using Windows, someone will have to step up and write a document for that platform.&lt;br /&gt;
&lt;br /&gt;
== Foenix-specific tools ==&lt;br /&gt;
To get code into the F256, you need [https://github.com/pweingar/FoenixMgr FoenixMgr]. Download this package and follow the instructions to install it on your machine.&lt;br /&gt;
&lt;br /&gt;
Note, if you&#039;re using a Mac, you won&#039;t be able to upload code into the F256 due to the [https://www.maxlinear.com/support/design-tools/software-drivers driver manufacturer] being so behind on updates. I have a Linux VM and use FoenixMgr tools in bridge mode on there. This allows me to run the commands on my Mac and direct them to the Linux VM.&lt;br /&gt;
&lt;br /&gt;
== Cross-hosted software ==&lt;br /&gt;
Cross-hosted development is the fastest way to develop code for the F256. For this you need the following:&lt;br /&gt;
&lt;br /&gt;
* [http://www.lwtools.ca lwtools] - an assembler/linker package&lt;br /&gt;
* [https://github.com/nitros9project/toolshed ToolShed] - a set of tools for creating disk images&lt;br /&gt;
* [https://github.com/nitros9project/nitros9 NitrOS-9] - the NitrOS-9 operating system in source form&lt;br /&gt;
&lt;br /&gt;
You can pull these down individually, or better yet, use [https://github.com/strickyak @strickyak]&#039;s great [https://github.com/strickyak/coco-shelf/ CoCo Shelf repository]. It has a &amp;lt;code&amp;gt;Makefile&amp;lt;/code&amp;gt; which gets all of the above and puts it in a convenient location (note that you&#039;ll have to update your shell script of choice to include the locations of the binaries in the &amp;lt;code&amp;gt;PATH&amp;lt;/code&amp;gt; environment variable).&lt;br /&gt;
&lt;br /&gt;
Here are the commands to type at the terminal to pull down all the required software:&lt;br /&gt;
 &amp;lt;code&amp;gt;cd&lt;br /&gt;
 git clone &amp;lt;nowiki&amp;gt;https://github.com/strickyak/coco-shelf.git&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 cd coco-shelf&lt;br /&gt;
 export PATH=$PATH:$HOME/coco-shelf/bin&lt;br /&gt;
 make mirror-stuff done-lwtools done-cmoc done-toolshed done-nitros9&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>104.61.174.70</name></author>
	</entry>
	<entry>
		<id>https://f256wiki.wildbitscomputing.com/index.php?title=OS-9&amp;diff=37</id>
		<title>OS-9</title>
		<link rel="alternate" type="text/html" href="https://f256wiki.wildbitscomputing.com/index.php?title=OS-9&amp;diff=37"/>
		<updated>2023-12-15T02:45:10Z</updated>

		<summary type="html">&lt;p&gt;104.61.174.70: /* Cross-hosted software */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The FNX6809 combined with the F256 makes a great system for running OS-9/6809. [[wikipedia:OS-9|OS-9]] was a real-time, embedded operating system created by [[wikipedia:Microware|Microware Systems Corporation]]. While it was used in many areas of industry, home computer users know it best for its implementation on the [[wikipedia:TRS-80_Color_Computer|Tandy Color Computer]] sold by Radio Shack&lt;br /&gt;
&lt;br /&gt;
Today, a community effort has led to the creation of [https://github.com/nitros9project/nitros9 NitrOS-9], an open source version of the OS-9 operating system. Throughout this page, I&#039;ll refer to NitrOS-9 as OS-9.&lt;br /&gt;
&lt;br /&gt;
== A word about platforms ==&lt;br /&gt;
This page assumes you&#039;re running on Linux or macOS. If you&#039;re using Windows, someone will have to step up and write a document for that platform.&lt;br /&gt;
&lt;br /&gt;
== Foenix-specific tools ==&lt;br /&gt;
To get code into the F256, you need [https://github.com/pweingar/FoenixMgr FoenixMgr]. Download this package and follow the instructions to install it on your machine.&lt;br /&gt;
&lt;br /&gt;
Note, if you&#039;re using a Mac, you won&#039;t be able to upload code into the F256 due to the [https://www.maxlinear.com/support/design-tools/software-drivers driver manufacturer] being so behind on updates. I have a Linux VM and use FoenixMgr tools in bridge mode on there. This allows me to run the commands on my Mac and direct them to the Linux VM.&lt;br /&gt;
&lt;br /&gt;
== Cross-hosted software ==&lt;br /&gt;
Cross-hosted development is the fastest way to develop code for the F256. For this you need the following:&lt;br /&gt;
&lt;br /&gt;
* [http://www.lwtools.ca lwtools] - an assembler/linker package&lt;br /&gt;
* [https://github.com/nitros9project/toolshed ToolShed] - a set of tools for creating disk images&lt;br /&gt;
* [https://github.com/nitros9project/nitros9 NitrOS-9] - the NitrOS-9 operating system in source form&lt;br /&gt;
&lt;br /&gt;
You can pull these down individually, or better yet, use [https://github.com/strickyak @strickyak]&#039;s great [https://github.com/strickyak/coco-shelf/ CoCo Shelf repository]. It has a &amp;lt;code&amp;gt;Makefile&amp;lt;/code&amp;gt; which gets all of the above and puts it in a convenient location (note that you&#039;ll have to update your shell script of choice to include the locations of the binaries in the &amp;lt;code&amp;gt;PATH&amp;lt;/code&amp;gt; environment variable).&lt;br /&gt;
&lt;br /&gt;
Here are the commands to type at the terminal to pull down all the required software:&lt;br /&gt;
 &amp;lt;code&amp;gt;cd&lt;br /&gt;
 git clone &amp;lt;nowiki&amp;gt;https://github.com/strickyak/coco-shelf.git&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 cd coco-shelf&lt;br /&gt;
 export PATH=$PATH:$HOME/coco-shelf/bin&lt;br /&gt;
 make mirror-stuff done-lwtools done-cmoc done-toolshed done-nitros9&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>104.61.174.70</name></author>
	</entry>
	<entry>
		<id>https://f256wiki.wildbitscomputing.com/index.php?title=OS-9&amp;diff=36</id>
		<title>OS-9</title>
		<link rel="alternate" type="text/html" href="https://f256wiki.wildbitscomputing.com/index.php?title=OS-9&amp;diff=36"/>
		<updated>2023-12-15T02:44:22Z</updated>

		<summary type="html">&lt;p&gt;104.61.174.70: /* Cross-hosted software */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The FNX6809 combined with the F256 makes a great system for running OS-9/6809. [[wikipedia:OS-9|OS-9]] was a real-time, embedded operating system created by [[wikipedia:Microware|Microware Systems Corporation]]. While it was used in many areas of industry, home computer users know it best for its implementation on the [[wikipedia:TRS-80_Color_Computer|Tandy Color Computer]] sold by Radio Shack&lt;br /&gt;
&lt;br /&gt;
Today, a community effort has led to the creation of [https://github.com/nitros9project/nitros9 NitrOS-9], an open source version of the OS-9 operating system. Throughout this page, I&#039;ll refer to NitrOS-9 as OS-9.&lt;br /&gt;
&lt;br /&gt;
== A word about platforms ==&lt;br /&gt;
This page assumes you&#039;re running on Linux or macOS. If you&#039;re using Windows, someone will have to step up and write a document for that platform.&lt;br /&gt;
&lt;br /&gt;
== Foenix-specific tools ==&lt;br /&gt;
To get code into the F256, you need [https://github.com/pweingar/FoenixMgr FoenixMgr]. Download this package and follow the instructions to install it on your machine.&lt;br /&gt;
&lt;br /&gt;
Note, if you&#039;re using a Mac, you won&#039;t be able to upload code into the F256 due to the [https://www.maxlinear.com/support/design-tools/software-drivers driver manufacturer] being so behind on updates. I have a Linux VM and use FoenixMgr tools in bridge mode on there. This allows me to run the commands on my Mac and direct them to the Linux VM.&lt;br /&gt;
&lt;br /&gt;
== Cross-hosted software ==&lt;br /&gt;
Cross-hosted development is the fastest way to develop code for the F256. For this you need the following:&lt;br /&gt;
&lt;br /&gt;
* [http://www.lwtools.ca lwtools] - an assembler/linker package&lt;br /&gt;
* [https://github.com/nitros9project/toolshed ToolShed] - a set of tools for creating disk images&lt;br /&gt;
* [https://github.com/nitros9project/nitros9 NitrOS-9] - the NitrOS-9 operating system in source form&lt;br /&gt;
&lt;br /&gt;
You can pull these down individually, or better yet, use [https://github.com/strickyak @strickyak]&#039;s great [https://github.com/strickyak/coco-shelf/ CoCo Shelf repository]. It has a &amp;lt;code&amp;gt;Makefile&amp;lt;/code&amp;gt; which gets all of the above and puts it in a convenient location (note that you&#039;ll have to update your shell script of choice to include the locations of the binaries in the &amp;lt;code&amp;gt;PATH&amp;lt;/code&amp;gt; environment variable).&lt;br /&gt;
&lt;br /&gt;
Here are the commands to type at the terminal to pull down all the required software:&lt;br /&gt;
 &amp;lt;code&amp;gt;&lt;br /&gt;
 cd&lt;br /&gt;
 git clone &amp;lt;nowiki&amp;gt;https://github.com/strickyak/coco-shelf.git&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 cd coco-shelf&lt;br /&gt;
 export PATH=$PATH:$HOME/coco-shelf/bin&lt;br /&gt;
 make mirror-stuff done-lwtools done-cmoc done-toolshed done-nitros9&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>104.61.174.70</name></author>
	</entry>
	<entry>
		<id>https://f256wiki.wildbitscomputing.com/index.php?title=OS-9&amp;diff=35</id>
		<title>OS-9</title>
		<link rel="alternate" type="text/html" href="https://f256wiki.wildbitscomputing.com/index.php?title=OS-9&amp;diff=35"/>
		<updated>2023-12-15T02:43:28Z</updated>

		<summary type="html">&lt;p&gt;104.61.174.70: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The FNX6809 combined with the F256 makes a great system for running OS-9/6809. [[wikipedia:OS-9|OS-9]] was a real-time, embedded operating system created by [[wikipedia:Microware|Microware Systems Corporation]]. While it was used in many areas of industry, home computer users know it best for its implementation on the [[wikipedia:TRS-80_Color_Computer|Tandy Color Computer]] sold by Radio Shack&lt;br /&gt;
&lt;br /&gt;
Today, a community effort has led to the creation of [https://github.com/nitros9project/nitros9 NitrOS-9], an open source version of the OS-9 operating system. Throughout this page, I&#039;ll refer to NitrOS-9 as OS-9.&lt;br /&gt;
&lt;br /&gt;
== A word about platforms ==&lt;br /&gt;
This page assumes you&#039;re running on Linux or macOS. If you&#039;re using Windows, someone will have to step up and write a document for that platform.&lt;br /&gt;
&lt;br /&gt;
== Foenix-specific tools ==&lt;br /&gt;
To get code into the F256, you need [https://github.com/pweingar/FoenixMgr FoenixMgr]. Download this package and follow the instructions to install it on your machine.&lt;br /&gt;
&lt;br /&gt;
Note, if you&#039;re using a Mac, you won&#039;t be able to upload code into the F256 due to the [https://www.maxlinear.com/support/design-tools/software-drivers driver manufacturer] being so behind on updates. I have a Linux VM and use FoenixMgr tools in bridge mode on there. This allows me to run the commands on my Mac and direct them to the Linux VM.&lt;br /&gt;
&lt;br /&gt;
== Cross-hosted software ==&lt;br /&gt;
Cross-hosted development is the fastest way to develop code for the F256. For this you need the following:&lt;br /&gt;
&lt;br /&gt;
* [http://www.lwtools.ca lwtools] - an assembler/linker package&lt;br /&gt;
* [https://github.com/nitros9project/toolshed ToolShed] - a set of tools for creating disk images&lt;br /&gt;
* [https://github.com/nitros9project/nitros9 NitrOS-9] - the NitrOS-9 operating system in source form&lt;br /&gt;
&lt;br /&gt;
You can pull these down individually, or better yet, use [https://github.com/strickyak @strickyak]&#039;s great [https://github.com/strickyak/coco-shelf/ CoCo Shelf repository]. It has a &amp;lt;code&amp;gt;Makefile&amp;lt;/code&amp;gt; which gets all of the above and puts it in a convenient location (note that you&#039;ll have to update your shell script of choice to include the locations of the binaries in the &amp;lt;code&amp;gt;PATH&amp;lt;/code&amp;gt; environment variable).&lt;br /&gt;
&lt;br /&gt;
Here are the commands to type at the terminal to pull down all the required software:&lt;br /&gt;
 &amp;lt;code&amp;gt;cd&lt;br /&gt;
 git clone &amp;lt;nowiki&amp;gt;https://github.com/strickyak/coco-shelf.git&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 cd coco-shelf&lt;br /&gt;
 export PATH=$PATH:$HOME/coco-shelf/bin&lt;br /&gt;
 make mirror-stuff done-lwtools done-cmoc done-toolshed done-nitros9&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>104.61.174.70</name></author>
	</entry>
	<entry>
		<id>https://f256wiki.wildbitscomputing.com/index.php?title=OS-9&amp;diff=34</id>
		<title>OS-9</title>
		<link rel="alternate" type="text/html" href="https://f256wiki.wildbitscomputing.com/index.php?title=OS-9&amp;diff=34"/>
		<updated>2023-12-15T02:42:59Z</updated>

		<summary type="html">&lt;p&gt;104.61.174.70: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The FNX6809 combined with the F256 makes a great system for running OS-9/6809. [[wikipedia:OS-9|OS-9]] was a real-time, embedded operating system created by [[wikipedia:Microware|Microware Systems Corporation]]. While it was used in many areas of industry, home computer users know it best for its implementation on the [[wikipedia:TRS-80_Color_Computer|Tandy Color Computer]] sold by Radio Shack&lt;br /&gt;
&lt;br /&gt;
Today, a community effort has led to the creation of [https://github.com/nitros9project/nitros9 NitrOS-9], an open source version of the OS-9 operating system. Throughout this document, I&#039;ll refer to NitrOS-9 as OS-9.&lt;br /&gt;
&lt;br /&gt;
== A word about platforms ==&lt;br /&gt;
This document assumes you&#039;re running on Linux or macOS. If you&#039;re using Windows, someone will have to step up and write a document for that platform.&lt;br /&gt;
&lt;br /&gt;
== Foenix-specific tools ==&lt;br /&gt;
To get code into the F256, you need [https://github.com/pweingar/FoenixMgr FoenixMgr]. Download this package and follow the instructions to install it on your machine.&lt;br /&gt;
&lt;br /&gt;
Note, if you&#039;re using a Mac, you won&#039;t be able to upload code into the F256 due to the [https://www.maxlinear.com/support/design-tools/software-drivers driver manufacturer] being so behind on updates. I have a Linux VM and use FoenixMgr tools in bridge mode on there. This allows me to run the commands on my Mac and direct them to the Linux VM.&lt;br /&gt;
&lt;br /&gt;
== Cross-hosted software ==&lt;br /&gt;
Cross-hosted development is the fastest way to develop code for the F256. For this you need the following:&lt;br /&gt;
&lt;br /&gt;
* [http://www.lwtools.ca lwtools] - an assembler/linker package&lt;br /&gt;
* [https://github.com/nitros9project/toolshed ToolShed] - a set of tools for creating disk images&lt;br /&gt;
* [https://github.com/nitros9project/nitros9 NitrOS-9] - the NitrOS-9 operating system in source form&lt;br /&gt;
&lt;br /&gt;
You can pull these down individually, or better yet, use [https://github.com/strickyak @strickyak]&#039;s great [https://github.com/strickyak/coco-shelf/ CoCo Shelf repository]. It has a &amp;lt;code&amp;gt;Makefile&amp;lt;/code&amp;gt; which gets all of the above and puts it in a convenient location (note that you&#039;ll have to update your shell script of choice to include the locations of the binaries in the &amp;lt;code&amp;gt;PATH&amp;lt;/code&amp;gt; environment variable).&lt;br /&gt;
&lt;br /&gt;
Here are the commands to type at the terminal to pull down all the required software:&lt;br /&gt;
 &amp;lt;code&amp;gt;cd&lt;br /&gt;
 git clone &amp;lt;nowiki&amp;gt;https://github.com/strickyak/coco-shelf.git&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 cd coco-shelf&lt;br /&gt;
 export PATH=$PATH:$HOME/coco-shelf/bin&lt;br /&gt;
 make mirror-stuff done-lwtools done-cmoc done-toolshed done-nitros9&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>104.61.174.70</name></author>
	</entry>
	<entry>
		<id>https://f256wiki.wildbitscomputing.com/index.php?title=OS-9&amp;diff=33</id>
		<title>OS-9</title>
		<link rel="alternate" type="text/html" href="https://f256wiki.wildbitscomputing.com/index.php?title=OS-9&amp;diff=33"/>
		<updated>2023-12-15T02:38:39Z</updated>

		<summary type="html">&lt;p&gt;104.61.174.70: /* Foenix-specific tools */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
OS-9 is a 6809-based operating system that is well-known on the Tandy Color Computer. Its open-source successor, NitrOS-9, is now running on the Foenix F256. For all intents and purposes, OS-9 and NitrOS-9 are interchangeable.&lt;br /&gt;
&lt;br /&gt;
The FNX6809 combined with the F256 makes a great system for running OS-9/6809. OS-9 was a real-time, embedded operating system created by Microware Systems Corporation. While it was used in many areas of industry, home computer users know it best for its implementation on the Tandy Color Computer sold by Radio Shack&lt;br /&gt;
&lt;br /&gt;
Today, a community effort has led to the creation of NitrOS-9, an open source version of the OS-9 operating system. Throughout this document, I&#039;ll refer to NitrOS-9 as OS-9.&lt;br /&gt;
&lt;br /&gt;
== A word about platforms ==&lt;br /&gt;
This document assumes you&#039;re running on Linux or macOS. If you&#039;re using Windows, someone will have to step up and write a document for that platform.&lt;br /&gt;
&lt;br /&gt;
== Foenix-specific tools ==&lt;br /&gt;
To get code into the F256, you need [https://github.com/pweingar/FoenixMgr FoenixMgr]. Download this package and follow the instructions to install it on your machine.&lt;br /&gt;
&lt;br /&gt;
Note, if you&#039;re using a Mac, you won&#039;t be able to upload code into the F256 due to the driver manufacturer being so behind on updates. I have a Linux VM and use FoenixMgr tools in bridge mode on there. This allows me to run the commands on my Mac and direct them to the Linux VM.&lt;br /&gt;
&lt;br /&gt;
== Cross-hosted software ==&lt;br /&gt;
Cross-hosted development is the fastest way to develop code for the F256. For this you need the following:&lt;br /&gt;
&lt;br /&gt;
* lwtools - an assembler/linker package&lt;br /&gt;
* ToolShed - a set of tools for creating disk images&lt;br /&gt;
* NitrOS-9 - the NitrOS-9 operating system in source form&lt;br /&gt;
&lt;br /&gt;
You can pull these down individually, or better yet, this fork of @strickyak&#039;s great CoCo Shelf repository. It has a &amp;lt;code&amp;gt;Makefile&amp;lt;/code&amp;gt; which gets all of the above and puts it in a convenient location (note that you&#039;ll have to update your shell script of choice to include the locations of the binaries in the &amp;lt;code&amp;gt;PATH&amp;lt;/code&amp;gt; environment variable).&lt;br /&gt;
&lt;br /&gt;
Here are the commands to type at the terminal to pull down all the required software:&lt;br /&gt;
 &amp;lt;code&amp;gt;cd&lt;br /&gt;
 git clone &amp;lt;nowiki&amp;gt;https://github.com/strickyak/coco-shelf.git&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 cd coco-shelf&lt;br /&gt;
 export PATH=$PATH:$HOME/coco-shelf/bin&lt;br /&gt;
 make mirror-stuff done-lwtools done-cmoc done-toolshed done-nitros9&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>104.61.174.70</name></author>
	</entry>
	<entry>
		<id>https://f256wiki.wildbitscomputing.com/index.php?title=OS-9&amp;diff=32</id>
		<title>OS-9</title>
		<link rel="alternate" type="text/html" href="https://f256wiki.wildbitscomputing.com/index.php?title=OS-9&amp;diff=32"/>
		<updated>2023-12-15T02:37:39Z</updated>

		<summary type="html">&lt;p&gt;104.61.174.70: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
OS-9 is a 6809-based operating system that is well-known on the Tandy Color Computer. Its open-source successor, NitrOS-9, is now running on the Foenix F256. For all intents and purposes, OS-9 and NitrOS-9 are interchangeable.&lt;br /&gt;
&lt;br /&gt;
The FNX6809 combined with the F256 makes a great system for running OS-9/6809. OS-9 was a real-time, embedded operating system created by Microware Systems Corporation. While it was used in many areas of industry, home computer users know it best for its implementation on the Tandy Color Computer sold by Radio Shack&lt;br /&gt;
&lt;br /&gt;
Today, a community effort has led to the creation of NitrOS-9, an open source version of the OS-9 operating system. Throughout this document, I&#039;ll refer to NitrOS-9 as OS-9.&lt;br /&gt;
&lt;br /&gt;
== A word about platforms ==&lt;br /&gt;
This document assumes you&#039;re running on Linux or macOS. If you&#039;re using Windows, someone will have to step up and write a document for that platform.&lt;br /&gt;
&lt;br /&gt;
== Foenix-specific tools ==&lt;br /&gt;
To get code into the F256, you need FoenixMgr. Download this package and follow the instructions to install it on your machine.&lt;br /&gt;
&lt;br /&gt;
Note, if you&#039;re using a Mac, you won&#039;t be able to upload code into the F256 due to the driver manufacturer being so behind on updates. I have a Linux VM and use FoenixMgr tools in bridge mode on there. This allows me to run the commands on my Mac and direct them to the Linux VM.&lt;br /&gt;
&lt;br /&gt;
== Cross-hosted software ==&lt;br /&gt;
Cross-hosted development is the fastest way to develop code for the F256. For this you need the following:&lt;br /&gt;
&lt;br /&gt;
* lwtools - an assembler/linker package&lt;br /&gt;
* ToolShed - a set of tools for creating disk images&lt;br /&gt;
* NitrOS-9 - the NitrOS-9 operating system in source form&lt;br /&gt;
&lt;br /&gt;
You can pull these down individually, or better yet, this fork of @strickyak&#039;s great CoCo Shelf repository. It has a &amp;lt;code&amp;gt;Makefile&amp;lt;/code&amp;gt; which gets all of the above and puts it in a convenient location (note that you&#039;ll have to update your shell script of choice to include the locations of the binaries in the &amp;lt;code&amp;gt;PATH&amp;lt;/code&amp;gt; environment variable).&lt;br /&gt;
&lt;br /&gt;
Here are the commands to type at the terminal to pull down all the required software:&lt;br /&gt;
 &amp;lt;code&amp;gt;cd&lt;br /&gt;
 git clone &amp;lt;nowiki&amp;gt;https://github.com/strickyak/coco-shelf.git&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
 cd coco-shelf&lt;br /&gt;
 export PATH=$PATH:$HOME/coco-shelf/bin&lt;br /&gt;
 make mirror-stuff done-lwtools done-cmoc done-toolshed done-nitros9&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>104.61.174.70</name></author>
	</entry>
	<entry>
		<id>https://f256wiki.wildbitscomputing.com/index.php?title=OS-9&amp;diff=31</id>
		<title>OS-9</title>
		<link rel="alternate" type="text/html" href="https://f256wiki.wildbitscomputing.com/index.php?title=OS-9&amp;diff=31"/>
		<updated>2023-12-15T02:36:31Z</updated>

		<summary type="html">&lt;p&gt;104.61.174.70: Created page with &amp;quot;OS-9 is a 6809-based operating system that is well-known on the Tandy Color Computer. Its open-source successor, NitrOS-9, is now running on the Foenix F256. For all intents and purposes, OS-9 and NitrOS-9 are interchangeable.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;OS-9 is a 6809-based operating system that is well-known on the Tandy Color Computer. Its open-source successor, NitrOS-9, is now running on the Foenix F256. For all intents and purposes, OS-9 and NitrOS-9 are interchangeable.&lt;/div&gt;</summary>
		<author><name>104.61.174.70</name></author>
	</entry>
</feed>