davidcallanan/os-series

Changing the commands used in main.c doesn't do anything

Sebwazhere opened this issue · 1 comments

After finishing the tutorial, I wanted to mess around with the printing to make sure everything worked, and after changing the code, running all of the commands, it does the same exact thing. I commented out the line to print "Welcome to our 64-bit kernel!" but it still printed it and the new print functions I put in weren't running. If I change the code, build it and run it, nothing changes.

Fixed it, in my Makefile in the kernel bit, I didn't swap some of the x86_64 bits with kernel. Closed.