Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
3263 5759 d 14 h decky /trunk/tools/ make structure definition more C-like  
/trunk/tools/mkhord.py
/trunk/tools/mktmpfs.py
/trunk/tools/xstruct.py
3262 5759 d 15 h decky /trunk/tools/ structure objects: variable names, comments  
/trunk/tools/mkhord.py
/trunk/tools/mktmpfs.py
/trunk/tools/xstruct.py
3260 5759 d 18 h decky /trunk/tools/ support comments in structures  
/trunk/tools/mkhord.py
/trunk/tools/mktmpfs.py
/trunk/tools/xstruct.py
3259 5759 d 20 h decky /trunk/ more descriptive structure definitions  
/trunk/tools/xstruct.py
/trunk/Makefile
/trunk/tools/mkhord.py
/trunk/tools/mktmpfs.py
3245 5763 d 0 h decky /trunk/tools/ directory -> file  
/trunk/tools/mkhord.py
3244 5763 d 17 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.
 
/trunk/tools/mkhord.py
/trunk/boot/arch/amd64/Makefile.inc
/trunk/boot/arch/arm32/loader/Makefile
/trunk/boot/arch/ia32/Makefile.inc
/trunk/boot/arch/mips32/loader/Makefile
/trunk/boot/arch/ppc32/loader/Makefile
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/tools/mktmpfs.py