summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-08-07 19:10:05 +0200
committerMichal Idziorek <m.i@gmx.at>2014-08-07 19:10:05 +0200
commita6670d2e97d9e1b6089ae130c983c02ba4db8be2 (patch)
tree1b23dfedf0a0966985f1630d092e0ea161da202f /README.md
parenta4efc817232fa5742c9417d74b66b257c268c84d (diff)
minor update of README
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 7 insertions, 12 deletions
diff --git a/README.md b/README.md
index 6d9e12a..4e7a6f6 100644
--- a/README.md
+++ b/README.md
@@ -25,13 +25,10 @@ SOFTWARE.
MY NOTES BELOW THIS LINE
========================
-cli; disable interrupts
-lgdt
-lidt
-sti; enable interrupts
-
Linux Startup x86
-=================
+-----------------
+
+Some notes on the Linux statup process, or at least how I understand it.
1. arch/x86/boot/header.S
@@ -76,7 +73,7 @@ start_kernel(void)
setup_arch()!!
Interrupts
-==========
+----------
arch/x86/include/asm/irq_vectors.h each entry is 8 bytes
@@ -90,20 +87,18 @@ ISA interrupts:
TODOS
-=====
+-----
+
* study LINUX KERNEL
* GNU HURD
* MINIX
* FreeBSD etc.
-NETWORK
-=======
-
look at following linux drivers:
* e1000
notes
-=====
+-----
* posix - minimal set of function calls!
* distributed os