KolibriOS kernel
data16.inc File Reference

Macros

#define config_variable(string, parser)
 data for configuration file parsing More...
 

Variables

db flm
 
db preboot_lfb
 
db preboot_bootlog
 
db boot_drive
 
label old_ints_h
 
label kernel_restart_bootblock
 
label movedesc
 table for move to extended memory (int 15h, ah=87h) More...
 
label fwmovedesc
 
dw bootdevice
 look in PrimaryLoader.txt for the description ax from primary loader More...
 
dw bootfs
 bx from primary loader More...
 
dd bootcallback
 ds:si from primary loader More...
 
label config_file_struct
 data for configuration file loading, look in PrimaryLoader.txt More...
 
label config_file_variables
 
label image_file_struct
 data for image file loading, look in PrimaryLoader.txt More...
 

Macro Definition Documentation

◆ config_variable

#define config_variable (   string,
  parser 
)

data for configuration file parsing

Source
data16.inc:66

Variable Documentation

◆ boot_drive

db boot_drive
Initial value
0
Source
data16.inc:14

◆ bootcallback

dd bootcallback

ds:si from primary loader

Initial value
0
Source
data16.inc:59

◆ bootdevice

dw bootdevice

look in PrimaryLoader.txt for the description ax from primary loader

Initial value
0
Source
data16.inc:57

◆ bootfs

dw bootfs

bx from primary loader

Initial value
0
Source
data16.inc:58

◆ config_file_struct

label config_file_struct

data for configuration file loading, look in PrimaryLoader.txt

Source
data16.inc:61

◆ config_file_variables

label config_file_variables

◆ flm

db flm
Initial value
0
Source
data16.inc:11

◆ fwmovedesc

label fwmovedesc

◆ image_file_struct

label image_file_struct

data for image file loading, look in PrimaryLoader.txt

Source
data16.inc:83

◆ kernel_restart_bootblock

label kernel_restart_bootblock

◆ movedesc

label movedesc

table for move to extended memory (int 15h, ah=87h)

Source
data16.inc:31

◆ old_ints_h

label old_ints_h

◆ preboot_bootlog

db preboot_bootlog
Initial value
0
Source
data16.inc:13

◆ preboot_lfb

db preboot_lfb
Initial value
0
Source
data16.inc:12