eth-intel 0.1.2

Intel e1000 ethernet driver
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
args = [
    "-nographic",
    "-cpu",
    "cortex-a53",
    "-machine",
    "virt,gic-version=3,virtualization=on",
    "-device",
    "e1000,netdev=net0",
    "-netdev",
    "user,id=net0",
]
uefi = false
to_bin = true
success_regex = ["All tests passed"]
fail_regex = ["Panicked:", "thread 'main' has overflowed its stack"]