File: copykernel

package info (click to toggle)
mol 0.9.61-6
  • links: PTS
  • area: contrib
  • in suites: woody
  • size: 6,140 kB
  • ctags: 8,491
  • sloc: ansic: 50,560; asm: 2,826; sh: 458; makefile: 373; perl: 165; lex: 135; yacc: 131
file content (5 lines) | stat: -rwxr-xr-x 98 bytes parent folder | download
1
2
3
4
5
#!/bin/sh

dd bs=4096 count=300 if=/dev/mem of=kernel.image

cmp kernel.image kernel.image.cmp -l