diff options
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 |
