diff options
-rw-r--r-- | notes/good_examples.txt | 14 | ||||
-rw-r--r-- | notes/linux_interface.txt | 12 |
2 files changed, 26 insertions, 0 deletions
diff --git a/notes/good_examples.txt b/notes/good_examples.txt new file mode 100644 index 0000000..e4b14ff --- /dev/null +++ b/notes/good_examples.txt @@ -0,0 +1,14 @@ + +### CERN Open Hardware Repository + +### More + +OpenRISC +CSAIL's Beehive +milkymist (?) +MIT 6.111 Course Examples +OpenSparc +Elphel +Bitcoin Miner (?) +netv + diff --git a/notes/linux_interface.txt b/notes/linux_interface.txt new file mode 100644 index 0000000..d0b3cbd --- /dev/null +++ b/notes/linux_interface.txt @@ -0,0 +1,12 @@ + +UIO + +virtio, multiple cores + https://lwn.net/Articles/448562/ + +vfio + https://lwn.net/Articles/474088/ + +Linux Device Drivers, Third Edition + open, but old: https://lwn.net/Kernel/LDD3/ + |