Jump to content

crasadure

-=TNC.VIP=-
  • Posts

    2287
  • Joined

  • Last visited

  • Days Won

    124

Everything posted by crasadure

  1. Grub2 File Manager v7.3.3 (Build Date:12.12.2020) ChangeLogs Grub2 i386-multiboot: Don't include <grub/cpu/linux.h> in startup.S luks2: Error check segment.sector_size cryptodisk: Properly handle non-512 byte sized sectors luks2: grub_cryptodisk_t->total_sectors is the max number of device n… cryptodisk: Add macros GRUB_TYPE_U_MAX/MIN(type) to replace literals cryptodisk: Add macro GRUB_TYPE_BITS() to replace some literals luks2: Add string "index" to user strings using a json index luks2: Rename json index variables to names that they are obviously j… luks2: Use more intuitive object name instead of json index in user m… luks2: Add idx member to struct grub_luks2_keyslot/segment/digest luks2: Make sure all fields of output argument in luks2_parse_digest(… luks2: Remove unused argument in grub_error() call luks2: Convert 8 spaces to tabs misc: Add parentheses around ALIGN_UP() and ALIGN_DOWN() arguments disk: Rename grub_disk_get_size() to grub_disk_native_sectors() loopback: Do not automaticaly replace existing loopback dev, error in… disk: Move hardcoded max disk size literal to a GRUB_DISK_MAX_SECTORS… fs: Fix block lists not being able to address to end of disk sometimes mbr: Document new limitations on MBR gap support mbr: Warn if MBR gap is small and user uses advanced modules efi/tpm: Extract duplicate code into independent functions efi/tpm: Add debug information for device protocol and eventlog loader/linux: Report the UEFI Secure Boot status to the Linux kernel efi: Only register shim_lock verifier if shim_lock protocol is found … efi: Add secure boot detection efi: Add a function to read EFI variables with attributes efi: Return grub_efi_status_t from grub_efi_get_variable() efi: Make shim_lock GUID and protocol type public arm/term: Fix linking error due multiple ps2_state definitions include/grub/i386/linux.h: Include missing <grub/types.h> header i386: Don't include <grub/cpu/linux.h> in coreboot and ieee1275 start…
  2. Grub2 File Manager v7.3.3 (Build Date:10.12.2020) ChangeLogs Grub2 efi/map: use RESERVED_MEMORY_TYPE
  3. Grub2 File Manager v7.3.3 (Build Date:09.12.2020) ChangeLogs Grub2 map/lib: add svbus support remove usb_gamepad
  4. http://www.pmarks.net/homepage/?page=programs&platform=windows&program=ttcalc Bu sitede istediğiniz uygulama ve kaynak kodları mevcut... Kodlara bakarak ödevinizin cevabını bulursunuz Ayrıca şu makale yazısını da okuyun https://softwareengineering.stackexchange.com/questions/278802/calculating-disk-capacity-and-max-data-transfer-rate-of-a-hard-drive
  5. Grub2 File Manager v7.3.3 (Build Date:05.12.2020) ChangeLogs Grub2 commands/reboot: add support for warm reset commands/halt: enable apm halt on i386-multiboot map/vpart: misc fix re-enable efiemu module commands/dp: misc fix commands/blocklist: add '--offset' and '--length' options ChangeLog G2FM power.sh: perform warm reset (#295)
  6. Grub2 File Manager v7.3.3 (Build Date:01.12.2020) ChangeLog G2FM update search.lua (#294)
  7. Grub2 File Manager Yenilikler https://www.gnu.org/software/grub/manual/grub/html_node/Platform-limitations.html#Platform-limitations https://linuxcommandlibrary.com/man/grub-install.html https://github.com/a1ive/grub2-filemanager/issues/292 Legacy BIOS: multiboot /grubfm.elf UEFI: multiboot2 /grubfm.elf
  8. Grub2 File Manager v7.3.3 (Build Date:30.11.2020) ChangeLog G2FM update f1 help menu bug fix (#278) allow custom search.sh (#214) add search menu (#294)
  9. Grub2 File Manager v7.3.3 (Build Date:26.11.2020) ChangeLog G2FM update f5.sh (#256)
  10. build.sh C:\cygwin64\home\grub2-filemanager-master bendeki yol bu...cygwin64 C kök dizininde kurulu...siz nerede kurulu ise o klasöre atarsınız
  11. Commits on Nov 21, 2020 update build.sh 21.11.2020 tarihinde yapımcı build.sh dosyasında değişiklik yaptı. Bu değişiklik sonucunda sizin aldığınız hata mesajını bende aldım. Bunun üzerine @By_FaRuK un yardımı doğrultusunda hata aldığım satirlarin başındaki o ifadeyi silince cygwin64 başarılı şekilde derlemeyi yaptı. Hata aldığınız her satır başındaki ./grub/ ifadesini silerseniz derleme başarılı şekilde oluyor. Linuxmint de derleme yaptim,orada build.sh dosyasını dokunmaniza gerek kalmadan derlemeyi başarılı şekilde yapıyor. Tercih sizin. Ya sanal makineden linuxmint üzerinden derleme yapın Yada build.sh dosyasında hata aldığınız satırları yukarida belirttiğim gibi düzeltip cygwin64 ile derleyin.
  12. "build.sh" dosyasında hatalı satırların başındaki ./grub/ ifadelerini her hatalı satırdan silin ve tekrar derleyin. Sorunsuzca derleme yapacaktır. ./grub/grub-mkimage şeklindeki satırları grub-mkimage olarak düzeltin
  13. Grub2 File Manager v7.3.3 (Build Date:22.11.2020) ChangeLogs Grub2 add grub_mb_firmware kern/multiboot: add grub_machine_get_bootlocation ChangeLog G2FM use at_keyboard when console not available
  14. Grub2 File Manager v7.3.3 (Build Date:21.11.2020) ChangeLogs Grub2 update build.yml loader/multiboot2: implement smbios support luks2: Rename index variable "j" to "i" in luks2_get_keyslot() luks2: Rename variable "i" to "keyslot_idx" in luks2_get_keyslot() luks2: Use correct index variable when looping in luks2_get_keyslot() luks2: Rename source disk variable named "disk" to "source" as in luks.c cryptodisk: Rename "offset" in grub_cryptodisk_t to "offset_sectors" cryptodisk: Rename "total_length" field in grub_cryptodisk_t to "tota… types: Define GRUB_CHAR_BIT based on compiler macro instead of using … include/grub/arm64/linux.h: Include missing <grub/types.h> header include/grub/arm/system.h: Include missing <grub/symbol.h> header docs: grub-install --pubkey has been supported for some time docs: grub-install is no longer a shell script loader/multiboot2: also fill mmap info if BS tag set revert 'Fix keyboards that report IBM PC AT scan codes' kern/multiboot: add multiboot2 support loader/multiboot2: print debug info ChangeLog G2FM update build.sh add build.yml add smbios
  15. Grub2 File Manager v7.3.3 (Build Date:20.11.2020) ChangeLogs Grub2 loader/multiboot: separate definitions of multiboot and multiboot2
  16. Grub2 File Manager v7.3.3 (Build Date:19.11.2020) ChangeLogs Grub2 loader/linuxefi: fix bug
  17. Grub2 File Manager v7.3.3 (Build Date:18.11.2020) ChangeLogs Grub2 at_keyboard: Fix keyboards that report IBM PC AT scan codes enable sendkey & lsapm on i386-multiboot ChangeLog G2FM vhd: fix bug (#291)
  18. Grub2 File Manager v7.3.3 (Build Date:17.11.2020) ChangeLogs Grub2 commands/dp: fix bug grubfm/list: dont exit if no disk commands/dp: print grub device path info ChangeLog G2FM add i386-pc preloader
  19. Aioboot un eski versiyonlarında bu vardı ama millet diske kurarken aioboot, windows un boot manager ı yerine grub2 yi kurduğundan dolayı kullanıcılar bundan rahatsız oldu, oda bu durumda işletim sisteminin kurulu olduğu diske aioboot un kurulumunu engelledi. Ama siz bunu manüel yapabilirsiniz 23- AIO Bootun Legacy BIOSa sahip Windows Boot Managera Eklenmesi
  20. core.img dosyası'nin desteklediği dosya limiti sınırı az olduğundan dolayı yapımcı sistemi i386-multiboot platformuna taşımaya başlamış. i386-multiboot platformunda dosya limiti sınırlaması yokmuş. Bu platforma yabancı olduğundan konu hakkında araştırma yapıyor yapımcı. Bu platform; hem UEFI hemde legacy e destek veriyormuş. Ancak UEFI de bazı sınırlamaları varmış.UEFI de tam düzgün çalışmıyormuş. İ386-multiboot platformunu legacy de test etmek için grub2 komut satırında: multiboot /grubfm.elf Yazmanız yeterli imiş. Uefi de test etmek için ise: multiboot --fake-bios /grubfm.elf şeklinde yazmanız yeterliymiş.
  21. core.img dosyası'nin desteklediği dosya limiti sınırı az olduğundan dolayı yapımcı sistemi i386-multiboot platformuna taşımaya başlamış. i386-multiboot platformunda dosya limiti sınırlaması yokmuş. Bu platforma yabancı olduğundan konu hakkında araştırma yapıyor yapımcı. Bu platform; hem UEFI hemde legacy e destek veriyormuş. Ancak UEFI de bazı sınırlamaları varmış.UEFI de tam düzgün çalışmıyormuş. İ386-multiboot platformunu legacy de test etmek için grub2 komut satırında: multiboot /grubfm.elf Yazmanız yeterli imiş. Uefi de test etmek için ise: multiboot --fake-bios /grubfm.elf şeklinde yazmanız yeterliymiş. https://linuxcommandlibrary.com/man/grub-install.html grub-install install GRUB to a device SYNOPSIS grub-install [ OPTION ...][ OPTION ][ INSTALL_DEVICE ] DESCRIPTION Install GRUB on your drive. --target = TARGET install GRUB for TARGET platform [default=i386 -pc]; available targets: arm -coreboot, arm -efi, arm -uboot, arm64 -efi, i386 -coreboot, i386 -efi, i386 -ieee1275, i386 -multiboot, i386 -pc, i386 -qemu, i386 -xen, i386 -xen_pvh, ia64 -efi, mips -arc, mips -qemu_mips, mipsel -arc, mipsel -loongson, mipsel -qemu_mips, powerpc -ieee1275, riscv32 -efi, riscv64 -efi, sparc64 -ieee1275, x86_64 -efi, x86_64 -xen Platform limitations https://www.gnu.org/software/grub/manual/grub/html_node/Platform-limitations.html#Platform-limitations
  22. Grub2 File Manager v7.3.3 (Build Date:15.11.2020) ChangeLogs Grub2 enable map, chain on i386-multiboot loader/multiboot: add '--no-exit' option multiboot/startup: set ega text mode ChangeLog G2FM add i386-multiboot build
×
×
  • Create New...