Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 10 → Rev 11

/SPARTAN/trunk/arch/ia32/src/mm/page.c
38,7 → 38,7
 
/*
* Note.
* This is the preliminary code for controlling paging mechanism on i386. It is
* This is the preliminary code for controlling paging mechanism on ia32. It is
* needed by other parts of the kernel for its ability to map virtual addresses
* to physical. SMP code relies on this feature. Other than that, this code is
* by no means meant to implement virtual memory in terms of swapping pages in