mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-19 09:35:15 -04:00
Remove note
This commit is contained in:
parent
6ff6be0754
commit
1ab0a45194
@ -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));
|
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
|
//TODO Improve to support a status
|
||||||
size_t paging::physical_address(size_t virt){
|
size_t paging::physical_address(size_t virt){
|
||||||
if(!page_present(virt)){
|
if(!page_present(virt)){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user