Skip to content

INT 10H interruption does not work properly. #3

@tianfudhe

Description

@tianfudhe

Hi PDOS team,

I find that INT 10H does not work well in some mode:

I put in boot.S the following lines:

mov $0010,%ax
int $0x10

, which sets 640*350 with 4-bit color. However, it starts with only mono-color (2-color) console.
无标题

Actually it works well in 13H mode(320*200 256-color). But why the 10H mode doesn't work properly? Do I miss something?

BTW, great thanks for publishing such a good OS lecture!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions