diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2012-01-21 11:53:44 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2012-02-01 20:37:02 -0500 |
commit | 9961f9958cbc169c531dbdb7c3a8f71d4f79d0c1 (patch) | |
tree | 3d0f86a96d966e42ef476bfb3b6d6808ed7f1eb5 /vgasrc/vgaentry.S | |
parent | e6bc4c1c5817e9c2d1f55b5c0ad5167e93aed418 (diff) | |
download | seabios-9961f9958cbc169c531dbdb7c3a8f71d4f79d0c1.tar.gz |
vgabios: Add support for vesa get/set window function.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'vgasrc/vgaentry.S')
-rw-r--r-- | vgasrc/vgaentry.S | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vgasrc/vgaentry.S b/vgasrc/vgaentry.S index 112857b0..785d91f5 100644 --- a/vgasrc/vgaentry.S +++ b/vgasrc/vgaentry.S @@ -50,6 +50,11 @@ _rom_header_signature: * Entry points ****************************************************************/ + DECLFUNC entry_104f05 +entry_104f05: + ENTRY_ARG vbe_104f05 + lretw + DECLFUNC _optionrom_entry _optionrom_entry: ENTRY_ARG vga_post |