Remove note

This commit is contained in:
Baptiste Wicht 2016-07-09 12:34:39 +02:00
parent 6ff6be0754
commit 1ab0a45194

View File

@ -205,7 +205,6 @@ void paging::finalize(){
sysfs::set_constant_value("/sys/", "/paging/physical_size", std::to_string(paging::physical_memory_pages * paging::PAGE_SIZE));
}
//TODO Update to support offsets at the end of virt
//TODO Improve to support a status
size_t paging::physical_address(size_t virt){
if(!page_present(virt)){