1
0
Fork 0
mirror of https://gitlab.com/bztsrc/bootboot.git synced 2023-02-13 20:54:32 -05:00

Update dates

This commit is contained in:
bzt 2021-01-15 21:07:25 +01:00
parent 7f1a28dd2d
commit e03097211b
38 changed files with 40 additions and 40 deletions

View file

@ -1,7 +1,7 @@
/* /*
* aarch64-cb/bootboot.c * aarch64-cb/bootboot.c
* *
* Copyright (C) 2017 - 2020 bzt (bztsrc@gitlab) * Copyright (C) 2017 - 2021 bzt (bztsrc@gitlab)
* *
* Permission is hereby granted, free of charge, to any person * Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation * obtaining a copy of this software and associated documentation

View file

@ -1,7 +1,7 @@
/* /*
* aarch64-rpi/boot.S * aarch64-rpi/boot.S
* *
* Copyright (C) 2017 - 2020 bzt (bztsrc@gitlab) * Copyright (C) 2017 - 2021 bzt (bztsrc@gitlab)
* *
* Permission is hereby granted, free of charge, to any person * Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation * obtaining a copy of this software and associated documentation

View file

@ -1,7 +1,7 @@
/* /*
* aarch64-rpi/bootboot.c * aarch64-rpi/bootboot.c
* *
* Copyright (C) 2017 - 2020 bzt (bztsrc@gitlab) * Copyright (C) 2017 - 2021 bzt (bztsrc@gitlab)
* *
* Permission is hereby granted, free of charge, to any person * Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation * obtaining a copy of this software and associated documentation

View file

@ -1,7 +1,7 @@
/* /*
* aarch64-rpi/fs.h * aarch64-rpi/fs.h
* *
* Copyright (C) 2017 - 2020 bzt (bztsrc@gitlab) * Copyright (C) 2017 - 2021 bzt (bztsrc@gitlab)
* *
* Permission is hereby granted, free of charge, to any person * Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation * obtaining a copy of this software and associated documentation

View file

@ -1,7 +1,7 @@
/* /*
* aarch64-rpi/mkboot.c * aarch64-rpi/mkboot.c
* *
* Copyright (C) 2017 - 2020 bzt (bztsrc@gitlab) * Copyright (C) 2017 - 2021 bzt (bztsrc@gitlab)
* *
* Permission is hereby granted, free of charge, to any person * Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation * obtaining a copy of this software and associated documentation

Binary file not shown.

Binary file not shown.

2
dist/bootboot.h vendored
View file

@ -1,7 +1,7 @@
/* /*
* bootboot.h * bootboot.h
* *
* Copyright (C) 2017 - 2020 bzt (bztsrc@gitlab) * Copyright (C) 2017 - 2021 bzt (bztsrc@gitlab)
* *
* Permission is hereby granted, free of charge, to any person * Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation * obtaining a copy of this software and associated documentation

View file

@ -2,7 +2,7 @@ BOOTBOOT Bootable Disk Image Creator
==================================== ====================================
Downloaded from: <https://gitlab.com/bztsrc/bootboot> Downloaded from: <https://gitlab.com/bztsrc/bootboot>
Copyright (C) 2017 - 2020 bzt (bztsrc@gitlab) MIT Copyright (C) 2017 - 2021 bzt (bztsrc@gitlab) MIT
This is an all-in-one, multiplatform, dependency-free disk image creator tool for the BOOTBOOT loader. This is an all-in-one, multiplatform, dependency-free disk image creator tool for the BOOTBOOT loader.

View file

@ -9,7 +9,7 @@ fájlokkal, GPT táblával, PMBR-el, stb. Továbbá képes létrehozni az indul
`cpio`, `tar`, `jamesm` (James Molloy initrdje) és az `FS/Z` támogatott, de a kód úgy lett megírva, hogy könnyű legyen bővíteni). `cpio`, `tar`, `jamesm` (James Molloy initrdje) és az `FS/Z` támogatott, de a kód úgy lett megírva, hogy könnyű legyen bővíteni).
A kigenerált képet leellenőriztem fdisk-el, valamint a gdisk verify funkciójával. A FAT partíció tesztelve lett fsck.vfat-al A kigenerált képet leellenőriztem fdisk-el, valamint a gdisk verify funkciójával. A FAT partíció tesztelve lett fsck.vfat-al
és UEFI förmverrel, továbbá Raspberry Pi-n. Az ISO9660-es rész iat-vel (ISO966ö Analyzer Tool) és Linux mounttal lett tesztelve. és UEFI förmverrel, továbbá Raspberry Pi-n. Az ISO9660-es rész iat-vel (ISO9660 Analyzer Tool) és Linux mounttal lett tesztelve.
Működési módok Működési módok
-------------- --------------

View file

@ -1,7 +1,7 @@
/* /*
* mkbootimg/cpio.c * mkbootimg/cpio.c
* *
* Copyright (C) 2017 - 2020 bzt (bztsrc@gitlab) * Copyright (C) 2017 - 2021 bzt (bztsrc@gitlab)
* *
* Permission is hereby granted, free of charge, to any person * Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation * obtaining a copy of this software and associated documentation

View file

@ -1,7 +1,7 @@
/* /*
* mkbootimg/esp.c * mkbootimg/esp.c
* *
* Copyright (C) 2017 - 2020 bzt (bztsrc@gitlab) * Copyright (C) 2017 - 2021 bzt (bztsrc@gitlab)
* *
* Permission is hereby granted, free of charge, to any person * Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation * obtaining a copy of this software and associated documentation

View file

@ -1,7 +1,7 @@
/* /*
* mkbootimg/fs.h * mkbootimg/fs.h
* *
* Copyright (C) 2017 - 2020 bzt (bztsrc@gitlab) * Copyright (C) 2017 - 2021 bzt (bztsrc@gitlab)
* *
* Permission is hereby granted, free of charge, to any person * Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation * obtaining a copy of this software and associated documentation

View file

@ -1,7 +1,7 @@
/* /*
* mkbootimg/fsZ.c * mkbootimg/fsZ.c
* *
* Copyright (C) 2017 - 2020 bzt (bztsrc@gitlab) * Copyright (C) 2017 - 2021 bzt (bztsrc@gitlab)
* *
* Permission is hereby granted, free of charge, to any person * Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation * obtaining a copy of this software and associated documentation

View file

@ -1,7 +1,7 @@
/* /*
* mkbootimg/gpt.c * mkbootimg/gpt.c
* *
* Copyright (C) 2017 - 2020 bzt (bztsrc@gitlab) * Copyright (C) 2017 - 2021 bzt (bztsrc@gitlab)
* *
* Permission is hereby granted, free of charge, to any person * Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation * obtaining a copy of this software and associated documentation

View file

@ -1,7 +1,7 @@
/* /*
* mkbootimg/img.c * mkbootimg/img.c
* *
* Copyright (C) 2017 - 2020 bzt (bztsrc@gitlab) * Copyright (C) 2017 - 2021 bzt (bztsrc@gitlab)
* *
* Permission is hereby granted, free of charge, to any person * Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation * obtaining a copy of this software and associated documentation

View file

@ -1,7 +1,7 @@
/* /*
* mkbootimg/jamesm.c * mkbootimg/jamesm.c
* *
* Copyright (C) 2017 - 2020 bzt (bztsrc@gitlab) * Copyright (C) 2017 - 2021 bzt (bztsrc@gitlab)
* *
* Permission is hereby granted, free of charge, to any person * Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation * obtaining a copy of this software and associated documentation

View file

@ -1,7 +1,7 @@
/* /*
* mkbootimg/lang.c * mkbootimg/lang.c
* *
* Copyright (C) 2017 - 2020 bzt (bztsrc@gitlab) * Copyright (C) 2017 - 2021 bzt (bztsrc@gitlab)
* *
* Permission is hereby granted, free of charge, to any person * Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation * obtaining a copy of this software and associated documentation

View file

@ -1,7 +1,7 @@
/* /*
* mkbootimg/lang.h * mkbootimg/lang.h
* *
* Copyright (C) 2017 - 2020 bzt (bztsrc@gitlab) * Copyright (C) 2017 - 2021 bzt (bztsrc@gitlab)
* *
* Permission is hereby granted, free of charge, to any person * Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation * obtaining a copy of this software and associated documentation

View file

@ -1,7 +1,7 @@
/* /*
* mkbootimg/main.c * mkbootimg/main.c
* *
* Copyright (C) 2017 - 2020 bzt (bztsrc@gitlab) * Copyright (C) 2017 - 2021 bzt (bztsrc@gitlab)
* *
* Permission is hereby granted, free of charge, to any person * Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation * obtaining a copy of this software and associated documentation

View file

@ -1,7 +1,7 @@
/* /*
* mkbootimg/main.c * mkbootimg/main.c
* *
* Copyright (C) 2017 - 2020 bzt (bztsrc@gitlab) * Copyright (C) 2017 - 2021 bzt (bztsrc@gitlab)
* *
* Permission is hereby granted, free of charge, to any person * Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation * obtaining a copy of this software and associated documentation

View file

@ -1,7 +1,7 @@
/* /*
* mkbootimg/tar.c * mkbootimg/tar.c
* *
* Copyright (C) 2017 - 2020 bzt (bztsrc@gitlab) * Copyright (C) 2017 - 2021 bzt (bztsrc@gitlab)
* *
* Permission is hereby granted, free of charge, to any person * Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation * obtaining a copy of this software and associated documentation

View file

@ -1,7 +1,7 @@
/* /*
* mkbootimg/util.c * mkbootimg/util.c
* *
* Copyright (C) 2017 - 2020 bzt (bztsrc@gitlab) * Copyright (C) 2017 - 2021 bzt (bztsrc@gitlab)
* *
* Permission is hereby granted, free of charge, to any person * Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation * obtaining a copy of this software and associated documentation

View file

@ -1,7 +1,7 @@
# #
# mykernel/Makefile # mykernel/Makefile
# #
# Copyright (C) 2017 - 2020 bzt (bztsrc@gitlab) # Copyright (C) 2017 - 2021 bzt (bztsrc@gitlab)
# #
# Permission is hereby granted, free of charge, to any person # Permission is hereby granted, free of charge, to any person
# obtaining a copy of this software and associated documentation # obtaining a copy of this software and associated documentation

View file

@ -1,7 +1,7 @@
/* /*
* mykernel/kernel.c * mykernel/kernel.c
* *
* Copyright (C) 2017 - 2020 bzt (bztsrc@gitlab) * Copyright (C) 2017 - 2021 bzt (bztsrc@gitlab)
* *
* Permission is hereby granted, free of charge, to any person * Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation * obtaining a copy of this software and associated documentation

View file

@ -1,7 +1,7 @@
/* /*
* mykernel/link.ld * mykernel/link.ld
* *
* Copyright (C) 2017 - 2020 bzt (bztsrc@gitlab) * Copyright (C) 2017 - 2021 bzt (bztsrc@gitlab)
* *
* Permission is hereby granted, free of charge, to any person * Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation * obtaining a copy of this software and associated documentation

View file

@ -1,7 +1,7 @@
;* ;*
;* x86_64-bios/boot.asm ;* x86_64-bios/boot.asm
;* ;*
;* Copyright (C) 2017 - 2020 bzt (bztsrc@gitlab) ;* Copyright (C) 2017 - 2021 bzt (bztsrc@gitlab)
;* ;*
;* Permission is hereby granted, free of charge, to any person ;* Permission is hereby granted, free of charge, to any person
;* obtaining a copy of this software and associated documentation ;* obtaining a copy of this software and associated documentation

View file

@ -1,7 +1,7 @@
;* ;*
;* x86_64-bios/bootboot.asm ;* x86_64-bios/bootboot.asm
;* ;*
;* Copyright (C) 2017 - 2020 bzt (bztsrc@gitlab) ;* Copyright (C) 2017 - 2021 bzt (bztsrc@gitlab)
;* ;*
;* Permission is hereby granted, free of charge, to any person ;* Permission is hereby granted, free of charge, to any person
;* obtaining a copy of this software and associated documentation ;* obtaining a copy of this software and associated documentation

View file

@ -1,7 +1,7 @@
;* ;*
;* x86_64-bios/bootboot.inc ;* x86_64-bios/bootboot.inc
;* ;*
;* Copyright (C) 2017 - 2020 bzt (bztsrc@gitlab) ;* Copyright (C) 2017 - 2021 bzt (bztsrc@gitlab)
;* ;*
;* Permission is hereby granted, free of charge, to any person ;* Permission is hereby granted, free of charge, to any person
;* obtaining a copy of this software and associated documentation ;* obtaining a copy of this software and associated documentation

View file

@ -1,7 +1,7 @@
;* ;*
;* x86_64-bios/fs.inc ;* x86_64-bios/fs.inc
;* ;*
;* Copyright (C) 2017 - 2020 bzt (bztsrc@gitlab) ;* Copyright (C) 2017 - 2021 bzt (bztsrc@gitlab)
;* ;*
;* Permission is hereby granted, free of charge, to any person ;* Permission is hereby granted, free of charge, to any person
;* obtaining a copy of this software and associated documentation ;* obtaining a copy of this software and associated documentation

View file

@ -1,7 +1,7 @@
/* /*
* x86_64-bios/mkboot.c * x86_64-bios/mkboot.c
* *
* Copyright (C) 2017 - 2020 bzt (bztsrc@gitlab) * Copyright (C) 2017 - 2021 bzt (bztsrc@gitlab)
* *
* Permission is hereby granted, free of charge, to any person * Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation * obtaining a copy of this software and associated documentation

View file

@ -1,7 +1,7 @@
;* ;*
;* x86_64-bios/tinf.inc ;* x86_64-bios/tinf.inc
;* ;*
;* Copyright (C) 2017 - 2020 bzt (bztsrc@gitlab) ;* Copyright (C) 2017 - 2021 bzt (bztsrc@gitlab)
;* ;*
;* Permission is hereby granted, free of charge, to any person ;* Permission is hereby granted, free of charge, to any person
;* obtaining a copy of this software and associated documentation ;* obtaining a copy of this software and associated documentation

View file

@ -1,7 +1,7 @@
/* /*
* x86_64-cb/bootboot.c * x86_64-cb/bootboot.c
* *
* Copyright (C) 2017 - 2020 bzt (bztsrc@gitlab) * Copyright (C) 2017 - 2021 bzt (bztsrc@gitlab)
* *
* Permission is hereby granted, free of charge, to any person * Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation * obtaining a copy of this software and associated documentation

View file

@ -1,7 +1,7 @@
/* /*
* x86_64-cb/fs.h * x86_64-cb/fs.h
* *
* Copyright (C) 2017 - 2020 bzt (bztsrc@gitlab) * Copyright (C) 2017 - 2021 bzt (bztsrc@gitlab)
* *
* Permission is hereby granted, free of charge, to any person * Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation * obtaining a copy of this software and associated documentation

View file

@ -1,7 +1,7 @@
/* /*
* x86_64-cb/smp.S * x86_64-cb/smp.S
* *
* Copyright (C) 2017 - 2020 bzt (bztsrc@gitlab) * Copyright (C) 2017 - 2021 bzt (bztsrc@gitlab)
* *
* Permission is hereby granted, free of charge, to any person * Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation * obtaining a copy of this software and associated documentation

View file

@ -1,7 +1,7 @@
/* /*
* x86_64-efi/bootboot.c * x86_64-efi/bootboot.c
* *
* Copyright (C) 2017 - 2020 bzt (bztsrc@gitlab) * Copyright (C) 2017 - 2021 bzt (bztsrc@gitlab)
* *
* Permission is hereby granted, free of charge, to any person * Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation * obtaining a copy of this software and associated documentation

View file

@ -1,7 +1,7 @@
/* /*
* x86_64-efi/fs.h * x86_64-efi/fs.h
* *
* Copyright (C) 2017 - 2020 bzt (bztsrc@gitlab) * Copyright (C) 2017 - 2021 bzt (bztsrc@gitlab)
* *
* Permission is hereby granted, free of charge, to any person * Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation * obtaining a copy of this software and associated documentation

View file

@ -1,7 +1,7 @@
/* /*
* x86_64-efi/smp.S * x86_64-efi/smp.S
* *
* Copyright (C) 2017 - 2020 bzt (bztsrc@gitlab) * Copyright (C) 2017 - 2021 bzt (bztsrc@gitlab)
* *
* Permission is hereby granted, free of charge, to any person * Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation * obtaining a copy of this software and associated documentation