Allocation problem
Allocation problem
I've been trying to implement paging in my operating system, small allocations are ok, but big allocations (1024*768*4) gives me a triple fault, the code is attached, can someone help me?
- Attachments
-
- chicago.zip
- (48.26 KiB) Downloaded 43 times
- BrightLight
- Member
- Posts: 901
- Joined: Sat Dec 27, 2014 9:11 am
- Location: Maadi, Cairo, Egypt
- Contact:
Re: Allocation problem
You know your OS is advanced when you stop using the Intel programming guide as a reference.