1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

[locale] added FreeDOS locale files

This commit is contained in:
Pete Batard 2011-12-25 22:21:49 +00:00
parent 64949c27e1
commit 7fbee9d6d7
28 changed files with 76 additions and 11 deletions

View file

@ -1,9 +1,24 @@
The COMMAND.COM file was extracted from the fd11tst3.img image available at:
http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.1-test3/
o COMMAND.COM file was extracted from the fd11tst3.img image available at:
http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.1-test3/
Because of issue #19 (see https://github.com/pbatard/rufus/issues/19) KERNEL.SYS
is a recompiled version, from the 2011.12.16 svn source, with FORCELBA enabled
and with the following patch having been applied:
o The EGA files were extracted from the cpidos30.zip available at:
http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/dos/cpi/
o DISPLAY.EXE was extracted from /disp013x.zip available at:
http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/dos/display
o KEYB.EXE was extracted from KEYB201.ZIP available at:
http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/dos/keyb/2.01/
o The keyboard layouts (KEYB___.SYS) were extracted from kpdos30x.zip:
http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/dos/keyb/kblayout/
o MODE.COM was extracted from mode-2005may12.zip available at:
http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/dos/mode/2005/
o Because of issue #19 (see https://github.com/pbatard/rufus/issues/19)
KERNEL.SYS is a recompiled version, from the 2011.12.16 svn source, with
FORCELBA enabled and with the following patch having been applied:
Index: kernel/initdisk.c
===================================================================