Add tiny linux bootloader
Building tiny linux bootloader also creates the lazybox image (lazybox.img)
This commit is contained in:
parent
f2b55321fb
commit
18bb7ee1a9
3 changed files with 44 additions and 1 deletions
15
patches/tiny-linux-bootloader-build
Normal file
15
patches/tiny-linux-bootloader-build
Normal file
|
@ -0,0 +1,15 @@
|
|||
--- build.sh
|
||||
+++ build.sh
|
||||
@@ -16,9 +16,9 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
INPUT="bsect.asm"
|
||||
-OUTPUT="disk"
|
||||
-KERN="./barebones"
|
||||
-RD="./big.init"
|
||||
+OUTPUT="/tiny-linux-bootloader/disk"
|
||||
+KERN="/lazybox/isoout/vmlinuz"
|
||||
+RD="/lazybox/isoout/initramfs.img"
|
||||
|
||||
#size of kern + ramdisk
|
||||
K_SZ=`stat -c %s $KERN`
|
Loading…
Add table
Add a link
Reference in a new issue