fdkernel icon indicating copy to clipboard operation
fdkernel copied to clipboard

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

Results 11 fdkernel issues
Sort by recently updated
recently updated
newest added

does freedos kernel support exfat?

enhancement

Not completely sure this is a bug, or just odd compatibility behavior. VM consisting of 1 virtual HDD. No LFN support TSR running. Program Traps Int 24 to prevent OS...

- review compilers supported: * **Open Watcom** (1.9 recommended, 2.0 when released) [OSI approved, Sybase - possible CRT issue] * **Borland C/C++** (3, 4), including **Turbo C** (2) and **Turbo...

enhancement
help wanted

Improve readme information for new users/those not familiar with DOS. Add pcjs based support to demo running DOS from browser.

enhancement

Hi, it's possible implementig multitasking in kernel like ms dos 4.0 https://en.wikipedia.org/wiki/MS-DOS_4.0_%28multitasking%29 or dr dos 7.01? http://www.drdos.net/documentation/multtask/01mtch1.htm Thanks Roberto iw2evk

enhancement

For compilers with support for a 64 bit integer, add support for FAT partitions residing in a GPT partitioned disk. Note: additional flags to kernel need to be added: -...

enhancement

Hi, can you add to kernel the support of copy /paste service for copy /past text from a program to another, or copy /paste directory and others command without typing.

See FreeDOS bug #197 crashes when unformatted partitions are present and corresponding dosemu issue https://github.com/stsp/dosemu2/issues/478

bug