Subversion Repositories Kolibri OS

Rev

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

Rev 8702 Rev 8705
Line 347... Line 347...
347
    );
347
    );
348
    return height;
348
    return height;
349
}
349
}
Line 350... Line 350...
350
 
350
 
351
static inline 
351
static inline 
352
void _ksys_get_colors(ksys_colors_table_t *color_table)
352
void _ksys_get_system_colors(ksys_colors_table_t *color_table)
353
{
353
{
354
    asm_inline(
354
    asm_inline(
355
       "int $0x40"
355
       "int $0x40"
356
        ::"a"(48),"b"(3),"c"(color_table),"d"(40)
356
        ::"a"(48),"b"(3),"c"(color_table),"d"(40)
Line 1013... Line 1013...
1013
        :"a"(68), "b"(16), "c"(driver_name)
1013
        :"a"(68), "b"(16), "c"(driver_name)
1014
    );
1014
    );
1015
    return driver_h;
1015
    return driver_h;
1016
}
1016
}
Line -... Line 1017...
-
 
1017
 
1017
 
1018
static inline
1018
ksys_drv_hand_t _ksys_load_pe_driver(char *driver_path, char *cmd_line)
1019
ksys_drv_hand_t _ksys_load_pe_driver(char *driver_path, char *cmd_line)
1019
{
1020
{
1020
    ksys_drv_hand_t driver_h;
1021
    ksys_drv_hand_t driver_h;
1021
    asm_inline(
1022
    asm_inline(