Subversion Repositories Kolibri OS

Rev

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

Rev 599 Rev 709
Line 2... Line 2...
2
;
2
;
3
;                           BOOT DATA
3
;                           BOOT DATA
4
;
4
;
5
;======================================================================
5
;======================================================================
Line 6... Line 6...
6
 
6
 
Line 7... Line 7...
7
$Revision: 599 $
7
$Revision: 709 $
8
 
8
 
9
 
9
 
Line 39... Line 39...
39
;askmouse  db      " Maus angeschlossen an:"
39
;askmouse  db      " Maus angeschlossen an:"
40
;          db      " [1] PS/2 (USB), [2] Com1, [3] Com2."
40
;          db      " [1] PS/2 (USB), [2] Com1, [3] Com2."
41
;          db      " Waehle Port [1-3]: ",0
41
;          db      " Waehle Port [1-3]: ",0
42
;no_com1   db      13,10,186, " Keine COM1 Maus",0
42
;no_com1   db      13,10,186, " Keine COM1 Maus",0
43
;no_com2   db      13,10,186, " Keine COM2 Maus",0         
43
;no_com2   db      13,10,186, " Keine COM2 Maus",0         
44
ask_dma   db      "Nutze DMA zum HDD Zugriff? [1-ja, 2-allein fur Lesen, 3-nein]: ",0
44
;ask_dma   db      "Nutze DMA zum HDD Zugriff? [1-ja, 2-allein fur Lesen, 3-nein]: ",0
-
 
45
ask_bd     db      "Add disks visible by BIOS emulated in V86-mode? [1-yes, 2-no]: ",0
45
;gr_direct db      186," Benutze direct LFB? "
46
;gr_direct db      186," Benutze direct LFB? "
46
;          db      "[1-ja/2-nein] ? ",0
47
;          db      "[1-ja/2-nein] ? ",0
47
;mem_model db      13,10,186," Hauptspeicher [1-16 Mb / 2-32 Mb / "
48
;mem_model db      13,10,186," Hauptspeicher [1-16 Mb / 2-32 Mb / "
48
;          db      "3-64Mb / 4-128 Mb / 5-256 Mb] ? ",0
49
;          db      "3-64Mb / 4-128 Mb / 5-256 Mb] ? ",0
49
;bootlog   db      13,10,186," After bootlog display [1-continue/2-pause] ? ",0
50
;bootlog   db      13,10,186," After bootlog display [1-continue/2-pause] ? ",0
Line 87... Line 88...
87
modevesa12 db     ", VESA 1.2 Bnk",0
88
modevesa12 db     ", VESA 1.2 Bnk",0
88
mode9     db      "320x200, EGA/CGA 256 colors",0
89
mode9     db      "320x200, EGA/CGA 256 colors",0
89
mode10    db      "640x480, VGA 16 colors",0
90
mode10    db      "640x480, VGA 16 colors",0
90
probeno_msg db    " (Standard Modus)",0
91
probeno_msg db    " (Standard Modus)",0
91
probeok_msg db    " (teste nicht-standard Modi)",0
92
probeok_msg db    " (teste nicht-standard Modi)",0
92
dma_msg   db      " [b] Nutze DMA zum HDD Aufschreiben:",0
93
;dma_msg   db      " [b] Nutze DMA zum HDD Aufschreiben:",0
-
 
94
usebd_msg db      " [b] Add disks visible by BIOS:",0
93
on_msg    db      " an",13,10,0
95
on_msg    db      " an",13,10,0
94
off_msg   db      " aus",13,10,0
96
off_msg   db      " aus",13,10,0
95
readonly_msg db   " fur Lesen",13,10,0
97
;readonly_msg db   " fur Lesen",13,10,0
96
vrrm_msg  db      " [c] Nutze VRR:",0
98
vrrm_msg  db      " [c] Nutze VRR:",0
97
preboot_device_msg db " [d] Diskettenimage: ",0
99
preboot_device_msg db " [d] Diskettenimage: ",0
98
preboot_device_msgs dw 0,pdm1,pdm2,pdm3
100
preboot_device_msgs dw 0,pdm1,pdm2,pdm3
99
pdm1      db      "Echte Diskette",13,10,0
101
pdm1      db      "Echte Diskette",13,10,0
100
pdm2      db      "C:\kolibri.img (FAT32)",13,10,0
102
pdm2      db      "C:\kolibri.img (FAT32)",13,10,0