commit | b303687deb4b56a9c187d74ec1869326683da464 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Mon Jul 04 12:27:38 2016 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Mon Jul 04 12:27:38 2016 -0400 |
tree | 2ab4805781ca2c00d4d73f34baa86613993f0239 | |
parent | e5839eaffcf6ebba9d81f46a385280f7829f15d5 [diff] |
vgabios: Don't check for special case of page==0xff on external calls The original "lgpl vgabios" internally used page=0xff as a mechanism for specifying the current page. It also would allow int1013 calls to externally specify bh==0xff for the current page. However, there is no documentation supporting this as an externally available feature. SeaVGABIOS does not need the internal shortcut; this patch removes the code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>