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

Reversed paging tables? #10

Open
superfury opened this issue Nov 27, 2020 · 1 comment
Open

Reversed paging tables? #10

superfury opened this issue Nov 27, 2020 · 1 comment
Labels

Comments

@superfury
Copy link

superfury commented Nov 27, 2020

Can you add an option to use reversed paging tables(so all page table entries in reverse order)? That would help stress the paging mechanism better(instead of always identity mapping all data)?

I'm currently facing issues that actually have something to do with paging (issues when a new paging lock multicore feature is enabled, even when it's just a single CPU and DMA controller fighting for attention of the bus).

NT 4.0 seems to boot, but all MS-DOS based OSes won't boot at all with the new locking mechanism enabled(disabling the mechanism to always be done in one go seems to restore proper options and allow it to boot, but that isn't multiprocessor-compatible, since it doesn't actually lock the bus or allow for any bus lock priorities to happen).

@barotto barotto added the TODO label Nov 30, 2020
@barotto
Copy link
Owner

barotto commented Nov 30, 2020

I'll look into it.

Pull request welcome tho.

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

No branches or pull requests

2 participants