[vbox-dev] OS/2 related file fix

Lars Erdmann lars.erdmann at arcor.de
Sat Dec 12 21:07:54 GMT 2020


This time in plain text:

Copyright (c) 2020 Lars Erdmann

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.


91,92c91,92
<     dd  AsIs                        ; 7 - YieldFlag (Resched)
<     dd  AsIs                        ; 8 - TCYieldFlag (TCResched)
---
>     dd  LoadByte                   ; 7 - YieldFlag (Resched)
>     dd  LoadByte                   ; 8 - TCYieldFlag (TCResched)
97c97
<     dd  AsIs                        ; d - InterruptLevel
---
>     dd  LoadByte                     ; d - InterruptLevel
99c99
<     dd  AsIs                        ; f - DMQS_Sel
---
>     dd  Load1600             ; f - DMQS_Sel
156a157,162
> LoadByte:
>     ; Load Bye at ax:ebx.
>     mov     es,ax
>     movzx  edx, byte[es:ebx]
>     jmp StoreIt
>


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.virtualbox.org/pipermail/vbox-dev/attachments/20201212/d24b2edb/attachment.html>


More information about the vbox-dev mailing list