Molloy tutorial question
Posted: Thu Oct 10, 2013 8:28 am
I have a question about this tutorial: http://www.jamesmolloy.co.uk/tutorial_html/
Im wanting to write a simple OS in protected mode that does not use paging or multitasking. Essentially I want a single task, single user system. If that's the case, can I just remove the paging and tasking code? Would i then be dealing with contiguous memory or does the CPU / MMU still pick and choose which physical memory is being allocated?
(I realize these two things are necessary on modern OSes, but I am experimenting with some ideas, of which necessitate me removing these two elements. Just need to understand what Im dealing with in terms of memory if these are not implemented).
Thank you
Im wanting to write a simple OS in protected mode that does not use paging or multitasking. Essentially I want a single task, single user system. If that's the case, can I just remove the paging and tasking code? Would i then be dealing with contiguous memory or does the CPU / MMU still pick and choose which physical memory is being allocated?
(I realize these two things are necessary on modern OSes, but I am experimenting with some ideas, of which necessitate me removing these two elements. Just need to understand what Im dealing with in terms of memory if these are not implemented).
Thank you