about summary refs log tree commit diff stats
path: root/html/baremetal
diff options
context:
space:
mode:
Diffstat (limited to 'html/baremetal')
-rw-r--r--html/baremetal/101screen.subx.html2
-rw-r--r--html/baremetal/400.mu.html2
-rw-r--r--html/baremetal/boot.hex.html2
-rw-r--r--html/baremetal/boot0.hex.html2
-rw-r--r--html/baremetal/ex1.hex.html2
-rw-r--r--html/baremetal/ex1.subx.html2
-rw-r--r--html/baremetal/ex2.hex.html2
-rw-r--r--html/baremetal/ex2.mu.html2
-rw-r--r--html/baremetal/ex2.subx.html2
-rw-r--r--html/baremetal/ex3.hex.html2
-rw-r--r--html/baremetal/mu-init.subx.html2
11 files changed, 11 insertions, 11 deletions
diff --git a/html/baremetal/101screen.subx.html b/html/baremetal/101screen.subx.html
index 17222bc1..df52a5b8 100644
--- a/html/baremetal/101screen.subx.html
+++ b/html/baremetal/101screen.subx.html
@@ -52,7 +52,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/baremetal/101screen.subx'>https://github.com/akkartik/mu/blob/master/baremetal/101screen.subx</a>
+<a href='https://github.com/akkartik/mu/blob/main/baremetal/101screen.subx'>https://github.com/akkartik/mu/blob/main/baremetal/101screen.subx</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr"> 1 </span><span class="subxComment"># Primitives for screen control.</span>
 <span id="L2" class="LineNr"> 2 </span>
diff --git a/html/baremetal/400.mu.html b/html/baremetal/400.mu.html
index a1149945..a2ee97a8 100644
--- a/html/baremetal/400.mu.html
+++ b/html/baremetal/400.mu.html
@@ -49,7 +49,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/baremetal/400.mu'>https://github.com/akkartik/mu/blob/master/baremetal/400.mu</a>
+<a href='https://github.com/akkartik/mu/blob/main/baremetal/400.mu'>https://github.com/akkartik/mu/blob/main/baremetal/400.mu</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr">1 </span><span class="PreProc">sig</span> <a href='101screen.subx.html#L3'>pixel</a> screen: (addr screen), x: int, y: int, color: int
 </pre>
diff --git a/html/baremetal/boot.hex.html b/html/baremetal/boot.hex.html
index 915bca0b..65cd7afe 100644
--- a/html/baremetal/boot.hex.html
+++ b/html/baremetal/boot.hex.html
@@ -50,7 +50,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/baremetal/boot.hex'>https://github.com/akkartik/mu/blob/master/baremetal/boot.hex</a>
+<a href='https://github.com/akkartik/mu/blob/main/baremetal/boot.hex'>https://github.com/akkartik/mu/blob/main/baremetal/boot.hex</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr">  1 </span><span class="subxComment"># Code for the first 2 disk sectors, that all programs in this directory need:</span>
 <span id="L2" class="LineNr">  2 </span><span class="subxComment">#   - load sectors past the first (using BIOS primitives) since only the first is available by default</span>
diff --git a/html/baremetal/boot0.hex.html b/html/baremetal/boot0.hex.html
index e6ada4e7..f619f115 100644
--- a/html/baremetal/boot0.hex.html
+++ b/html/baremetal/boot0.hex.html
@@ -50,7 +50,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/baremetal/boot0.hex'>https://github.com/akkartik/mu/blob/master/baremetal/boot0.hex</a>
+<a href='https://github.com/akkartik/mu/blob/main/baremetal/boot0.hex'>https://github.com/akkartik/mu/blob/main/baremetal/boot0.hex</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr">  1 </span><span class="Comment"># A minimal bootable image that:</span>
 <span id="L2" class="LineNr">  2 </span><span class="Comment">#   - loads more sectors past the first boot sector (using BIOS primitives)</span>
diff --git a/html/baremetal/ex1.hex.html b/html/baremetal/ex1.hex.html
index ff7fef1e..c3d5a530 100644
--- a/html/baremetal/ex1.hex.html
+++ b/html/baremetal/ex1.hex.html
@@ -49,7 +49,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/baremetal/ex1.hex'>https://github.com/akkartik/mu/blob/master/baremetal/ex1.hex</a>
+<a href='https://github.com/akkartik/mu/blob/main/baremetal/ex1.hex'>https://github.com/akkartik/mu/blob/main/baremetal/ex1.hex</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr"> 1 </span><span class="subxComment"># The simplest possible program: just an infinite loop.</span>
 <span id="L2" class="LineNr"> 2 </span><span class="subxComment"># All is well if your computer clears screen and hangs without restarting.</span>
