Subversion Repositories Kolibri OS

Rev

Rev 425 | Rev 465 | 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,' Kolibri OS ®á­®¢ ­  ­  Menuet OS ¨ ­¥ ¯à¥¤®áâ ¢«ï¥â '
9
          db       186,' Kolibri OS ®á­®¢ ­  ­  Menuet OS ¨ ­¥ ¯à¥¤®áâ ¢«ï¥â '
50
          db       '­¨ª ª¨å £ àa­â¨©.        ',186
10
          db       '­¨ª ª¨å £ àa­â¨©.        ',186
51
          db       186,' ®¤à®¡­¥¥ ᬮâà¨â¥ ä ©« GNU.TXT                     '
11
          db       186,' ®¤à®¡­¥¥ ᬮâà¨â¥ ä ©« GNU.TXT                     '
Line 55... Line 15...
55
 
15
 
56
novesa    db      "‚¨¤¥®ª àâ : EGA/CGA",13,10,0
16
novesa    db      "‚¨¤¥®ª àâ : EGA/CGA",13,10,0
57
vervesa   db      "‚¥àá¨ï VESA:  Vesa x.x",13,10,0
17
vervesa   db      "‚¥àá¨ï VESA:  Vesa x.x",13,10,0
58
vervesa_off=19
18
vervesa_off=19
-
 
19
msg_apm	  db      " APM x.x ", 0
59
msg_apm	  db      " APM x.x ", 0
20
 
60
gr_mode   db      186," Vesa 2.0+ 16 M LFB:  [1] 640x480, [2] 800x600, "
21
gr_mode   db      186," Vesa 2.0+ 16 M LFB:  [1] 640x480, [2] 800x600, "
61
          db      "[3] 1024x768, [4] 1280x1024",13,10
22
          db      "[3] 1024x768, [4] 1280x1024",13,10
62
          db      186," Vesa 1.2  16 M Bnk:  [5] 640x480, [6] 800x600, "
23
          db      186," Vesa 1.2  16 M Bnk:  [5] 640x480, [6] 800x600, "
63
          db      "[7] 1024x768, [8] 1280x1024",13,10
24
          db      "[7] 1024x768, [8] 1280x1024",13,10