From ee07e694aab1ee0c8e588763bc51d9f7736ae864 Mon Sep 17 00:00:00 2001 From: Travis Geiselbrecht Date: Sat, 20 Feb 2016 11:47:50 -0800 Subject: [PATCH] [readme] add link to wiki and update paths --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5cdd71d8..e92c4b20 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ The LK embedded kernel. An SMP-aware kernel designed for small systems. -See http://github.com/littlekernel/lk for the latest version. +See https://github.com/littlekernel/lk for the latest version. + +See https://github.com/littlekernel/lk/wiki for documentation. ## to build and test for ARM on linux @@ -17,4 +19,4 @@ arm machine 'virt' emulation. type 'help' for commands. note 1: for ubuntu: sudo apt-get install gcc-arm-none-eabi or fetch a prebuilt toolchain from -http://newos.org/toolchains/arm-eabi-5.2.0-Linux-x86_64.tar.xz +http://newos.org/toolchains/arm-eabi-5.3.0-Linux-x86_64.tar.xz