8000 First two bytes need to be "33 C0" (alternative encoding of "mov eax, eax") for some brain-dead BIOSes · Issue #32 · jart/sectorlisp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

First two bytes need to be "33 C0" (alternative encoding of "mov eax, eax") for some brain-dead BIOSes #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Googulator opened this issue Sep 16, 2024 · 1 comment
861B

Comments

@Googulator
Copy link

Some rather brain dead BIOSes use "33 C0" at the beginning of the MBR as a magic number for a "modern" MBR. This is a relic of how all Windows NT-family MBRs begin with "33 C0", while no DOS or Windows 9x MBRs do.

Without this magic value, the affected BIOSes will enable DOS/Win9x-specific workarounds, mostly in relation to drive access, which tend to break large disk access or LBA in newer MBRs.

@peterferrie
Copy link
Collaborator

I think that this does not affect us, since we are limited to only a single sector anyway, and no further disk access.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0