Generic x86_64 System

Build Status

This is the base Nerves System configuration for a generic x86_64 system.

FeatureDescription
CPUIntel
Memory512 MB+ DRAM
StorageHard disk/SSD/etc. (/dev/sda)
Linux kernel4.13
IEx terminalDisplay - tty0
Hardware I/ONone
EthernetYes

Please contact me about this if you're really interested in it. I don't maintain it, and unless you really dig through the code, it's not going to be obvious how it works. I'm happy to help if you're really interested.

Installation

Add nerves_system_x86_64 to your list of dependencies in mix.exs:

def deps do
[{:nerves_system_x86_64, "~> 0.1"}]
end