Subversion Repositories HelenOS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4360 5620 d 0 h decky /trunk/ add support for lowercase extension and lowercase basename bits (NT extension of plain FAT16)
this implements request ticket #57
 
4081 5675 d 3 h decky /trunk/tools/ interpret negative inference properly  
4080 5675 d 3 h decky /trunk/tools/ add support for negative inference  
4062 5679 d 3 h decky /trunk/tools/ handle the Done (dialog) button before doing anything else  
4058 5679 d 6 h decky /trunk/ add support for predefined configuration profiles (and subprofiles, configuration can be nested)  
4054 5679 d 7 h decky /trunk/tools/ indicate undefined configuration options more explicitly
(the "None" was not clear enought and might get confused with "none" value)
 
3937 5695 d 3 h decky /trunk/tools/ use three-state logic for deduced defaults  
3916 5697 d 21 h decky /trunk/tools/ fix a flaw in deduction algorithm  
3909 5698 d 18 h decky /trunk/tools/ prepare to eliminate any non-standard defines
for each '#define name value' add also '#define name_value'
 
3881 5702 d 23 h decky /trunk/tools/ generate header file and preprocessor switches
introduce new option "y" for pure conditional assignments
 
3843 5714 d 22 h decky /trunk/tools/ minimal dialog width  
3821 5718 d 23 h decky /trunk/tools/ better compatibility with older versions of Python  
3808 5725 d 2 h decky /trunk/ salvage duplicate configuration option  
3805 5725 d 4 h decky /trunk/tools/ nicer display  
3804 5725 d 4 h decky /trunk/tools/ fallback to dialog if newt is not available
fallback to plain text if dialog is not available
 
3803 5726 d 1 h decky /trunk/ configuration system overhaul (requires newt)  
3545 5803 d 20 h decky /trunk/tools/ skip .svn also during calculation of filesystem size
use cluster as small as a sector
 
3541 5805 d 1 h svoboda /trunk/tools/ Do not add .svn directories to initial ramdisk.  
3525 5810 d 22 h decky /trunk/tools/ yet another old Python compatibility fix  
3524 5810 d 22 h decky /trunk/tools/ remove conditional expression (for compatibility with older Python versions)  
3523 5810 d 23 h decky /trunk/ finish mkfat.py
this drops build dependency on mtools
 
3520 5811 d 3 h decky /trunk/tools/ root directory population  
3511 5812 d 1 h decky /trunk/tools/ create a working (albeit empty) FAT16 filesystem  
3509 5812 d 2 h decky /trunk/tools/ proper FAT16 boot sector initialization  
3264 5889 d 18 h decky /trunk/tools/ initial mkfat.py  
3263 5889 d 19 h decky /trunk/tools/ make structure definition more C-like  
3262 5889 d 19 h decky /trunk/tools/ structure objects: variable names, comments  
3260 5889 d 23 h decky /trunk/tools/ support comments in structures  
3259 5890 d 0 h decky /trunk/ more descriptive structure definitions  
3245 5893 d 5 h decky /trunk/tools/ directory -> file  
3244 5893 d 21 h jermar /trunk/ Split mktmpfs.py to a TMPFS specific part and a HORD specific part. The latter
is moved to mkhord.py and can be reused for FAT16 images as well. mktmpfs.py and
mkfat.sh define the same interface now. Modify makefiles to use the modified
interface (e.g. do not pass alignment to either mktmpfs.py or mkfat.sh). FAT16
initrd image can be now loaded as initrd on amd64 and gets recognized as a
ramdisk image.
 
3242 5895 d 23 h jermar /trunk/tools/ Introduce a script for preparing FAT16 image.
Depends on mtools.
 
3046 5957 d 19 h decky /trunk/tools/ recursive TMPFS image  
3028 5961 d 5 h decky /trunk/ cleanup scripts  
3021 5962 d 19 h decky /trunk/tools/ add support for page size alignment  
3019 5963 d 2 h decky /trunk/tools/ add RD header  
3017 5963 d 2 h decky /trunk/tools/ update scripts  
2830 6012 d 3 h jermar /trunk/ Add (c) and the modified BSD license to the config system.  
2829 6012 d 10 h decky /trunk/tools/ remove obsolete script  
2585 6173 d 21 h cejka /trunk/ Better fix of labels in configuration script.