György 'Nog' Jeney a écrit : > > In some of the int21 routines it says that we should use > DOSDEV_Peek/Read/Write. it seems to be related to console only functions in that case, you could use directly the console functions
>Should we also use the functions in the devices.c to > implement all functions on devices like ioctls etc.? for the other int21 (disk read/write for instance), yes ioctl are the way to go A+