Skip to content
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

Is there anything implemented that uses PartitionMode yet? #145

Open
ecm-pushbx opened this issue Mar 4, 2024 · 4 comments
Open

Is there anything implemented that uses PartitionMode yet? #145

ecm-pushbx opened this issue Mar 4, 2024 · 4 comments

Comments

@ecm-pushbx
Copy link
Contributor

PartitionMode db 0x1f ; bits 0-1: 01=GPT if found, 00=MBR if found, 11=Hybrid, GPT first then MBR, 10=Hybrid, MBR first then GPT

I came across this while studying the CONFIG block of the kernel. Is there a use for this planned yet?

@PerditionC
Copy link
Contributor

yes, gpt enabled kernel uses it

@ecm-pushbx
Copy link
Contributor Author

yes, gpt enabled kernel uses it

Is this uploaded anywhere yet?

@PerditionC
Copy link
Contributor

not yet, I started reworking it because I kept hitting the elusive stack corruption bug that can happen during initialization of the kernel. I'm currently taking a break from the gpt stuff to track down the bug and get a new version released. I don't see the problem on bochs but do on 86box. It results in computer freezing. The gpt stuff is also currently only 386 open watcom because I haven't had time to add 64bit math for other builds.

@ecm-pushbx
Copy link
Contributor Author

Is this based on Tom's GPT support? I recall he uploaded a build at some point, would have to search for it though.

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