regs->ah = ca.attr;
}
-static void
+static void noinline
write_chars(u8 page, struct carattr ca, u16 count)
{
struct cursorpos cp = get_cursor_pos(page);
biosfn_read_pixel(regs->bh, regs->cx, regs->dx, ®s->ax);
}
-static void
+static void noinline
handle_100e(struct bregs *regs)
{
// Ralf Brown Interrupt list is WRONG on bh(page)
vgahw_get_all_palette_reg(regs->es, (u8*)(regs->dx + 0));
}
-static void
+static void noinline
handle_101010(struct bregs *regs)
{
u8 rgb[3] = {regs->dh, regs->ch, regs->cl};
vgahw_select_video_dac_color_page(regs->bl, regs->bh);
}
-static void
+static void noinline
handle_101015(struct bregs *regs)
{
u8 rgb[3];
}
-static void
+static void noinline
handle_1013(struct bregs *regs)
{
struct cursorpos cp = {regs->dl, regs->dh, regs->bh};