summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-07-15 10:07:01 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-07-15 10:07:01 +0200
commit708adea0c055f04b3416ce27ebb7269e11c43bb6 (patch)
treea97ffce91d495515890139ef0596fdf90b8693a8
parenta3370f582a4a69812acacf1b888414fb2fbb998c (diff)
downloadwww-andreasbaumann-cc-708adea0c055f04b3416ce27ebb7269e11c43bb6.tar.gz
www-andreasbaumann-cc-708adea0c055f04b3416ce27ebb7269e11c43bb6.tar.bz2
added some links in abaintro blog content
-rw-r--r--content/blog/abaos-intro.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/content/blog/abaos-intro.md b/content/blog/abaos-intro.md
index 9102704..8360990 100644
--- a/content/blog/abaos-intro.md
+++ b/content/blog/abaos-intro.md
@@ -42,9 +42,11 @@ OS developers, to pick too of them here:
## Details
-I'm using standard C99 with either gcc, clang, tcc or pcc currently for
-the C parts. NASM for the assembly parts. No inline-assembly. I want
-to see clearly where the CPU/machine-dependent parts are.
+I'm using standard C99 with either [gcc](http://gcc.gnu.org),
+[clang](http://clang.llvm.org/), [tcc](http://bellard.org/tcc/) or
+[pcc](http://pcc.ludd.ltu.se/) currently for the C parts.
+[NASM](http://www.nasm.us) for the assembly parts. No inline-assembly.
+I want to see clearly where the CPU/machine-dependent parts are.
One goal is to write a minimal self-hosting operating system. This is
a long way to go. Many tools like make, binutils, nasm, compilers require