summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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