From 708adea0c055f04b3416ce27ebb7269e11c43bb6 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 15 Jul 2017 10:07:01 +0200 Subject: added some links in abaintro blog content --- content/blog/abaos-intro.md | 8 +++++--- 1 file 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 -- cgit v1.2.3-54-g00ecf