charles noticed that the type is actually decimal. Reference: /n/atom/patch/applied2013/e820dec Date: Thu Dec 5 14:13:57 CET 2013 Signed-off-by: quanstro@quanstro.net --- /sys/src/nix/k10/options.c Thu Dec 5 14:13:37 2013 +++ /sys/src/nix/k10/options.c Thu Dec 5 14:13:38 2013 @@ -113,7 +113,7 @@ for(s = p;;){ if(*s == 0) break; - type = strtoull(s, &s, 16); + type = strtoull(s, &s, 10); if(*s != ' ') break; base = strtoull(s, &s, 16);