Changeset 485f899 in mainline
- Timestamp:
- 2022-01-16T12:53:51Z (3 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 36aec61e
- Parents:
- b9a30fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/boot/vesa_real.inc
rb9a30fa r485f899 21 21 #define VESA_END_OF_MODES 0xffff 22 22 23 #define VESA_OK 0x 4f23 #define VESA_OK 0x004f 24 24 25 25 #define VESA_GET_INFO 0x4f00 … … 180 180 181 181 pop %di 182 cmp $VESA_OK, %a l182 cmp $VESA_OK, %ax 183 183 jnz no_mode 184 184 … … 207 207 pop %di 208 208 pop %cx 209 cmp $VESA_OK, %a l209 cmp $VESA_OK, %ax 210 210 jne no_mode 211 211 … … 254 254 255 255 pop %di 256 cmp $VESA_OK, %a l256 cmp $VESA_OK, %ax 257 257 jnz no_mode 258 258 … … 373 373 pop %cx 374 374 pop %di 375 cmp $VESA_OK, %a l375 cmp $VESA_OK, %ax 376 376 jnz text_mode 377 377 jz set_mode /* force relative jump */
Note:
See TracChangeset
for help on using the changeset viewer.