AlgorithMan-de / wyoos

Source codes for the "Write your own Operating System" video-series on YouTube
http://wyoos.org
GNU General Public License v3.0
719 stars 222 forks source link

error: cast from ‘GlobalDescriptorTable*’ to ‘uint32_t’ #28

Closed fgsoftware1 closed 2 years ago

fgsoftware1 commented 2 years ago
./src/gdt.cpp: In constructor ‘GlobalDescriptorTable::GlobalDescriptorTable()’: ./src/gdt.cpp:10:22: error: cast from ‘GlobalDescriptorTable*’ to ‘uint32_t’ {aka ‘unsigned int’} loses precision [-fpermissive] 10 i[1] = (uint32_t)this;