From 8a92ada807dceee1bc780b2b9cdcdb3a657001a4 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 4 Oct 2016 08:18:43 -0700 Subject: 3435 --- 011load.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to '011load.cc') diff --git a/011load.cc b/011load.cc index b887c369..ab0d44bf 100644 --- a/011load.cc +++ b/011load.cc @@ -1,4 +1,7 @@ //: Phase 1 of running mu code: load it from a textual representation. +//: +//: The process of running mu code: +//: load -> transform -> run :(scenarios load) // use 'load' instead of 'run' in all scenarios in this layer :(scenario first_recipe) -- cgit 1.4.1-2-gfad0 rtik/mu/'>mu
Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/tools/iso/kernel.soso/link.ld
blob: 1787a9760afb524e5f8a8bd3add94c2f9a520226 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34