davidcallanan / os-series

803 stars 118 forks source link

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

Closed Sebwazhere closed 7 months ago

Sebwazhere commented 7 months ago

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.

Sebwazhere commented 7 months ago

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