fixed submodules

This commit is contained in:
unkn0wncvm1 2024-09-10 19:30:34 +03:00
parent 6d7d1fde2f
commit f60eef55f6
1 changed files with 16 additions and 16 deletions

32
.gitmodules vendored
View File

@ -1,48 +1,48 @@
[submodule "roms/vgabios"] [submodule "roms/vgabios"]
path = roms/vgabios path = roms/vgabios
url = git://git.qemu-project.org/vgabios.git/ url = https://gitlab.com/qemu-project/vgabios.git
[submodule "roms/seabios"] [submodule "roms/seabios"]
path = roms/seabios path = roms/seabios
url = git://git.qemu-project.org/seabios.git/ url = https://gitlab.com/qemu-project/seabios.git
[submodule "roms/SLOF"] [submodule "roms/SLOF"]
path = roms/SLOF path = roms/SLOF
url = git://git.qemu-project.org/SLOF.git url = https://gitlab.com/qemu-project/SLOF.git
[submodule "roms/ipxe"] [submodule "roms/ipxe"]
path = roms/ipxe path = roms/ipxe
url = git://git.qemu-project.org/ipxe.git url = https://gitlab.com/qemu-project/ipxe.git
[submodule "roms/openbios"] [submodule "roms/openbios"]
path = roms/openbios path = roms/openbios
url = git://git.qemu-project.org/openbios.git url = https://gitlab.com/qemu-project/openbios.git
[submodule "roms/openhackware"] [submodule "roms/openhackware"]
path = roms/openhackware path = roms/openhackware
url = git://git.qemu-project.org/openhackware.git url = https://gitlab.com/qemu-project/openhackware.git
[submodule "roms/qemu-palcode"] [submodule "roms/qemu-palcode"]
path = roms/qemu-palcode path = roms/qemu-palcode
url = git://github.com/rth7680/qemu-palcode.git url = https://github.com/rth7680/qemu-palcode.git
[submodule "roms/sgabios"] [submodule "roms/sgabios"]
path = roms/sgabios path = roms/sgabios
url = git://git.qemu-project.org/sgabios.git url = https://gitlab.com/qemu-project/sgabios.git
[submodule "dtc"] [submodule "dtc"]
path = dtc path = dtc
url = git://git.qemu-project.org/dtc.git url = https://gitlab.com/qemu-project/dtc.git
[submodule "roms/u-boot"] [submodule "roms/u-boot"]
path = roms/u-boot path = roms/u-boot
url = git://git.qemu-project.org/u-boot.git url = https://gitlab.com/qemu-project/u-boot.git
[submodule "roms/skiboot"] [submodule "roms/skiboot"]
path = roms/skiboot path = roms/skiboot
url = git://git.qemu.org/skiboot.git url = https://gitlab.com/qemu-project/skiboot.git
[submodule "roms/QemuMacDrivers"] [submodule "roms/QemuMacDrivers"]
path = roms/QemuMacDrivers path = roms/QemuMacDrivers
url = git://git.qemu.org/QemuMacDrivers.git url = https://gitlab.com/qemu-project/QemuMacDrivers.git
[submodule "ui/keycodemapdb"] [submodule "ui/keycodemapdb"]
path = ui/keycodemapdb path = ui/keycodemapdb
url = git://git.qemu.org/keycodemapdb.git url = https://gitlab.com/qemu-project/keycodemapdb.git
[submodule "capstone"] [submodule "capstone"]
path = capstone path = capstone
url = git://git.qemu.org/capstone.git url = https://gitlab.com/qemu-project/capstone.git
[submodule "roms/seabios-hppa"] [submodule "roms/seabios-hppa"]
path = roms/seabios-hppa path = roms/seabios-hppa
url = git://github.com/hdeller/seabios-hppa.git url = https://github.com/hdeller/seabios-hppa.git
[submodule "roms/u-boot-sam460ex"] [submodule "roms/u-boot-sam460ex"]
path = roms/u-boot-sam460ex path = roms/u-boot-sam460ex
url = git://github.com/zbalaton/u-boot-sam460ex url = https://github.com/zbalaton/u-boot-sam460ex