PerditionC / fdkernel

FreeDOS kernel - implements the core MS-DOS/PC-DOS (R) compatible operating system. It is derived from Pat Villani's DOS-C kernel and released under the GPL v2. Please see http://www.freedos.org/ for more details about the FreeDOS (TM) Project. !!! This fork is no longer the primary fork -- Please post PRs and issues to https://github.com/FDOS/kernel !!!
http://dosc.fdos.org/
105 stars 0 forks source link

Fix compilation with MSVC 1.52c. #24

Closed bartoldeman closed 6 years ago

bartoldeman commented 6 years ago

Needs one more file from the c library, BSS_INIT all uninitialized globals in config.c and a define of SEEK_SET.