1
0
Fork 0
Custom Kernel for FreeDOS that allows to run Windows 3.1x on 386 Enhanced Mode
  • C 51.4%
  • Assembly 38.4%
  • DIGITAL Command Language 3.8%
  • Makefile 1.7%
  • C++ 1.6%
  • Other 3.1%
Find a file
2025-08-07 13:27:15 +09:00
bin Initial Commit 2025-08-07 13:27:15 +09:00
boot Initial Commit 2025-08-07 13:27:15 +09:00
country Initial Commit 2025-08-07 13:27:15 +09:00
docs Initial Commit 2025-08-07 13:27:15 +09:00
drivers Initial Commit 2025-08-07 13:27:15 +09:00
hdr Initial Commit 2025-08-07 13:27:15 +09:00
kernel Initial Commit 2025-08-07 13:27:15 +09:00
lib Initial Commit 2025-08-07 13:27:15 +09:00
mkfiles Initial Commit 2025-08-07 13:27:15 +09:00
setver Initial Commit 2025-08-07 13:27:15 +09:00
share Initial Commit 2025-08-07 13:27:15 +09:00
sys Initial Commit 2025-08-07 13:27:15 +09:00
test Initial Commit 2025-08-07 13:27:15 +09:00
tests Initial Commit 2025-08-07 13:27:15 +09:00
utils Initial Commit 2025-08-07 13:27:15 +09:00
build.bat Initial Commit 2025-08-07 13:27:15 +09:00
buildall.bat Initial Commit 2025-08-07 13:27:15 +09:00
ci_build.sh Initial Commit 2025-08-07 13:27:15 +09:00
ci_test.sh Initial Commit 2025-08-07 13:27:15 +09:00
clean.bat Initial Commit 2025-08-07 13:27:15 +09:00
clobber.bat Initial Commit 2025-08-07 13:27:15 +09:00
config.b Initial Commit 2025-08-07 13:27:15 +09:00
config.m Initial Commit 2025-08-07 13:27:15 +09:00
config.mak Initial Commit 2025-08-07 13:27:15 +09:00
COPYING Initial Commit 2025-08-07 13:27:15 +09:00
default.bat Initial Commit 2025-08-07 13:27:15 +09:00
filelist Initial Commit 2025-08-07 13:27:15 +09:00
makefile Initial Commit 2025-08-07 13:27:15 +09:00
MAKEPKGS.BAT Initial Commit 2025-08-07 13:27:15 +09:00
README.md Initial Commit 2025-08-07 13:27:15 +09:00
RELEASE.BAT Initial Commit 2025-08-07 13:27:15 +09:00

fd kernel

FreeDOS kernel - current 0xFD version is 2.43 (2043)

http://www.fdos.org/kernel/

The FreeDOS kernel implements the core MS/PC-DOS (R) compatible functions. 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 was originally a branch based on 2042 SVN 0xFD kernel; the full svn history has since been added to git (see other branches) and current development of release kernels are available here. Please fork and submit a Pull Request!

Compiled kernels ready to use (just copy kernel.sys over an existing install) are available at http://www.fdos.org/kernel/testing/git/ - also available are the source archive and fdpkg compatible packages. *** TODO update links/upload archives

This version of the kernel is intended only for 8086+ or 80386+ IBM compatible computers in continuation of the goals of the FreeDOS Project. Please see http://www.fdos.org/kernel for my 0xDC kernel that is work on merging back in some of the original portability aspects and other supported features at the cost of some compatibility with older hardware/software.

Please feel free to email me - PerditionC@gmail.com

Now with automatic builds and soon tests Build