updated versions

Alphons van der Heijden <alphons@alphons> 10 Feb 2023, 08:52
6e2518ac38dab931704b98a94b7fea4db36030b7
2 files changed
  • build.cmd
  • build.sh
diff --git a/build.cmd b/build.cmd
index 63f3fed..feb6da9 100755
--- a/build.cmd
+++ b/build.cmd
@@ -1,13 +1,12 @@
@echo off
rem
-rem Bootsector Linux Loader
+rem Bootsector Linux Loader 1.0
rem
rem (C) 2023 Alphons van der Heijden
rem
rem Create a bootable disk out of kernel and initrd
-rem for VMWARE player/esxi without bootloader
+rem Also creating vmdk file for VMWARE player/esxi
rem using nasm creating a bootsector
-rem creating a vmdk file
rem
rem
setlocal
diff --git a/build.sh b/build.sh
index b3ac572..13afbf4 100755
--- a/build.sh
+++ b/build.sh
@@ -1,7 +1,11 @@
#!/bin/sh
-# Bootsector Linux loader
-# (c) 2014- Dr Gareth Owen (www.ghowen.me). All rights reserved.
+#
+# Bootsector Linux loader 1.0
+#
+# (c) 2023- by Alphons van der Heijden for making bootable disk file and .vmdk file for booting in vmware
+# 2014- Dr Gareth Owen (www.ghowen.me). All rights reserved.
+#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
@@ -15,8 +19,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-#
-# Updated 2023- by Alphons van der Heijden for making .vmdk disk for booting in vmware
WORK=/mnt/sda1/release/iso_contents/boot