Subversion Repositories Kolibri OS

Rev

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

Rev 9941 Rev 9947
Line 1... Line 1...
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2
;;
2
;;
3
;; Copyright (C) KolibriOS team 2004-2022. All rights reserved.
3
;; Copyright (C) KolibriOS team 2004-2022. 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)
4
;; Kernel programmers are acknowledged in CREDITS.TXT
14
;; NoName
-
 
15
;; Evgeny Grechnikov (Diamond)
-
 
16
;; Iliya Mihailov (Ghost)
-
 
17
;; Sergey Semyonov (Serge)
-
 
18
;; Johnny_B
-
 
19
;; SPraid (simba)
-
 
20
;; Hidnplayr
-
 
21
;; Alexey Teplov ()
-
 
22
;; Rus
-
 
23
;; Nable
-
 
24
;; shurf
-
 
25
;; Alver
-
 
26
;; Maxis
-
 
27
;; Galkov
-
 
28
;; CleverMouse
-
 
29
;; tsdima
-
 
30
;; turbanoff
-
 
31
;; Asper
-
 
32
;; art_zh
-
 
33
;; dunkaist
-
 
34
;; Coldy
-
 
35
;; rgimad
-
 
36
;; Boppan
-
 
37
;; Doczom
-
 
38
;; and others
-
 
39
;;
5
;;
40
;; Data in this file was originally part of MenuetOS project which is
6
;; Data in this file was originally part of MenuetOS project which is
41
;; distributed under the terms of GNU GPL. It is modified and redistributed as
7
;; distributed under the terms of GNU GPL. It is modified and redistributed as
42
;; part of KolibriOS project under the terms of GNU GPL.
8
;; part of KolibriOS project under the terms of GNU GPL.
43
;;
9
;;
44
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa
10
;; Copyright (C) MenuetOS 2000-2004 Ville Mikael Turjanmaa
45
;; PROGRAMMING:
-
 
46
;;
-
 
47
;; Ville Mikael Turjanmaa, villemt@itu.jyu.fi
-
 
48
;; - main os coding/design
-
 
49
;; Jan-Michael Brummer, BUZZ2@gmx.de
-
 
50
;; Felix Kaiser, info@felix-kaiser.de
-
 
51
;; Paolo Minazzi, paolo.minazzi@inwind.it
-
 
52
;; quickcode@mail.ru
-
 
53
;; Alexey, kgaz@crosswinds.net
-
 
54
;; Juan M. Caravaca, bitrider@wanadoo.es
-
 
55
;; kristol@nic.fi
-
 
56
;; Mike Hibbett, mikeh@oceanfree.net
-
 
57
;; Lasse Kuusijarvi, kuusijar@lut.fi
-
 
58
;; Jarek Pelczar, jarekp3@wp.pl
-
 
59
;;
11
;;
60
;; KolibriOS is distributed in the hope that it will be useful, but WITHOUT ANY
12
;; KolibriOS is distributed in the hope that it will be useful, but WITHOUT ANY
61
;; WARRANTY. No author or distributor accepts responsibility to anyone for the
13
;; WARRANTY. No author or distributor accepts responsibility to anyone for the
62
;; consequences of using it or for whether it serves any particular purpose or
14
;; consequences of using it or for whether it serves any particular purpose or
63
;; works at all, unless he says so in writing. Refer to the GNU General Public
15
;; works at all, unless he says so in writing. Refer to the GNU General Public
Line 75... Line 27...
75
format binary as "mnt"
27
format binary as "mnt"
Line 76... Line 28...
76
 
28
 
77
include 'macros.inc'
29
include 'macros.inc'
Line 78... Line 30...
78
include 'struct.inc'
30
include 'struct.inc'
Line 79... Line 31...
79
 
31
 
80
$Revision: 9941 $
32
$Revision: 9947 $