mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-23 19:26:55 -04:00
exo2: rename exosphere2 -> exosphere
This commit is contained in:
parent
282f8f6612
commit
42f1a3bf60
136 changed files with 15 additions and 15 deletions
Makefile
exosphere
Makefile
loader_stub
program
Makefileprogram.ldprogram.specs
rebootstub
sc7fw
source
boot
secmon_boot.hppsecmon_boot_cache.cppsecmon_boot_cache.hppsecmon_boot_config.cppsecmon_boot_functions.cppsecmon_boot_functions.hppsecmon_boot_key_data.ssecmon_boot_rsa.cppsecmon_boot_setup.cppsecmon_crt0.ssecmon_crt0_cpp.cppsecmon_main.cppsecmon_make_page_table.cppsecmon_package2.cppsecmon_size_data.s
secmon_cache.cppsecmon_cache.hppsecmon_cache.incsecmon_cache_impl.incsecmon_cpu_context.cppsecmon_cpu_context.hppsecmon_error.cppsecmon_error.hppsecmon_exception_vectors.ssecmon_interrupt_handler.cppsecmon_interrupt_handler.hppsecmon_key_storage.cppsecmon_key_storage.hppsecmon_map.cppsecmon_map.hppsecmon_misc.cppsecmon_misc.hppsecmon_page_mapper.cppsecmon_page_mapper.hppsecmon_setup.cppsecmon_setup.hppsecmon_setup_warm.cppsecmon_spinlock.hppsecmon_spinlock.ssecmon_stack_warm.ssecmon_start_virtual.ssecmon_start_warm.ssecmon_user_power_management.cppsecmon_user_power_management.hppsmc
secmon_define_access_table.incsecmon_define_mc01_access_table.incsecmon_define_mc_access_table.incsecmon_define_pmc_access_table.incsecmon_mc01_access_table_data.incsecmon_mc_access_table_data.incsecmon_pmc_access_table_data.incsecmon_random_cache.cppsecmon_random_cache.hppsecmon_smc_aes.cppsecmon_smc_aes.hppsecmon_smc_carveout.cppsecmon_smc_carveout.hppsecmon_smc_common.hppsecmon_smc_cpu_asm.ssecmon_smc_device_unique_data.cppsecmon_smc_device_unique_data.hppsecmon_smc_error.cppsecmon_smc_error.hppsecmon_smc_handler.cppsecmon_smc_handler.hppsecmon_smc_info.cppsecmon_smc_info.hppsecmon_smc_memory_access.cppsecmon_smc_memory_access.hppsecmon_smc_power_management.cpp
12
Makefile
12
Makefile
|
@ -15,7 +15,7 @@ thermosphere:
|
||||||
$(MAKE) -C thermosphere all
|
$(MAKE) -C thermosphere all
|
||||||
|
|
||||||
exosphere: thermosphere
|
exosphere: thermosphere
|
||||||
$(MAKE) -C exosphere2 all
|
$(MAKE) -C exosphere all
|
||||||
|
|
||||||
stratosphere: exosphere libraries
|
stratosphere: exosphere libraries
|
||||||
$(MAKE) -C stratosphere all
|
$(MAKE) -C stratosphere all
|
||||||
|
@ -120,11 +120,11 @@ dist: dist-no-debug
|
||||||
cp sept/sept-primary/sept-primary.elf atmosphere-$(AMSVER)-debug/sept-primary.elf
|
cp sept/sept-primary/sept-primary.elf atmosphere-$(AMSVER)-debug/sept-primary.elf
|
||||||
cp sept/sept-secondary/sept-secondary.elf atmosphere-$(AMSVER)-debug/sept-secondary.elf
|
cp sept/sept-secondary/sept-secondary.elf atmosphere-$(AMSVER)-debug/sept-secondary.elf
|
||||||
cp sept/sept-secondary/key_derivation/key_derivation.elf atmosphere-$(AMSVER)-debug/sept-secondary-key-derivation.elf
|
cp sept/sept-secondary/key_derivation/key_derivation.elf atmosphere-$(AMSVER)-debug/sept-secondary-key-derivation.elf
|
||||||
cp exosphere2/loader_stub/loader_stub.elf atmosphere-$(AMSVER)-debug/exosphere-loader-stub.elf
|
cp exosphere/loader_stub/loader_stub.elf atmosphere-$(AMSVER)-debug/exosphere-loader-stub.elf
|
||||||
cp exosphere2/program/program.elf atmosphere-$(AMSVER)-debug/exosphere-program.elf
|
cp exosphere/program/program.elf atmosphere-$(AMSVER)-debug/exosphere-program.elf
|
||||||
cp exosphere2/warmboot/warmboot.elf atmosphere-$(AMSVER)-debug/exosphere-warmboot.elf
|
cp exosphere/warmboot/warmboot.elf atmosphere-$(AMSVER)-debug/exosphere-warmboot.elf
|
||||||
cp exosphere2/program/sc7fw/sc7fw.elf atmosphere-$(AMSVER)-debug/exosphere-sc7fw.elf
|
cp exosphere/program/sc7fw/sc7fw.elf atmosphere-$(AMSVER)-debug/exosphere-sc7fw.elf
|
||||||
cp exosphere2/program/rebootstub/rebootstub.elf atmosphere-$(AMSVER)-debug/exosphere-rebootstub.elf
|
cp exosphere/program/rebootstub/rebootstub.elf atmosphere-$(AMSVER)-debug/exosphere-rebootstub.elf
|
||||||
cp mesosphere/kernel_ldr/kernel_ldr.elf atmosphere-$(AMSVER)-debug/kernel_ldr.elf
|
cp mesosphere/kernel_ldr/kernel_ldr.elf atmosphere-$(AMSVER)-debug/kernel_ldr.elf
|
||||||
cp stratosphere/ams_mitm/ams_mitm.elf atmosphere-$(AMSVER)-debug/ams_mitm.elf
|
cp stratosphere/ams_mitm/ams_mitm.elf atmosphere-$(AMSVER)-debug/ams_mitm.elf
|
||||||
cp stratosphere/boot/boot.elf atmosphere-$(AMSVER)-debug/boot.elf
|
cp stratosphere/boot/boot.elf atmosphere-$(AMSVER)-debug/boot.elf
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue