grub4dos icon indicating copy to clipboard operation
grub4dos copied to clipboard

Call Fn.5 return value not consistent

Open steve6375 opened this issue 3 years ago • 1 comments

Issue seems to be that Fn.5 sometimes returns true and sometimes false!

call Fn.5 0 9 || echo YES

this works in mode 3 but not in 800x600 (it returns true and YES is not printed)

tested under VBox and QEMU - both show issue.

image image

Is this a bug or can the result of a Fn. call not be relied upon?

steve6375 avatar Oct 19 '22 08:10 steve6375

BIOS: Console mode always returns 0. (Int 10/02) BIOS: Graphics mode returns coordinates.

UEFI: returns coordinates.

yaya2007 avatar Oct 20 '22 08:10 yaya2007