Weird Errors While Reading Disk
问题 So, I've been working on a hobby project. Creating my own Operating System. I started a while back but dropped it until maybe a couple nights ago. I just fixed an oversight that caused nothing to be read from the sectors I want to read from. With that error out of the way, a new one has came about and I honestly don't even know where to begin debugging this one. I am coding a Master Boot Record and debugging it with GDB and QEMU, here is the code to my master boot record (It was assembled