Allocation problem

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
ilmmatias
Member
Member
Posts: 35
Joined: Fri Jun 02, 2017 3:01 pm
Contact:

Allocation problem

Post by ilmmatias »

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
User avatar
BrightLight
Member
Member
Posts: 901
Joined: Sat Dec 27, 2014 9:11 am
Location: Maadi, Cairo, Egypt
Contact:

Re: Allocation problem

Post by BrightLight »

You know your OS is advanced when you stop using the Intel programming guide as a reference.
Post Reply