From: Svjatoslav Agejenko Date: Mon, 11 Feb 2013 20:43:53 +0000 (+0200) Subject: fixed URLs X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=fifth.git;a=commitdiff_plain;h=fe8aac207b86e11c77af6a0318e05ff91e1ac856 fixed URLs --- diff --git a/doc/index.html b/doc/index.html index 89b27cd..696f94c 100755 --- a/doc/index.html +++ b/doc/index.html @@ -8,9 +8,9 @@

FIFTH - virtual machine, operating system, programming language

- Download + Download    - Online homepage + Online homepage    Other applications hosted on svjatoslav.eu
@@ -21,12 +21,12 @@
 
 This software is distributed under GNU GENERAL PUBLIC LICENSE Version 2.
 
-

Introdution

+

Introduction

Fifth is programming lanquage & operating system, running on -virtual CPU, with custom instructionset. It is mutch like +virtual CPU, with custom instruction set. It is much like Charles Chunk Moore's Forth, it also uses stack architecture, -and many commands are similar. Basically I got famailiar with +and many commands are similar. Basically I got familiar with concepts of Forth, and being inspired created my own system.

Note: @@ -62,21 +62,23 @@ Read more about distribution directory layout.

Software/Hardware/Human requirements

-Software: MS-DOS 6.22, with HIMEM.SYS loaded. - Mouse driver if you have a mouse. - Does work only when CPU is in real mode. - To recompile ASM sources I used FASM (Flat Assembler). - I ran QBasic utilites on QB 4.5 . - VESA support by BIOS, or external driver (UNIVBE). +Software: + MS-DOS 6.22, with HIMEM.SYS loaded. + Mouse driver if you have a mouse. + Does work only when CPU is in real mode. + To recompile ASM sources I used FASM (Flat Assembler). + I ran QBasic utilities on QB 4.5 . + VESA support by BIOS, or external driver (UNIVBE). -Hardware: Minimum CPU 386. - Recommended CPU Pentium 133. - 64 KB free RAM below 640KB, - 2 MB of free XMS. - VESA compatible video card. +Hardware: + Minimum CPU 386. + 64 KB free RAM below 640KB, + 2 MB of free XMS. + VESA compatible video card. -Human: Beginner level Forth knowledge is recommended. - Enthusiasm. +Human: + Beginner level Forth knowledge is recommended. + Enthusiasm. @@ -93,7 +95,7 @@ And manipulating their color (black or white).

Disk file map, and it's data structures

-Core & highlevel boot code is stored outside of the filesystem to allow +Core and high-level boot code is stored outside of the filesystem to allow easy access to it, at early booting time, when filesystem is not yet initialized. @@ -102,7 +104,7 @@ initialized. offset length description 0 ~4 Kb Fifth core -4 Kb ~32Kb highlevel boot code +4 Kb ~32Kb high-level boot code 37 Kb ~65Kb FAT 101Kb ~16MB filesystem data area @@ -160,7 +162,7 @@ type description "execute" action with address to module 1 submodule compile "call" instruction with address to module -2 imm. submodule immideately call to module +2 imm. submodule immediately call to module Memory map: (average)