aarch64 booted, this is ubuntu 14.04.1 LTS, LSB: ubuntu@ubuntu:~$ file /bin//bash /bin//bash: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 3.7.0, BuildID[sha1]=36b671892d00161eaeb9f602049f9ce830e9056e, stripped ubuntu@ubuntu:~$ cat /proc/cpuinfo Processor : AArch64 Processor rev 0 (aarch64) processor : 0 Features : fp asimd evtstrm CPU implementer : 0x41 CPU architecture: AArch64 CPU variant : 0x1 CPU part : 0xd07 CPU revision : 0
Hardware : linux,dummy-virt On Wed, Jul 29, 2015 at 2:34 PM, Karel Gardas <gard...@gmail.com> wrote: > On Wed, Jul 29, 2015 at 12:55 PM, Dennis Luehring <dl.so...@gmx.net> wrote: >> Am 29.07.2015 um 11:17 schrieb Karel Gardas: >>> >>> What was interesting was that nbench2 was comparable on aarch64 >> >> >> was aarch64 a little or big-endian system, with unaligned accesses possible? > > This was Ubuntu with Linux kernel 3.13 so I guess little and unaligned > possible to make least pain for developers. -- but I'm just guessing > since I can't boot that now, it was always a little bit tricky to boot > that btw. Once it boots, tell me how to find the asnwers to your > questions. Will dmesg do or cat /proc/cpuinfo or just file /bin/bash?