Mercurial > lcfOS
diff kernel/arch/vexpressA9.c3 @ 388:e07c2a9abac1
Enabled paging in kernel
author | Windel Bouwman |
---|---|
date | Fri, 02 May 2014 14:51:46 +0200 |
parents | 6df89163e114 |
children |
line wrap: on
line diff
--- a/kernel/arch/vexpressA9.c3 Thu May 01 22:09:18 2014 +0200 +++ b/kernel/arch/vexpressA9.c3 Fri May 02 14:51:46 2014 +0200 @@ -16,7 +16,7 @@ function void putc(int c) { var int *UART0DR; - UART0DR = cast<int*>(0x10009000); // UART0 DR register + UART0DR = cast<int*>(0x109000); // UART0 DR register when remapped at 1MB *UART0DR = c; }