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

sort out integer sizes to allow flexiblity for 32-bit PAE or 64-bit #4

Open
andybui01 opened this issue Oct 19, 2020 · 0 comments
Open
Labels
low priority chill and take your time

Comments

@andybui01
Copy link
Owner

Currently everything is done using uint32_t, while this is fine for 32-bit systems, there is zero flexibility for PAE or 64-bit address spaces. Perhaps better to use vaddr_t, paddr_t, etc. and then typedef according to system...

@andybui01 andybui01 added the low priority chill and take your time label Oct 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low priority chill and take your time
Projects
None yet
Development

No branches or pull requests

1 participant