1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-22 14:48:08 +00:00

LINKS.md added

This commit is contained in:
0xAX 2015-01-24 17:23:01 +06:00
parent ebeb05e67d
commit aff1dc6a4c

18
LINKS.md Normal file
View File

@ -0,0 +1,18 @@
Useful links
========================
Linux boot
------------------------
* [Linux/x86 boot protocol](https://www.kernel.org/doc/Documentation/x86/boot.txt)
Protected mode
------------------------
* [64-ia-32-architectures-software-developer-vol-3a-part-1-manual.pdf](http://www.intel.com/content/www/us/en/processors/architectures-software-developer-manuals.html)
Serial programming
------------------------
* [8250 UART Programming](http://en.wikibooks.org/wiki/Serial_Programming/8250_UART_Programming#UART_Registers)
* [Serial ports on OSDEV](http://wiki.osdev.org/Serial_Ports)