Update bsect.asm

Alphons van der Heijden <alphons@heijden.com> 9 Feb 2023, 18:52
00253567de90945584c903b53d31e35ee522374a
1 files changed
  • bsect.asm
diff --git a/bsect.asm b/bsect.asm
index 11a45d0..ec21670 100644
--- a/bsect.asm
+++ b/bsect.asm
@@ -1,4 +1,4 @@
-; Tiny Linux Bootloader
+; Bootsector Linux loader
; (c) 2014- Dr Gareth Owen (www.ghowen.me). All rights reserved.
; Some code adapted from Sebastian Plotz - rewritten, adding pmode and initrd support.
@@ -14,6 +14,7 @@
;
; You should have received a copy of the GNU General Public License
; along with this program. If not, see <http://www.gnu.org/licenses/>.
+; Adapted 2023- Alphons van der Heijden
[BITS 16]
org 0x7c00