12 – Developing an Operating System – Tutorial – Episode 6 – ATA PIO Driver – OSDEV
In previous tutorial we learnt how we are reducing our kernel size and also using latest GCC compiler and making things better. Our next milestone is to convert our current kernel into a 2nd stage loader and we will develop a new kernel. Why are we doing that? Currently we aare loading our Kernel at 0x1000 memory address. We don’t […]
Recent Comments