Size: 316
Comment: initial version
|
Size: 1080
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 4: | Line 4: |
* [http://www.jegerlehner.ch/intel/ Intel Assembler 80x86 CodeTable] an overview of the x86 assembler instructions, on one sheet of paper! |
* [http://www.jegerlehner.ch/intel/ Intel Assembler 80x86 CodeTable] an overview of the x86 assembler instructions, on one sheet of paper. * [http://www.ctyme.com/rbrown.htm Ralf Brown's Interrupt List] exhaustive info about just about every interrupt for the x86/DOS environment, useful for the detailed info about BIOS calls * [http://www.linuxassembly.org/ Linuxassembly.org] information on assembly programming under UNIX-like operating systems. * [http://www.sandpile.org/ Sandpile.org] hardware and software information about x86 and x86-64 CPUs. |
Line 8: | Line 9: |
* [http://en.wikipedia.org/wiki/C_programming_language Wikipedia's] entry on the C programming language. = Other links = * [http://www.mindprod.com/jgloss/unmain.html How To Write Unmaintainable Code] is a collection of excellent rules for writing code that nobody else can understand. It is an excellent article on how NOT to write programs. |
Some links with information about programming languages that are useful when programming the kernel. Please add your links in alphabetical order.
Assembler
[http://www.jegerlehner.ch/intel/ Intel Assembler 80x86 CodeTable] an overview of the x86 assembler instructions, on one sheet of paper.
[http://www.ctyme.com/rbrown.htm Ralf Brown's Interrupt List] exhaustive info about just about every interrupt for the x86/DOS environment, useful for the detailed info about BIOS calls
[http://www.linuxassembly.org/ Linuxassembly.org] information on assembly programming under UNIX-like operating systems.
[http://www.sandpile.org/ Sandpile.org] hardware and software information about x86 and x86-64 CPUs.
C
[http://en.wikipedia.org/wiki/C_programming_language Wikipedia's] entry on the C programming language.
Other links
[http://www.mindprod.com/jgloss/unmain.html How To Write Unmaintainable Code] is a collection of excellent rules for writing code that nobody else can understand. It is an excellent article on how NOT to write programs.