Size: 1085
Comment:
|
Size: 1085
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
* [javascript:void(0);/*1224127226810*/ 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 | * [javascript:void(0);/*1224127468373*/ 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 |
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.
- [javascript:void(0);/*1224127468373*/ 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.