Subversion Repositories SvarDOS

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
1953 8 h 11 m mateusz.viste /install/trunk/ changed "installing packets" to "copying packets" during 1st stage of installation  
/install/trunk/install.c
/install/trunk/nls/en_utf8.txt
/install/trunk/nls/fr_utf8.txt
/install/trunk/nls/pl_utf8.txt
/install/trunk/nls/ru_utf8.txt
1950 10 h 37 m mateusz.viste /install/trunk/ locales are preserved between 1st and 2nd stages of installation  
/install/trunk/install.c
1949 11 h 25 m mateusz.viste /install/trunk/ message in drive selection screen is translatable  
/install/trunk/install.c
/install/trunk/nls/en_utf8.txt
/install/trunk/nls/pl_utf8.txt
1948 11 h 32 m mateusz.viste /install/trunk/ height of menus is a maximum, not a fixed value + support for empty positions in menus + hardcoded string in drive selection screen  
/install/trunk/install.c
1946 14 h 54 m mateusz.viste /install/trunk/ postinst computation is moved to 2nd stage so I know the boot drive letter  
/install/trunk/install.c
/install/trunk/nls/de_utf8.txt
/install/trunk/nls/en_utf8.txt
/install/trunk/nls/fr_utf8.txt
/install/trunk/nls/it_utf8.txt
/install/trunk/nls/pl_utf8.txt
/install/trunk/nls/ru_utf8.txt
/install/trunk/nls/si_utf8.txt
/install/trunk/nls/sv_utf8.txt
/install/trunk/nls/tr_utf8.txt
1944 16 h 5 m mateusz.viste /install/trunk/ partition where SvarDOS is installed is always marked ACTIVE  
/install/trunk/install.c
1943 19 h 15 m mateusz.viste /install/trunk/ read partitions of all (up to 4) disks  
/install/trunk/install.c
1942 20 h 1 m mateusz.viste /install/trunk/ reorganized screens so drive selection and preparation are separate steps  
/install/trunk/install.c
1940 1 d 9 h mateusz.viste /install/trunk/ better MBR-to-DOS drives matching based on int 2Fh,AX=0803h as per the very good hints from Bernd and ECM - https://github.com/SvarDOS/bugz/issues/89  
/install/trunk/install.c
1939 1 d 15 h mateusz.viste /install/trunk/ brute-force matching of MBR entries to DOS drives by comparison of their bootsectors. This works, but is not very elegant.  
/install/trunk/install.c
1935 2 d 14 h mateusz.viste /install/trunk/ drive selection screen (prototype)  
/install/trunk/install.c
/install/trunk/nls/br_utf8.txt
/install/trunk/nls/de_utf8.txt
/install/trunk/nls/en_utf8.txt
/install/trunk/nls/fr_utf8.txt
/install/trunk/nls/it_utf8.txt
/install/trunk/nls/pl_utf8.txt
/install/trunk/nls/ru_utf8.txt
/install/trunk/nls/si_utf8.txt
/install/trunk/nls/sv_utf8.txt
/install/trunk/nls/tr_utf8.txt
1934 2 d 16 h mateusz.viste /install/trunk/ pkg.cfg is created in %DOSDIR% and postinst installation of packages is done through a shell FOR loop so if extra packages are added in 2nd stage (packet drivers or what not) they will be installed, too  
/install/trunk/install.c
1930 2 d 17 h mateusz.viste /install/trunk/ prepare install codebase so it is ready for installations on non-C: drives  
/install/trunk/install.c
1928 2 d 21 h mateusz.viste /install/trunk/ decreased min disk requirement from 8 to 4 MiB  
/install/trunk/install.c
1918 4 d 18 h mateusz.viste /install/trunk/ removed the external asm file for int 24h handler and replaced by 3 bytes of machine code inside install.c (also refreshing the int24h handler after every system() call)  
/install/trunk/int24hdl.asm
/install/trunk/install.c
/install/trunk/makefile
1911 5 d 6 h mateusz.viste /install/trunk/ fixed disksize() routine  
/install/trunk/install.c
1908 5 d 7 h mateusz.viste /install/trunk/ added proper COUNTRY code, EN-only mode implies a US keyboard, rewritten a few int86() calls to pragma aux  
/install/trunk/install.c
/install/trunk/keylay.h
/install/trunk/locales.c
1835 22 d 18 h mateusz.viste / switched FDAPM from APMDOS mode to ADV:REG by default to avoid the system getting sluggish in VirtualBox and 86box  
/files/floppy/install.com
/install/trunk/install.c
1831 23 d 14 h mateusz.viste /install/trunk/ postinstall script deletes kernel.sys from target drive so it can be properly installed by pkg  
/install/trunk/install.c
1828 26 d 20 h mateusz.viste /install/trunk/ installer generates a dummy CONFIG.SYS for the initial boot with an explicit SHELL directive with /P for EDR compatibility (bugz #74)  
/install/trunk/install.c

Show All