From aff1dc6a4cbe51521c40c95db163f9549eaf64c0 Mon Sep 17 00:00:00 2001 From: 0xAX Date: Sat, 24 Jan 2015 17:23:01 +0600 Subject: [PATCH] LINKS.md added --- LINKS.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 LINKS.md diff --git a/LINKS.md b/LINKS.md new file mode 100644 index 0000000..c11367c --- /dev/null +++ b/LINKS.md @@ -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)