Subversion Repositories Kolibri OS

Rev

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

Rev 425 Rev 437
Line 1... Line 1...
1
$Revision: 425 $
1
$Revision: 437 $
2
;======================================================================
2
;======================================================================
3
;
3
;
4
;                           BOOT DATA
4
;                           BOOT DATA
5
;
5
;
6
;======================================================================
6
;======================================================================
Line 7... Line -...
7
 
-
 
8
macro line_full_top {
-
 
9
          db       201
-
 
10
          times    78   db 205
-
 
11
          db       187
-
 
12
}
-
 
13
macro line_full_bottom {
-
 
14
          db       200
-
 
15
          times    78   db 205
-
 
16
          db       188
-
 
17
}
-
 
18
macro line_half {
-
 
19
          db      186,' '
-
 
20
          times    76   db 0xc4
-
 
21
          db      ' ',186
-
 
22
}
-
 
23
macro line_space {
-
 
24
          db      186
-
 
25
          times   78 db 32
-
 
26
          db      186
-
 
27
}
-
 
28
d80x25_top:
-
 
29
		line_full_top
-
 
30
space_msg:	line_space
-
 
31
verstr:
-
 
32
;		line_space
-
 
33
; version string
-
 
34
	db 186,32
-
 
35
	repeat 78
-
 
36
		load a byte from version+%-1
-
 
37
		if a = 13
-
 
38
			break
-
 
39
		end if
-
 
40
		db a
-
 
41
	end repeat
-
 
42
	repeat 78 - ($-verstr)
-
 
43
		db	' '
-
 
44
	end repeat
-
 
45
	db 32,186
-
 
46
		line_half
-
 
47
d80x25_top_num = 4
7
 
48
d80x25_bottom:
8
d80x25_bottom:
49
          db       186,' KolibriOS based on MenuetOS and comes with ABSOLUTELY '
9
          db       186,' KolibriOS based on MenuetOS and comes with ABSOLUTELY '
50
          db       'NO WARRANTY            ',186
10
          db       'NO WARRANTY            ',186
51
          db       186,' See file COPYING for details                          '
11
          db       186,' See file COPYING for details                          '