Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
3386 5757 d 9 h decky /branches/network/ add new network branch (copy of current trunk)  
/branches/network
3263 5782 d 1 h decky /trunk/tools/ make structure definition more C-like  
/trunk/tools/mkhord.py
/trunk/tools/mktmpfs.py
/trunk/tools/xstruct.py
3262 5782 d 1 h decky /trunk/tools/ structure objects: variable names, comments  
/trunk/tools/mkhord.py
/trunk/tools/mktmpfs.py
/trunk/tools/xstruct.py
3260 5782 d 5 h decky /trunk/tools/ support comments in structures  
/trunk/tools/mkhord.py
/trunk/tools/mktmpfs.py
/trunk/tools/xstruct.py
3259 5782 d 6 h decky /trunk/ more descriptive structure definitions  
/trunk/tools/xstruct.py
/trunk/Makefile
/trunk/tools/mkhord.py
/trunk/tools/mktmpfs.py
3245 5785 d 11 h decky /trunk/tools/ directory -> file  
/trunk/tools/mkhord.py
3244 5786 d 3 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