Subversion Repositories Kolibri OS

Rev

Rev 429 | Rev 434 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 429 Rev 431
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;
2
;;
3
;; Kolibri OS - based on source code Menuet OS, but not 100% compatible.
3
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved.
-
 
4
;; PROGRAMMING:
-
 
5
;; Ivan Poddubny
-
 
6
;; Marat Zakiyanov (Mario79)
-
 
7
;; VaStaNi
-
 
8
;; Trans
-
 
9
;; Mihail Semenyako (mike.dld)
-
 
10
;; Sergey Kuzmin (Wildwest)
-
 
11
;; Andrey Halyavin (halyavin)
-
 
12
;; Mihail Lisovin (Mihasik)
-
 
13
;; Andrey Ignatiev (andrew_programmer)
-
 
14
;; NoName
-
 
15
;; Evgeny Grechnikov (Diamond)
-
 
16
;; Iliya Mihailov (Ghost)
-
 
17
;; Sergey Semyonov (Serge)
-
 
18
;; Johnny_B
4
;;
19
;;
5
;; See file COPYING or GNU.TXT for details with these additional details:
20
;; Data in this file was originally part of MenuetOS project which is
6
;;     - All code written in 32 bit x86 assembly language
21
;; distributed under the terms of GNU GPL. It is modified and redistributed as
7
;;     - No external code (eg. bios) at process execution time
22
;; part of KolibriOS project under the terms of GNU GPL.
8
;;
23
;;
-
 
24
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa
-
 
25
;; PROGRAMMING:
9
;;
26
;;
-
 
27
;; Ville Mikael Turjanmaa, villemt@itu.jyu.fi
10
;;   Compile with last version FASM
28
;; - main os coding/design
-
 
29
;; Jan-Michael Brummer, BUZZ2@gmx.de
-
 
30
;; Felix Kaiser, info@felix-kaiser.de
-
 
31
;; Paolo Minazzi, paolo.minazzi@inwind.it
-
 
32
;; quickcode@mail.ru
-
 
33
;; Alexey, kgaz@crosswinds.net
-
 
34
;; Juan M. Caravaca, bitrider@wanadoo.es
-
 
35
;; kristol@nic.fi
-
 
36
;; Mike Hibbett, mikeh@oceanfree.net
-
 
37
;; Lasse Kuusijarvi, kuusijar@lut.fi
-
 
38
;; Jarek Pelczar, jarekp3@wp.pl
-
 
39
;;
-
 
40
;; KolibriOS is distributed in the hope that it will be useful, but WITHOUT ANY
-
 
41
;; WARRANTY. No author or distributor accepts responsibility to anyone for the
-
 
42
;; consequences of using it or for whether it serves any particular purpose or
-
 
43
;; works at all, unless he says so in writing. Refer to the GNU General Public
-
 
44
;; License (the "GPL") for full details.
-
 
45
;
-
 
46
;; Everyone is granted permission to copy, modify and redistribute KolibriOS,
-
 
47
;; but only under the conditions described in the GPL. A copy of this license
-
 
48
;; is supposed to have been given to you along with KolibriOS so you can know
-
 
49
;; your rights and responsibilities. It should be in a file named COPYING.
-
 
50
;; Among other things, the copyright notice and this notice must be preserved
-
 
51
;; on all copies.
11
;;
52
;;
12
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
53
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 13... Line 54...
13
 
54
 
Line 14... Line 55...
14
include 'macros.inc'
55
include 'macros.inc'
Line 15... Line 56...
15
 
56
 
16
$Revision: 429 $
57
$Revision: 431 $
17
 
58