Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
how can i load my kernel in the memory if its size goes more than 18 sectors
this is the code i m using to load the first 18 sectors how can i load the next 18 sectors
Do more then one read. You could either loop around to readFloppy again, or just duplicate the code so that it calls int 13 twice with different values in bx.