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

Add multitasking lie msdos 4.0 or dr dos 7.01 #9

Open iw2evk opened 7 years ago

iw2evk commented 7 years ago

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