Module Name:    src
Committed By:   tsutsui
Date:           Tue May  7 19:55:14 UTC 2024

Modified Files:
        src/sys/arch/hp300/stand/mkboot: mkboot.c volhdr.h

Log Message:
Use proper signedness for the LIF file system data structures.

Ancient 4.3BSD used short and int for location, file size, file type,
and addresses etc. but all of them should be unsigned.
Also rename several variables and add comments for readability.

The LIF file system info can be found in "The HPDir Project" page:
 https://www.hp9845.net/9845/projects/hpdir/

The same uboot.lif binaries are generated.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/hp300/stand/mkboot/mkboot.c
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/hp300/stand/mkboot/volhdr.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to