Subversion Repositories SvarDOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
2158 2 d 20 h mateusz.viste /install/trunk/ rewritten some inline asm as pragma aux  
2157 2 d 21 h mateusz.viste /install/trunk/ use watcom _dos_getdiskfree() instead of inline asm (same footprint, less code to maintain)  
1996 39 d 7 h mateusz.viste /install/trunk/ cosmetic fix  
1994 39 d 7 h mateusz.viste /install/trunk/ added part type 0x0B (FAT-32 CHS) to the list of supported filesystems  
1982 50 d 20 h mateusz.viste /install/trunk/ install packages but mute warnings  
1953 53 d 19 h mateusz.viste /install/trunk/ changed "installing packets" to "copying packets" during 1st stage of installation  
1950 53 d 22 h mateusz.viste /install/trunk/ locales are preserved between 1st and 2nd stages of installation  
1949 53 d 23 h mateusz.viste /install/trunk/ message in drive selection screen is translatable  
1948 53 d 23 h 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  
1946 54 d 2 h mateusz.viste /install/trunk/ postinst computation is moved to 2nd stage so I know the boot drive letter  
1944 54 d 3 h mateusz.viste /install/trunk/ partition where SvarDOS is installed is always marked ACTIVE  
1943 54 d 6 h mateusz.viste /install/trunk/ read partitions of all (up to 4) disks  
1942 54 d 7 h mateusz.viste /install/trunk/ reorganized screens so drive selection and preparation are separate steps  
1940 54 d 20 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  
1939 55 d 2 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.  
1935 56 d 2 h mateusz.viste /install/trunk/ drive selection screen (prototype)  
1934 56 d 3 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  
1930 56 d 4 h mateusz.viste /install/trunk/ prepare install codebase so it is ready for installations on non-C: drives  
1928 56 d 8 h mateusz.viste /install/trunk/ decreased min disk requirement from 8 to 4 MiB  
1918 58 d 6 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)  

Show All