diff --git a/html/baremetal/ex1.subx.html b/html/baremetal/ex1.subx.html
index c4bbcfec..e19160b8 100644
--- a/html/baremetal/ex1.subx.html
+++ b/html/baremetal/ex1.subx.html
@@ -50,7 +50,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/baremetal/ex1.subx'>https://github.com/akkartik/mu/blob/master/baremetal/ex1.subx</a>
+<a href='https://github.com/akkartik/mu/blob/main/baremetal/ex1.subx'>https://github.com/akkartik/mu/blob/main/baremetal/ex1.subx</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr"> 1 </span><span class="subxComment"># The simplest possible program: just an infinite loop.</span>
 <span id="L2" class="LineNr"> 2 </span><span class="subxComment"># All is well if your computer clears screen and hangs without restarting.</span>
diff --git a/html/baremetal/ex2.hex.html b/html/baremetal/ex2.hex.html
index 1d9e1418..312aaf96 100644
--- a/html/baremetal/ex2.hex.html
+++ b/html/baremetal/ex2.hex.html
@@ -49,7 +49,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/baremetal/ex2.hex'>https://github.com/akkartik/mu/blob/master/baremetal/ex2.hex</a>
+<a href='https://github.com/akkartik/mu/blob/main/baremetal/ex2.hex'>https://github.com/akkartik/mu/blob/main/baremetal/ex2.hex</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr"> 1 </span><span class="subxComment"># Test out the video mode by filling in the screen with pixels.</span>
 <span id="L2" class="LineNr"> 2 </span><span class="subxComment">#</span>
diff --git a/html/baremetal/ex2.mu.html b/html/baremetal/ex2.mu.html
index 0d902b4a..606d4f39 100644
--- a/html/baremetal/ex2.mu.html
+++ b/html/baremetal/ex2.mu.html
@@ -54,7 +54,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/baremetal/ex2.mu'>https://github.com/akkartik/mu/blob/master/baremetal/ex2.mu</a>
+<a href='https://github.com/akkartik/mu/blob/main/baremetal/ex2.mu'>https://github.com/akkartik/mu/blob/main/baremetal/ex2.mu</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr"> 1 </span><span class="muComment"># Test out the video mode by filling in the screen with pixels.</span>
 <span id="L2" class="LineNr"> 2 </span><span class="muComment">#</span>
diff --git a/html/baremetal/ex2.subx.html b/html/baremetal/ex2.subx.html
index 12c06aeb..e150cc4a 100644
--- a/html/baremetal/ex2.subx.html
+++ b/html/baremetal/ex2.subx.html
@@ -50,7 +50,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/baremetal/ex2.subx'>https://github.com/akkartik/mu/blob/master/baremetal/ex2.subx</a>
+<a href='https://github.com/akkartik/mu/blob/main/baremetal/ex2.subx'>https://github.com/akkartik/mu/blob/main/baremetal/ex2.subx</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr"> 1 </span><span class="subxComment"># Test out the video mode by filling in the screen with pixels.</span>
 <span id="L2" class="LineNr"> 2 </span><span class="subxComment">#</span>
diff --git a/html/baremetal/ex3.hex.html b/html/baremetal/ex3.hex.html
index 24d978d3..d2cf7595 100644
--- a/html/baremetal/ex3.hex.html
+++ b/html/baremetal/ex3.hex.html
@@ -49,7 +49,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/baremetal/ex3.hex'>https://github.com/akkartik/mu/blob/master/baremetal/ex3.hex</a>
+<a href='https://github.com/akkartik/mu/blob/main/baremetal/ex3.hex'>https://github.com/akkartik/mu/blob/main/baremetal/ex3.hex</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr"> 1 </span><span class="subxComment"># Draw pixels in response to keyboard events.</span>
 <span id="L2" class="LineNr"> 2 </span><span class="subxComment">#</span>
diff --git a/html/baremetal/mu-init.subx.html b/html/baremetal/mu-init.subx.html
index 1c17c54f..59895590 100644
--- a/html/baremetal/mu-init.subx.html
+++ b/html/baremetal/mu-init.subx.html
@@ -50,7 +50,7 @@ if ('onhashchange' in window) {
 </script>
 </head>
 <body onload='JumpToLine();'>
-<a href='https://github.com/akkartik/mu/blob/master/baremetal/mu-init.subx'>https://github.com/akkartik/mu/blob/master/baremetal/mu-init.subx</a>
+<a href='https://github.com/akkartik/mu/blob/main/baremetal/mu-init.subx'>https://github.com/akkartik/mu/blob/main/baremetal/mu-init.subx</a>
 <pre id='vimCodeElement'>
 <span id="L1" class="LineNr"> 1 </span><span class="subxComment"># Initialize the minimal runtime for Mu programs.</span>
 <span id="L2" class="LineNr"> 2 </span><span class="subxComment">#</span>