From dc5a0acf3feea227d03a98cedf427d2aef462320 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 26 Jun 2021 09:20:32 -0700 Subject: . Switch html rendering to my current colorscheme with a little less blue, for night browsing. --- html/linux/bootstrap/000organization.cc.html | 12 ++++++------ html/linux/bootstrap/001help.cc.html | 14 +++++++------- html/linux/bootstrap/002test.cc.html | 12 ++++++------ html/linux/bootstrap/003trace.cc.html | 16 ++++++++-------- html/linux/bootstrap/003trace.test.cc.html | 10 +++++----- html/linux/bootstrap/010vm.cc.html | 8 ++++---- html/linux/bootstrap/011run.cc.html | 10 +++++----- html/linux/bootstrap/012elf.cc.html | 16 ++++++++-------- html/linux/bootstrap/013direct_addressing.cc.html | 12 ++++++------ html/linux/bootstrap/014indirect_addressing.cc.html | 10 +++++----- html/linux/bootstrap/015immediate_addressing.cc.html | 12 ++++++------ html/linux/bootstrap/016index_addressing.cc.html | 8 ++++---- html/linux/bootstrap/017jump_disp8.cc.html | 10 +++++----- html/linux/bootstrap/018jump_disp32.cc.html | 10 +++++----- html/linux/bootstrap/019functions.cc.html | 12 ++++++------ html/linux/bootstrap/020byte_addressing.cc.html | 8 ++++---- html/linux/bootstrap/021div.cc.html | 10 +++++----- html/linux/bootstrap/022float.cc.html | 10 +++++----- html/linux/bootstrap/029syscalls.cc.html | 10 +++++----- html/linux/bootstrap/030translate.cc.html | 10 +++++----- html/linux/bootstrap/031transforms.cc.html | 6 +++--- html/linux/bootstrap/032operands.cc.html | 10 +++++----- html/linux/bootstrap/033check_operands.cc.html | 14 +++++++------- html/linux/bootstrap/034check_operand_bounds.cc.html | 10 +++++----- html/linux/bootstrap/035compute_segment_address.cc.html | 10 +++++----- html/linux/bootstrap/036labels.cc.html | 10 +++++----- html/linux/bootstrap/037global_variables.cc.html | 10 +++++----- html/linux/bootstrap/038literal_strings.cc.html | 12 ++++++------ html/linux/bootstrap/039debug.cc.html | 8 ++++---- html/linux/bootstrap/040tests.cc.html | 8 ++++---- 30 files changed, 159 insertions(+), 159 deletions(-) (limited to 'html/linux/bootstrap') diff --git a/html/linux/bootstrap/000organization.cc.html b/html/linux/bootstrap/000organization.cc.html index 269fe12f..fbf53912 100644 --- a/html/linux/bootstrap/000organization.cc.html +++ b/html/linux/bootstrap/000organization.cc.html @@ -10,18 +10,18 @@ diff --git a/html/linux/bootstrap/001help.cc.html b/html/linux/bootstrap/001help.cc.html index df47ab21..8aefe2a1 100644 --- a/html/linux/bootstrap/001help.cc.html +++ b/html/linux/bootstrap/001help.cc.html @@ -10,19 +10,19 @@ @@ -217,7 +217,7 @@ if ('onhashchange' in window) { 157 //: yadda-yadda. Instead use this macro below to perform an unsafe cast to 158 //: signed. We'll just give up immediately if a container's ever too large. 159 //: Basically, Mu is not concerned about this being a little slower than it -160 //: could be. (https://gist.github.com/rygorous/e0f055bfb74e3d5f0af20690759de5a7) +160 //: could be. (https://gist.github.com/rygorous/e0f055bfb74e3d5f0af20690759de5a7) 161 //: 162 //: Addendum to corollary: We're going to uniformly use int everywhere, to 163 //: indicate that we're oblivious to number size, and since Clang on 32-bit @@ -229,7 +229,7 @@ if ('onhashchange' in window) { 169 170 //: 5. Integer overflow is guarded against at runtime using the -ftrapv flag 171 //: to the compiler, supported by Clang (GCC version only works sometimes: -172 //: http://stackoverflow.com/questions/20851061/how-to-make-gcc-ftrapv-work). +172 //: http://stackoverflow.com/questions/20851061/how-to-make-gcc-ftrapv-work). 173 :(before "atexit(reset)") 174 initialize_signal_handlers(); // not always necessary, but doesn't hurt 175 //? cerr << INT_MAX+1 << '\n'; // test overflow diff --git a/html/linux/bootstrap/002test.cc.html b/html/linux/bootstrap/002test.cc.html index a47b998c..b4b53409 100644 --- a/html/linux/bootstrap/002test.cc.html +++ b/html/linux/bootstrap/002test.cc.html @@ -10,19 +10,19 @@ diff --git a/html/linux/bootstrap/003trace.cc.html b/html/linux/bootstrap/003trace.cc.html index 88ecd723..a444f463 100644 --- a/html/linux/bootstrap/003trace.cc.html +++ b/html/linux/bootstrap/003trace.cc.html @@ -10,18 +10,18 @@ @@ -103,7 +103,7 @@ if ('onhashchange' in window) { 44 //: 45 //: Between layers and domain-driven testing, programming starts to look like a 46 //: fundamentally different activity. Instead of focusing on a) superficial, - 47 //: b) local rules on c) code [like say http://blog.bbv.ch/2013/06/05/clean-code-cheat-sheet], + 47 //: b) local rules on c) code [like say http://blog.bbv.ch/2013/06/05/clean-code-cheat-sheet], 48 //: we allow programmers to engage with the a) deep, b) global structure of 49 //: the c) domain. If you can systematically track discontinuities in the 50 //: domain, you don't care if the code used gotos as long as it passed all @@ -123,7 +123,7 @@ if ('onhashchange' in window) { 64 //: 65 //: "Programming properly should be regarded as an activity by which 66 //: programmers form a mental model, rather than as production of a program." - 67 //: -- Peter Naur (http://akkartik.name/naur.pdf) + 67 //: -- Peter Naur (http://akkartik.name/naur.pdf) 68 69 //:: == Core data structures 70 diff --git a/html/linux/bootstrap/003trace.test.cc.html b/html/linux/bootstrap/003trace.test.cc.html index 91507f71..cad23ec4 100644 --- a/html/linux/bootstrap/003trace.test.cc.html +++ b/html/linux/bootstrap/003trace.test.cc.html @@ -10,16 +10,16 @@ diff --git a/html/linux/bootstrap/010vm.cc.html b/html/linux/bootstrap/010vm.cc.html index e6ca03e7..187fff12 100644 --- a/html/linux/bootstrap/010vm.cc.html +++ b/html/linux/bootstrap/010vm.cc.html @@ -10,18 +10,18 @@ diff --git a/html/linux/bootstrap/011run.cc.html b/html/linux/bootstrap/011run.cc.html index f1ffbb3b..f8bccca2 100644 --- a/html/linux/bootstrap/011run.cc.html +++ b/html/linux/bootstrap/011run.cc.html @@ -10,17 +10,17 @@ diff --git a/html/linux/bootstrap/012elf.cc.html b/html/linux/bootstrap/012elf.cc.html index 65fd0aea..ec236fa1 100644 --- a/html/linux/bootstrap/012elf.cc.html +++ b/html/linux/bootstrap/012elf.cc.html @@ -10,19 +10,19 @@ @@ -168,7 +168,7 @@ if ('onhashchange' in window) { 108 uint32_t p_type = u32_in(&elf_contents[offset]); 109 trace(90, "load") << "program header at offset " << offset << ": type " << p_type << end(); 110 if (p_type != 1) { -111 trace(90, "load") << "ignoring segment at offset " << offset << " of non PT_LOAD type " << p_type << " (see http://refspecs.linuxbase.org/elf/elf.pdf)" << end(); +111 trace(90, "load") << "ignoring segment at offset " << offset << " of non PT_LOAD type " << p_type << " (see http://refspecs.linuxbase.org/elf/elf.pdf)" << end(); 112 return; 113 } 114 uint32_t p_offset = u32_in(&elf_contents[offset + 4]); @@ -178,7 +178,7 @@ if ('onhashchange' in window) { 118 uint32_t p_filesz = u32_in(&elf_contents[offset + 16]); 119 uint32_t p_memsz = u32_in(&elf_contents[offset + 20]); 120 if (p_filesz != p_memsz) -121 raise << "Can't yet handle segments where p_filesz != p_memsz (see http://refspecs.linuxbase.org/elf/elf.pdf)\n" << die(); +121 raise << "Can't yet handle segments where p_filesz != p_memsz (see http://refspecs.linuxbase.org/elf/elf.pdf)\n" << die(); 122 123 if (p_offset + p_filesz > size) 124 raise << "Invalid binary; segment at offset " << offset << " is too large: wants to end at " << p_offset+p_filesz << " but the file ends at " << size << '\n' << die(); diff --git a/html/linux/bootstrap/013direct_addressing.cc.html b/html/linux/bootstrap/013direct_addressing.cc.html index 449aedce..30a2767f 100644 --- a/html/linux/bootstrap/013direct_addressing.cc.html +++ b/html/linux/bootstrap/013direct_addressing.cc.html @@ -10,19 +10,19 @@ diff --git a/html/linux/bootstrap/014indirect_addressing.cc.html b/html/linux/bootstrap/014indirect_addressing.cc.html index 8b2447f4..a242b7cc 100644 --- a/html/linux/bootstrap/014indirect_addressing.cc.html +++ b/html/linux/bootstrap/014indirect_addressing.cc.html @@ -10,17 +10,17 @@ diff --git a/html/linux/bootstrap/015immediate_addressing.cc.html b/html/linux/bootstrap/015immediate_addressing.cc.html index 916dcae7..6462b7be 100644 --- a/html/linux/bootstrap/015immediate_addressing.cc.html +++ b/html/linux/bootstrap/015immediate_addressing.cc.html @@ -10,18 +10,18 @@ diff --git a/html/linux/bootstrap/016index_addressing.cc.html b/html/linux/bootstrap/016index_addressing.cc.html index 593549c3..e46490f2 100644 --- a/html/linux/bootstrap/016index_addressing.cc.html +++ b/html/linux/bootstrap/016index_addressing.cc.html @@ -10,17 +10,17 @@ diff --git a/html/linux/bootstrap/017jump_disp8.cc.html b/html/linux/bootstrap/017jump_disp8.cc.html index f60d02c7..02cb7835 100644 --- a/html/linux/bootstrap/017jump_disp8.cc.html +++ b/html/linux/bootstrap/017jump_disp8.cc.html @@ -10,17 +10,17 @@ diff --git a/html/linux/bootstrap/018jump_disp32.cc.html b/html/linux/bootstrap/018jump_disp32.cc.html index 71324789..6b5fabcf 100644 --- a/html/linux/bootstrap/018jump_disp32.cc.html +++ b/html/linux/bootstrap/018jump_disp32.cc.html @@ -10,17 +10,17 @@ diff --git a/html/linux/bootstrap/019functions.cc.html b/html/linux/bootstrap/019functions.cc.html index a65bb9b8..169e701a 100644 --- a/html/linux/bootstrap/019functions.cc.html +++ b/html/linux/bootstrap/019functions.cc.html @@ -10,18 +10,18 @@ diff --git a/html/linux/bootstrap/020byte_addressing.cc.html b/html/linux/bootstrap/020byte_addressing.cc.html index 11e40d47..84a34b8d 100644 --- a/html/linux/bootstrap/020byte_addressing.cc.html +++ b/html/linux/bootstrap/020byte_addressing.cc.html @@ -10,17 +10,17 @@ diff --git a/html/linux/bootstrap/021div.cc.html b/html/linux/bootstrap/021div.cc.html index ac4c4950..a9ad5e09 100644 --- a/html/linux/bootstrap/021div.cc.html +++ b/html/linux/bootstrap/021div.cc.html @@ -10,17 +10,17 @@ diff --git a/html/linux/bootstrap/022float.cc.html b/html/linux/bootstrap/022float.cc.html index 172d35f2..ac01e56d 100644 --- a/html/linux/bootstrap/022float.cc.html +++ b/html/linux/bootstrap/022float.cc.html @@ -10,18 +10,18 @@ diff --git a/html/linux/bootstrap/029syscalls.cc.html b/html/linux/bootstrap/029syscalls.cc.html index 97883321..83680749 100644 --- a/html/linux/bootstrap/029syscalls.cc.html +++ b/html/linux/bootstrap/029syscalls.cc.html @@ -10,18 +10,18 @@ diff --git a/html/linux/bootstrap/030translate.cc.html b/html/linux/bootstrap/030translate.cc.html index 4236b28c..a10dae73 100644 --- a/html/linux/bootstrap/030translate.cc.html +++ b/html/linux/bootstrap/030translate.cc.html @@ -10,19 +10,19 @@ diff --git a/html/linux/bootstrap/031transforms.cc.html b/html/linux/bootstrap/031transforms.cc.html index 723e0891..280b4741 100644 --- a/html/linux/bootstrap/031transforms.cc.html +++ b/html/linux/bootstrap/031transforms.cc.html @@ -10,15 +10,15 @@ diff --git a/html/linux/bootstrap/032operands.cc.html b/html/linux/bootstrap/032operands.cc.html index 1080e223..8b7f302c 100644 --- a/html/linux/bootstrap/032operands.cc.html +++ b/html/linux/bootstrap/032operands.cc.html @@ -10,17 +10,17 @@ diff --git a/html/linux/bootstrap/033check_operands.cc.html b/html/linux/bootstrap/033check_operands.cc.html index 580d4203..24848b6c 100644 --- a/html/linux/bootstrap/033check_operands.cc.html +++ b/html/linux/bootstrap/033check_operands.cc.html @@ -10,20 +10,20 @@ diff --git a/html/linux/bootstrap/034check_operand_bounds.cc.html b/html/linux/bootstrap/034check_operand_bounds.cc.html index e7b45d05..e2f146ee 100644 --- a/html/linux/bootstrap/034check_operand_bounds.cc.html +++ b/html/linux/bootstrap/034check_operand_bounds.cc.html @@ -10,17 +10,17 @@ diff --git a/html/linux/bootstrap/035compute_segment_address.cc.html b/html/linux/bootstrap/035compute_segment_address.cc.html index fce17df9..8f7045ea 100644 --- a/html/linux/bootstrap/035compute_segment_address.cc.html +++ b/html/linux/bootstrap/035compute_segment_address.cc.html @@ -10,17 +10,17 @@ diff --git a/html/linux/bootstrap/036labels.cc.html b/html/linux/bootstrap/036labels.cc.html index 03c86401..b20452b0 100644 --- a/html/linux/bootstrap/036labels.cc.html +++ b/html/linux/bootstrap/036labels.cc.html @@ -10,17 +10,17 @@ diff --git a/html/linux/bootstrap/037global_variables.cc.html b/html/linux/bootstrap/037global_variables.cc.html index aaffc02c..04c77f10 100644 --- a/html/linux/bootstrap/037global_variables.cc.html +++ b/html/linux/bootstrap/037global_variables.cc.html @@ -10,18 +10,18 @@ diff --git a/html/linux/bootstrap/038literal_strings.cc.html b/html/linux/bootstrap/038literal_strings.cc.html index 5fef9807..5c9b74ab 100644 --- a/html/linux/bootstrap/038literal_strings.cc.html +++ b/html/linux/bootstrap/038literal_strings.cc.html @@ -10,18 +10,18 @@ diff --git a/html/linux/bootstrap/039debug.cc.html b/html/linux/bootstrap/039debug.cc.html index 928167b1..b177aa58 100644 --- a/html/linux/bootstrap/039debug.cc.html +++ b/html/linux/bootstrap/039debug.cc.html @@ -10,17 +10,17 @@ diff --git a/html/linux/bootstrap/040tests.cc.html b/html/linux/bootstrap/040tests.cc.html index d892eed2..362a2d55 100644 --- a/html/linux/bootstrap/040tests.cc.html +++ b/html/linux/bootstrap/040tests.cc.html @@ -10,17 +10,17 @@ -- cgit 1.4.1-2-gfad0