Allocation problem
Posted: Mon Mar 05, 2018 9:35 am
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?