mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-13 23:05:24 +01:00
Implement fletcher16 checksumming up to path
Uses fletcher16 from previous commits. Next we will use sha-2 to do checksumming.
This commit is contained in:
parent
192221af22
commit
372e08e4f9
23 changed files with 90 additions and 2 deletions
13
sysa/mes/checksums
Normal file
13
sysa/mes/checksums
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
63031 /after/bin/mes
|
||||
23643 /after/bin/mescc.scm
|
||||
36724 /after/lib/crt1.s
|
||||
42390 /after/lib/crt1.o
|
||||
39638 /after/lib/x86.M1
|
||||
526 /after/lib/libmescc.s
|
||||
10591 /after/lib/libc+tcc.s
|
||||
45027 /after/lib/libc.s
|
||||
17259 /after/lib/libmescc.a
|
||||
20204 /after/lib/libc+tcc.a
|
||||
34645 /after/lib/libc.a
|
||||
8245 /after/lib/linux/elf32-header.hex2
|
||||
15474 /after/lib/linux/elf32-footer-single-main.hex2
|
||||
|
|
@ -296,3 +296,6 @@ libdir=${prefix}/lib
|
|||
${MES} -c "(display 'Hello,Mes!) (newline)"
|
||||
|
||||
cd ../..
|
||||
|
||||
# Checksums
|
||||
fletcher16 checksums
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue