<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.amc-os.com/index.php?action=history&amp;feed=atom&amp;title=AMCOS.MOD</id>
	<title>AMCOS.MOD - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.amc-os.com/index.php?action=history&amp;feed=atom&amp;title=AMCOS.MOD"/>
	<link rel="alternate" type="text/html" href="http://wiki.amc-os.com/index.php?title=AMCOS.MOD&amp;action=history"/>
	<updated>2026-06-02T15:29:12Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.12</generator>
	<entry>
		<id>http://wiki.amc-os.com/index.php?title=AMCOS.MOD&amp;diff=8&amp;oldid=prev</id>
		<title>Kindman: Initial creation</title>
		<link rel="alternate" type="text/html" href="http://wiki.amc-os.com/index.php?title=AMCOS.MOD&amp;diff=8&amp;oldid=prev"/>
		<updated>2012-08-12T16:27:40Z</updated>

		<summary type="html">&lt;p&gt;Initial creation&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Introduction==&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;AMCOS.MOD&amp;lt;/tt&amp;gt; file contains the list of kernel files required for boot, their description, and the physical address where they must first be loaded.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;AMCOS.MOD&amp;lt;/tt&amp;gt; file is interpreted by [[AMC-OS Loader]] during [[Boot process]].&lt;br /&gt;
&lt;br /&gt;
==File format==&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;tt&amp;gt;AMCOS.MOD&amp;lt;/tt&amp;gt; file is composed of several lines, one per each file to load in memory using this format :&lt;br /&gt;
* Fixed 11 bytes in FAT format containing file name&lt;br /&gt;
* Between colons the 16 bit segment address where to load the file, in hexadecimal (with H suffix)&lt;br /&gt;
* File description&lt;br /&gt;
&lt;br /&gt;
Example :&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;code&amp;gt;KRNLAPI AMC,0400H,AMC-OS KERNEL API DLL&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
will indicate AMC-OS Loader to load &amp;lt;tt&amp;gt;KRNLAPI.AMC&amp;lt;/tt&amp;gt;, the AMC-OS Kernel API DLL, at physical real-address &amp;lt;tt&amp;gt;0400H:0000H&amp;lt;/tt&amp;gt; (linear address &amp;lt;tt&amp;gt;00004000H&amp;lt;/tt&amp;gt;)&lt;/div&gt;</summary>
		<author><name>Kindman</name></author>
	</entry>
</feed>