I'm following a guide on writing your own operating system. It starts with writing a 2 stage bootloader, where the first bootloader loads in stage 2. In the guide i am following, they have me use the FAT12 filesystem for the floppy image, so i'm reading from a root directory table to see if the file exists, and then going to the FAT to get the file clusters.... etc, etc.
My problem is that my code isn't finding the file in the root directory table, but i can't figure out why. Can someone please point me in the right direction here?
This is the code for my bootloader: https://friendpaste.com/FkSFfxLz17LUwdyvK3ONX