summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-08-18 19:11:30 +0200
committerMichal Idziorek <m.i@gmx.at>2014-08-18 19:11:30 +0200
commit71ee34fec93bd8bdbc7800752571746b0a210653 (patch)
treeae7ba7d394a0df64d39e3b015fb458e31cff4f58 /README.md
parent9776ad666f27dfcdc0a00ae10567b9be8363130f (diff)
Added basic pci scan and started e1000 driver.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index ea082dd..7bc5ea3 100644
--- a/README.md
+++ b/README.md
@@ -110,6 +110,7 @@ TODOS
* GNU HURD
* MINIX
* FreeBSD etc.
+ * xv6 (!)
look at following linux drivers:
* e1000
@@ -144,3 +145,4 @@ REFERENCES
* http://www.jamesmolloy.co.uk/tutorial_html/9.-Multitasking.html
* http://pdos.csail.mit.edu/6.828/2011/labs/lab6/
* http://wiki.osdev.org/Virtual_8086_Mode
+* http://pdos.csail.mit.edu/6.828/2011/xv6.html