mirror of
https://github.com/FDOS/kernel.git
synced 2025-04-08 17:15:17 +02:00
The int86 function is used to call interrupt 21h service 32h in the reset_drive function. This function returns a pointer using the ds register. ds will usually point into the DOS data segment then (for our kernel). However, the compiler assumed ds to be unchanged.