<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/specos/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/specos/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 19 Aug 2014 22:24:41 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/specos/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Brian Ruthven</title><link>https://sourceforge.net/p/specos/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -22,7 +22,7 @@

 Above all, this is a learning exercise, so there is a general policy of "don't copy code from anywhere". Yes it's re-inventing the wheel somewhat, but that's kind of the aim here!

-
+[Where to start]
 [Tools]
 [Installation]
 [Disk Images]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brian Ruthven</dc:creator><pubDate>Tue, 19 Aug 2014 22:24:41 -0000</pubDate><guid>https://sourceforge.net5352980c8cdb12d972d021017f2a40b9d7f24e45</guid></item><item><title>Home modified by Brian Ruthven</title><link>https://sourceforge.net/p/specos/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -5,14 +5,14 @@

 SpecOS is a pet project to create a multi-tasking OS for the ZX Spectrum +3 computer.

-SpecOS (in a conceptual form) was born around September 1994, and came to life for real sometime around August 2010. The original idea was based on stack-switching, driven by the 50Hz ULA interrupt.
+SpecOS (in a conceptual form) was born around September 1994, and came to life for real sometime around August 2010. The original idea was based on stack-switching, driven by the 50Hz ULA raster interrupt to the cpu.

 After a 16-year gap, including University and 10 or so years in the computing industry working with Unix, this developed into a general-purpose Unix-style kernel-based model, striving to implement as much as possible without disabling interrupts, and therefore to reduce the amount of time lost e.g. during disk accesses (which CP/M is documented to suffer from).

 #### Aims ####

-   * Must be runnable on real, unmodified +3 hardware with no expansion devices to "assist" or replacement ROMs.
+   * Must be runnable on real, unmodified +3 hardware with no expansion devices to "assist" or replacement ROMs (although a relatively common peripheral of the time with some RAM, like a Multiface could perhaps help out with a bit of extra RAM).
    * Userland processes have no knowledge of other programs running.
    * Userland processes have no knowledge of kernel implementation, load address, etc...
    * Avoid disabling interrupts where possible.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brian Ruthven</dc:creator><pubDate>Mon, 18 Aug 2014 21:01:50 -0000</pubDate><guid>https://sourceforge.neta828cf83fffc7f867bd502e503081e0b0c63e037</guid></item><item><title>Home modified by Brian Ruthven</title><link>https://sourceforge.net/p/specos/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -7,12 +7,12 @@

 SpecOS (in a conceptual form) was born around September 1994, and came to life for real sometime around August 2010. The original idea was based on stack-switching, driven by the 50Hz ULA interrupt.

-After a 16-year gap, this developed into a general-purpose Unix-style kernel-based model, striving to implement as much as possible without disabling interrupts, and therefore to reduce the amount of time lost e.g. during disk accesses (which CP/M is documented to suffer from).
+After a 16-year gap, including University and 10 or so years in the computing industry working with Unix, this developed into a general-purpose Unix-style kernel-based model, striving to implement as much as possible without disabling interrupts, and therefore to reduce the amount of time lost e.g. during disk accesses (which CP/M is documented to suffer from).

 #### Aims ####

-   * Must be runnable on real, unmodified +3 hardware with no expansion devices to "assist".
+   * Must be runnable on real, unmodified +3 hardware with no expansion devices to "assist" or replacement ROMs.
    * Userland processes have no knowledge of other programs running.
    * Userland processes have no knowledge of kernel implementation, load address, etc...
    * Avoid disabling interrupts where possible.
@@ -20,6 +20,7 @@
    * Must be "thread-safe" (i.e. preemptible at any point).
    * Userland processes can also be compiled natively under Unix (with some helper library support).

+Above all, this is a learning exercise, so there is a general policy of "don't copy code from anywhere". Yes it's re-inventing the wheel somewhat, but that's kind of the aim here!

 [Tools]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brian Ruthven</dc:creator><pubDate>Wed, 03 Jul 2013 23:15:14 -0000</pubDate><guid>https://sourceforge.net1ac78779f7815e6414bbe6dfd824f2fd80512dab</guid></item><item><title>Home modified by Brian Ruthven</title><link>https://sourceforge.net/p/specos/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -24,6 +24,7 @@

 [Tools]
 [Installation]
+[Disk Images]

 [[members limit=20]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brian Ruthven</dc:creator><pubDate>Tue, 04 Jun 2013 13:41:35 -0000</pubDate><guid>https://sourceforge.net7665291eebd9af57cf3d0ed0f4688c003e6d4582</guid></item><item><title>Home modified by Brian Ruthven</title><link>https://sourceforge.net/p/specos/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,30 @@
-Welcome to your wiki!
+## Welcome to SpecOS! ##

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].

-The wiki uses [Markdown](/p/specos/wiki/markdown_syntax/) syntax.
+#### What is SpecOS ####
+
+SpecOS is a pet project to create a multi-tasking OS for the ZX Spectrum +3 computer.
+
+SpecOS (in a conceptual form) was born around September 1994, and came to life for real sometime around August 2010. The original idea was based on stack-switching, driven by the 50Hz ULA interrupt.
+
+After a 16-year gap, this developed into a general-purpose Unix-style kernel-based model, striving to implement as much as possible without disabling interrupts, and therefore to reduce the amount of time lost e.g. during disk accesses (which CP/M is documented to suffer from).
+
+
+#### Aims ####
+
+   * Must be runnable on real, unmodified +3 hardware with no expansion devices to "assist".
+   * Userland processes have no knowledge of other programs running.
+   * Userland processes have no knowledge of kernel implementation, load address, etc...
+   * Avoid disabling interrupts where possible.
+   * Avoid memory fragmentation.
+   * Must be "thread-safe" (i.e. preemptible at any point).
+   * Userland processes can also be compiled natively under Unix (with some helper library support).
+
+
+
+[Tools]
+[Installation]
+

 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brian Ruthven</dc:creator><pubDate>Tue, 07 May 2013 20:18:41 -0000</pubDate><guid>https://sourceforge.nete9632ac212e241287d33823c18b4344a2822aa65</guid></item><item><title>Home modified by Brian Ruthven</title><link>https://sourceforge.net/p/specos/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/specos/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;&lt;ul class="md-users-list"&gt;&lt;li&gt;&lt;a href="/u/u6c87/"&gt;Brian Ruthven&lt;/a&gt; (admin)&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;
&lt;p&gt;&lt;span class="download-button-5184ecdfc4d1042abbe32d0c" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brian Ruthven</dc:creator><pubDate>Sat, 04 May 2013 11:11:28 -0000</pubDate><guid>https://sourceforge.net87733773b4d09a40d02017f7d9c995f33840f1e6</guid></item></channel></rss>