From eb087db68f01f6f40af88f98f1f395352ccd3c31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Tue, 14 May 2019 00:00:02 +0000 Subject: [PATCH] userland: make userland content a better landing page --- README.adoc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 9b94cb5..bc1e639 100644 --- a/README.adoc +++ b/README.adoc @@ -11533,7 +11533,11 @@ One "downside" of glibc is that it exercises much more kernel functionality on i == Userland content -See: <> +Getting started at: <> + +The quickest way to run the arch agnostic examples is natively with: <> + +This sectionwas were originally moved in here from: https://github.com/cirosantilli/cpp-cheat === C @@ -11543,7 +11547,7 @@ Programs under link:userland/c/[] are examples of link:https://en.wikipedia.org/ ** assert.h *** link:userland/c/assert_fail.c[] -These programs were originally moved from: https://github.com/ +Userland assembly content is located at: <>. It was split from this section basically becase we were hitting the HTML `h6` limit, stupid web :-) ==== GCC C extensions