]> rtime.felk.cvut.cz Git - can-eth-gw.git/blobdiff - bench/boot
benchmarking and debugging distributions added; benchmark script added
[can-eth-gw.git] / bench / boot
diff --git a/bench/boot b/bench/boot
new file mode 100755 (executable)
index 0000000..137c833
--- /dev/null
@@ -0,0 +1,7 @@
+#!/usr/bin/env novaboot
+KERNEL=kernel-bench console=ttyS0,115200
+ramdisk < \
+( ( cd $SRCDIR/../distro/busybox/_install; find . | cpio -o -H newc         );\
+  ( cd $SRCDIR/../distro/customroot; find . | cpio -o --dereference -H newc );\
+  ( cd $SRCDIR; echo "task" | cpio -o -H newc                               ) ) | gzip
+