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 or later. Please see http://www.freedos.org/ for more details about the FreeDOS (TM) Project.
Go to file
Andrew Bird 241875a742 Make: Allow clean and clobber to work with gcc
Currently the sed trickery for gcc is only setup on the all target, but
if we want to do `make COMPILER=gcc clean all` the clean will fail.
Setup and remove the GNUmakefiles for each main target.
2019-12-08 09:28:56 -05:00
bin Introduce end-of-line normalization 2017-12-22 09:37:31 -05:00
boot For GCC builds use GNU make instead of wmake throughout. 2018-01-11 17:50:31 -05:00
docs Add the full text of the license (GPL v2). (#8) 2019-12-01 21:08:56 -05:00
drivers Use "ar" instead of "wlib" in gcc build. 2018-01-11 17:50:31 -05:00
hdr ia16-elf-gcc port: use CDECL = __attribute__((cdecl)) instead of varargs. 2018-07-12 10:56:26 -04:00
kernel int2f: Allow 1217h function to return new CDS entry 2019-12-02 15:09:23 -05:00
lib FreeDOS kernel current - 2041+svn1709 2012-10-14 20:08:06 -04:00
mkfiles ia16-elf-gcc: remove need for far function wrappers 2018-07-08 18:10:18 +08:00
share FreeDOS kernel current - 2041+svn1709 2012-10-14 20:08:06 -04:00
sys ia16-elf-gcc: enable and fix basic warnings; don't do strict ptr aliasing for now 2018-01-11 17:50:31 -05:00
tests/absread Introduce end-of-line normalization 2017-12-22 09:37:31 -05:00
utils Fix minor issues in diagnostic messages in utils/exeflat.c 2018-04-07 22:22:12 +08:00
.gitattributes Travis: Initial build attempt 2019-12-02 15:06:22 -05:00
.gitignore .gitignore: be more thorough 2017-12-22 09:37:31 -05:00
.travis.yml Travis: Initial build attempt 2019-12-02 15:06:22 -05:00
COPYING Add the full text of the license (GPL v2). (#8) 2019-12-01 21:08:56 -05:00
MAKEPKGS.BAT Introduce end-of-line normalization 2017-12-22 09:37:31 -05:00
README.md Update readme with build status 2019-12-03 19:57:03 -05:00
RELEASE.BAT Introduce end-of-line normalization 2017-12-22 09:37:31 -05:00
build.bat Introduce end-of-line normalization 2017-12-22 09:37:31 -05:00
buildall.bat Introduce end-of-line normalization 2017-12-22 09:37:31 -05:00
clean.bat Introduce end-of-line normalization 2017-12-22 09:37:31 -05:00
clobber.bat Introduce end-of-line normalization 2017-12-22 09:37:31 -05:00
config.b Introduce end-of-line normalization 2017-12-22 09:37:31 -05:00
config.m fix and enable i386 support 2017-12-06 23:13:47 -05:00
default.bat Introduce end-of-line normalization 2017-12-22 09:37:31 -05:00
filelist FreeDOS kernel current - 2041+svn1709 2012-10-14 20:08:06 -04:00
makefile Make: Allow clean and clobber to work with gcc 2019-12-08 09:28:56 -05:00
travis_build.sh Travis: Initial build attempt 2019-12-02 15:06:22 -05:00
travis_test.sh Travis: Initial build attempt 2019-12-02 15:06:22 -05:00

README.md

fd kernel

FreeDOS kernel - branch from 2042 SVN 0xFD kernel

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. 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.

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 2020

Build Status Now with automatic builds and soon tests on Travis CI