OperatingSystem icon indicating copy to clipboard operation
OperatingSystem copied to clipboard

Accidentally clearing 2 bits in page translation

Open pdumais opened this issue 2 years ago • 0 comments

https://github.com/pdumais/OperatingSystem/blob/5fd5343c7af53fbc1e5ba5cbcf3c1a71844c56c3/kernel/boot.S#L336

This should be a "or" and not a "mov"

pdumais avatar Oct 07 '22 13:10 pdumais