FreeDOS/sys
C. Masloch bf085a7ed6 sys: fix gcc build, int86 has to preserve ds
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.
2022-12-31 09:37:42 -05:00
..
bin2c.c FreeDOS kernel current - 2041+svn1709 2012-10-14 20:08:06 -04:00
fdkrncfg.c kernel, main: add debugger_present variable and skip ints 0, 1, 3, 6 2022-05-21 23:22:08 -04:00
makefile remove some additional built files during clobber, ignore command.com in bin directory 2016-05-12 19:05:02 -04:00
sys.c sys: fix gcc build, int86 has to preserve ds 2022-12-31 09:37:42 -05:00
talloc.c ia16-elf-gcc: provide GNU LD linker script and symbols to link kernel. 2018-01-11 17:50:31 -05:00