os-tutorial icon indicating copy to clipboard operation
os-tutorial copied to clipboard

Fixed alignment check of memory allocated by kmalloc.

Open 0mega28 opened this issue 4 years ago • 2 comments

0mega28 avatar Mar 10 '21 05:03 0mega28

What this exactly changes?

Neptune650 avatar Mar 18 '21 02:03 Neptune650

Page alignment check is wrong when allocating memory. I fixed it in my PR.

For reference read it from here https://wiki.osdev.org/James_Molloy's_Tutorial_Known_Bugs#Problem:_main_function

0mega28 avatar Mar 20 '21 07:03 0mega28