]> git.ameliathe1st.gay Git - voyage-au-centre-des-fichiers.git/commit
Changed nullptr to be ~0 instead of 0 for phys_ptr<T> and fixed a missing line in...
authorAmelia Coutard <eliottulio.coutard@gmail.com>
Thu, 26 May 2022 18:21:29 +0000 (20:21 +0200)
committerAmelia Coutard <eliottulio.coutard@gmail.com>
Thu, 26 May 2022 18:21:29 +0000 (20:21 +0200)
commit694848ebcd51f2a60acbe5f4deab1292f3cac092
tree434ad6d58c9322f77844ffc2c0d2336915e0f3a0
parent622c93fbb38358f294f8eaa8446a17496a3db523
Changed nullptr to be ~0 instead of 0 for phys_ptr<T> and fixed a missing line in page_allocator

The goal is to allow usage of physical address 0. Removed the changing
of address <0x1000 to 0x1000 in the initial memory detection phase.
src/kernel.cpp
src/paging.cpp
src/phys_ptr.hpp