<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.dosbox.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Software%3AQNX2</id>
	<title>Software:QNX2 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.dosbox.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Software%3AQNX2"/>
	<link rel="alternate" type="text/html" href="https://www.dosbox.com/wiki/index.php?title=Software:QNX2&amp;action=history"/>
	<updated>2026-04-21T12:01:53Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://www.dosbox.com/wiki/index.php?title=Software:QNX2&amp;diff=135512&amp;oldid=prev</id>
		<title>Naszvadi: Preinstalled QNX 2.15C harddisk image runs fine as a guest</title>
		<link rel="alternate" type="text/html" href="https://www.dosbox.com/wiki/index.php?title=Software:QNX2&amp;diff=135512&amp;oldid=prev"/>
		<updated>2018-12-04T12:16:59Z</updated>

		<summary type="html">&lt;p&gt;Preinstalled QNX 2.15C harddisk image runs fine as a guest&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;QNX 2.15C is an extraordinary microkernel-based vintage operating system for personal computers with 8086-compatible CPU. Tested on Ubuntu host, DOSBox version 0.74, a turnkey 10 MB harddisk image installed with real mode kernel and bios int13h disk driver.&lt;br /&gt;
&lt;br /&gt;
== Configuration file ==&lt;br /&gt;
&lt;br /&gt;
The file has dual syntax. It can be invoked as a *NIX shellscript from your favourite shell, or as a bare dosbox configuration file. Explanation of the tricky parts of the code:&lt;br /&gt;
&lt;br /&gt;
* in the remarks, there is a &amp;quot;*.flo&amp;quot; floppy image creation that contains only the harddisk image's MBR in order to (chain)boot&lt;br /&gt;
* imgmount harddisk image as &amp;quot;raw&amp;quot;&lt;br /&gt;
* cputype is set to 386_slow, cycles were set to 2000 after experimenting a while&lt;br /&gt;
&lt;br /&gt;
 [autoexec]&lt;br /&gt;
 # Lines in this section will be run at startup.&lt;br /&gt;
 # You can put your MOUNT lines here.&lt;br /&gt;
 # dd if=10mbqnx2.img count=1 | dd conv=sync of=10mbqnx2.flo bs=1440k count=1&lt;br /&gt;
 : ; dosbox -conf &amp;quot;$0&amp;quot; ; exit $?&lt;br /&gt;
 mount e .&lt;br /&gt;
 e:&lt;br /&gt;
 imgmount 2 10mbqnx2.img -t hdd -fs none -size 512,17,4,306&lt;br /&gt;
 boot 10mbqnx2.flo&lt;br /&gt;
 exit&lt;br /&gt;
 [sdl]&lt;br /&gt;
 [dosbox]&lt;br /&gt;
 machine=svga_s3&lt;br /&gt;
 memsize=16&lt;br /&gt;
 [render]&lt;br /&gt;
 [cpu]&lt;br /&gt;
 cputype=386_slow&lt;br /&gt;
 cycles=2000&lt;br /&gt;
 [mixer]&lt;br /&gt;
 [midi]&lt;br /&gt;
 [sblaster]&lt;br /&gt;
 [gus]&lt;br /&gt;
 [speaker]&lt;br /&gt;
 [joystick]&lt;br /&gt;
 [serial]&lt;br /&gt;
 [dos]&lt;br /&gt;
 [ipx]&lt;br /&gt;
&lt;br /&gt;
== Known pitfalls ==&lt;br /&gt;
&lt;br /&gt;
Under OS X Leopard/PPC, vanilla DOSBox destroys the guest login shell shortly after booting the image regardless to guest cpu type settings.&lt;br /&gt;
&lt;br /&gt;
== Screenshot ==&lt;br /&gt;
&lt;br /&gt;
[[File:Qnx2cliindosbox.png]]&lt;/div&gt;</summary>
		<author><name>Naszvadi</name></author>
	</entry>
</feed>