diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-08-07 19:10:05 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-08-07 19:10:05 +0200 |
| commit | a6670d2e97d9e1b6089ae130c983c02ba4db8be2 (patch) | |
| tree | 1b23dfedf0a0966985f1630d092e0ea161da202f /README.md | |
| parent | a4efc817232fa5742c9417d74b66b257c268c84d (diff) | |
minor update of README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 19 |
1 files changed, 7 insertions, 12 deletions
@@ -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 |
