IGR2014 / IgrOS-Kernel

Small OS kernel (i386, x86_64 for now) written in C++20
MIT License
4 stars 1 forks source link

Move x86_64 kernel to higher half #6

Closed IGR2014 closed 5 years ago

IGR2014 commented 5 years ago

Place kernel at virtual addres 0xFFFFFFFF80100000 which gives ability to use lower (ALL - 2GB) for user space

IGR2014 commented 5 years ago

Done in this commit