Segmentation memory
Posted: Fri Mar 30, 2007 1:48 pm
How much memory can you access with segmentation (32-bit) and
how much w/ paging?
From only this perseptive (ignoring other pro's and con's), would segmentation be a good choice for a small OS I'm writing (mostly for practice, to "learn the ropes")?
Can you have memory protection with paging?
How can I detect the amount of RAM on a system, and adjust the GDT (if I need too)?
how much w/ paging?
From only this perseptive (ignoring other pro's and con's), would segmentation be a good choice for a small OS I'm writing (mostly for practice, to "learn the ropes")?
Can you have memory protection with paging?
How can I detect the amount of RAM on a system, and adjust the GDT (if I need too)?