

	Patch for nucleOS kernel.sw
	~~~~~~~~~~~~~~~~~~~~~~~~~~~


  I. what this tool does

	it removes a line from assembler file "kernel.sw" generated by FPC
	out of "kernel.pp":

		mov byte [0], 01h

	this line causes a crash during nucleOS kernel initialization because
	of our memory design where address 0x0 is not mapped!


 II. how to get a compiled version

	to compile patchnos you need delphi from borland:

		http://www.borland.com

	it also may compile with FPC, simply try it.

	to get a compiled version browse to

		http://www.saberrider.de.tf/


III. License

	This program is free software; you can redistribute it and/or modify it under the
	terms of the GNU General Public License as published by the Free Software Foundation
	(version 2, June 1991)

	This program is distributed in the hope that it will be useful, but WITHOUT ANY
	WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
	PARTICULAR PURPOSE. See the GNU General Public License for more details.

	You should have received a copy of the GNU General Public License along with this
	program; if not, write to:
		Free Software Foundation, Inc.
		59 Temple Place, Suite 330
		Boston, MA 02111-1307 USA

 IV. Copyright

	2004 saberrider, nucleOS Group	(saberrider@users.sourceforge.net)

	http://www.saint-soft.de/nucleos/board
	http://www.sf.net/nucle-os
	http://www.sf.net/projects/nucle-os




saberrider