diff options
Diffstat (limited to 'html/baremetal/boot0.hex.html')
-rw-r--r-- | html/baremetal/boot0.hex.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |