Skip to content

Instantly share code, notes, and snippets.

@latsku
latsku / TPM2_capabilities.txt
Created August 14, 2015 13:49
Intel NUC TPM2 capabilities
TbsHandle:548
Supported algorithms:
Rsa
Sha1
Hmac
Aes
Keyedhash
Xor
Sha256
Rsassa
@latsku
latsku / test_packing.c
Last active August 29, 2015 14:20
Test file to demonstrate structure packing on C
/**
* \file
* Test to show how packed structures work in C.
*
* Eric S. Raymond has written a great introduction to structure packing
* (http://www.catb.org/esr/structure-packing/)
*
* @author: Lari Lehtomäki <[email protected]>
* @date: 2015-05-29
*
@latsku
latsku / kernel.log
Created December 13, 2014 19:18
VoCore kernel log
[ 0.000000] Linux version 3.14.18 ([email protected]) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r42586) ) #15 Wed Sep 24 11:18:53 CST 2014
[ 0.000000] SoC Type: Ralink RT5350 id:1 rev:3
[ 0.000000] bootconsole [early0] enabled
[ 0.000000] CPU0 revision is: 0001964c (MIPS 24KEc)
[ 0.000000] MIPS: machine is VoCore
[ 0.000000] Determined physical RAM map:
[ 0.000000] memory: 02000000 @ 00000000 (usable)
[ 0.000000] Initrd not found or empty - disabling initrd
[ 0.000000] Zone ranges:
[ 0.000000] Normal [mem 0x00000000-0x01ffffff]