fixed bug in physical page allocator init: would mark way much more
authorJohn Tsiombikas <nuclear@member.fsf.org>
Wed, 1 May 2019 23:25:57 +0000 (02:25 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Wed, 1 May 2019 23:25:57 +0000 (02:25 +0300)
commitfa74015cb0349960e8c5a09b93c9f9288000f9d9
tree2f076ddd7ebfc5221125ee08b9a3ca7a1e92b272
parent6e5ec45bc9c248586ec797646158b4caa3aa9d68
fixed bug in physical page allocator init: would mark way much more
memory as used by the allocation bitmap, than necessary.
src/mem.c