KolibriOS kernel
preboot.inc File Reference

Variables

db display_modechg
 display mode change for text, yes/no (0 or 2) More...
 
db display_atboot
 show boot screen messages ( 2-no ) More...
 
dw preboot_graph
 graph mode More...
 
dw x_save
 x More...
 
dw y_save
 y More...
 
dw number_vm
 
db preboot_gprobe
 pixel_save dw 0 ; per to pixel probe vesa3 videomodes (1-no, 2-yes) More...
 
db preboot_debug
 load kernel in debug mode? (1-yes, 2-no) More...
 
db preboot_launcher
 start launcher after kernel is loaded? (1-yes, 2-no) More...
 
db preboot_dma
 use DMA for access to HDD (1-always, 2-only for read, 3-never) More...
 
db preboot_device
 device to load ramdisk from More...
 
db preboot_biosdisk
 
db preboot_syspath
 path to /sys dir More...
 
dw preboot_timeout
 timeout in 1/18th of second for config settings screen More...
 
label ERROR
 
parameters prebooting
 
db hdsysimage
 load from More...
 
db image_save
 save to More...
 

Variable Documentation

◆ display_atboot

db display_atboot

show boot screen messages ( 2-no )

Initial value
0
Source
boot/preboot.inc:18

◆ display_modechg

db display_modechg

display mode change for text, yes/no (0 or 2)

Initial value
0
Source
boot/preboot.inc:11

◆ ERROR

◆ hdsysimage

db hdsysimage

load from

Initial value
'KOLIBRI.IMG',0
Source
boot/preboot.inc:52

◆ image_save

db image_save

save to

Initial value
'KOLIBRI.IMG',0
Source
boot/preboot.inc:53

◆ number_vm

dw number_vm
Initial value
0
Source
boot/preboot.inc:23

◆ preboot_biosdisk

db preboot_biosdisk
Initial value
1
Source
boot/preboot.inc:36
Initial value
0
Source
boot/preboot.inc:38

◆ preboot_debug

db preboot_debug

load kernel in debug mode? (1-yes, 2-no)

Initial value
0
Source
boot/preboot.inc:26

◆ preboot_device

db preboot_device

device to load ramdisk from

Initial value
0
Source
boot/preboot.inc:29

◆ preboot_dma

db preboot_dma

use DMA for access to HDD (1-always, 2-only for read, 3-never)

Initial value
0
Source
boot/preboot.inc:28

◆ preboot_gprobe

db preboot_gprobe

pixel_save dw 0 ; per to pixel probe vesa3 videomodes (1-no, 2-yes)

Initial value
0
Source
boot/preboot.inc:25

◆ preboot_graph

dw preboot_graph

graph mode

Initial value
0
Source
boot/preboot.inc:20

◆ preboot_launcher

db preboot_launcher

start launcher after kernel is loaded? (1-yes, 2-no)

Initial value
0
Source
boot/preboot.inc:27

◆ preboot_syspath

db preboot_syspath

path to /sys dir

Initial value
'/RD/1',0
Source
boot/preboot.inc:41

◆ preboot_timeout

dw preboot_timeout

timeout in 1/18th of second for config settings screen

Initial value
PREBOOT_TIMEOUT*18
Source
boot/preboot.inc:45

◆ prebooting

parameters prebooting
Initial value
must fit in first sector!!!
Source
boot/preboot.inc:50

◆ x_save

dw x_save

x

Initial value
0
Source
boot/preboot.inc:21

◆ y_save

dw y_save

y

Initial value
0
Source
boot/preboot.inc:22