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

Linker Issue #38

Open ThatGuyAstral opened 6 months ago

ThatGuyAstral commented 6 months ago

ld: interrupts.o: in function InterruptManager::InterruptManager(GlobalDescriptorTable*)': interrupts.cpp:(.text+0x111): undefined reference toInterruptManager::HandleInterruptRequest0x00()' ld: interrupts.cpp:(.text+0x12e): undefined reference to `InterruptManager::HandleInterruptRequest0x01()' make: *** [Makefile:19: kernel.bin] Error 1

I dunno what's wrong

rwy420 commented 1 month ago

You probably messed something up with the (linker) names in the assembly file. You shouldn't be watching that series if you can't fix such small things on your own though

ThatGuyAstral commented 1 month ago

thanks for trying to pitch in but i already fixed this