Тема закрыта 
 
Рейтинг темы:
  • Голосов: 2 - Средняя оценка: 5
  • 1
  • 2
  • 3
  • 4
  • 5
ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5
Автор Сообщение
CrisMod Не на форуме
Пользователь
**

Сообщений: 80
Зарегистрирован: 22.08.2023
Рейтинг: 0
Сказал спасибо: 51
Поблагодарили 25 раз(а) в 19 сообщ.
Сообщение: #580
RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5
@SWAT - @megavolt85, i discovered another problem here with the enviroment settings.

When i'm going to install the new enviroment with latest upgrades to build the `Dreamshell RC5 / ISO Loader 0.8.x`, I have been doing this already for 2 times with fresh Enviroment.

The following steps here:

`
sudo mkdir -p /usr/local/dc/kos
sudo chown -R $(id -u):$(id -g) /usr/local/dc
cd /usr/local/dc/kos
git clone https://github.com/KallistiOS/kos-ports.git
git clone https://github.com/KallistiOS/KallistiOS.git kos && cd kos
git clone https://github.com/DC-SWAT/DreamShell.git ds
git checkout `cat ds/sdk/doc/KallistiOS.txt`
cp ds/sdk/toolchain/environ.sh environ.sh
`
It download the latest master branches source files, and when i check the file that i need to change - as @megavolt85 told me - in "usr\local\dc\kos\kos\kernel\arch\dreamcast\hardware\network\broadband_adapter.c" there are the latest changes:

From:
`
/* Shutdown */
int bba_shutdown(void) {
/* Shutdown hardware */
bba_if.if_stop(&bba_if);
bba_if.if_shutdown(&bba_if);

#ifdef TX_SEMA
sem_destroy(&tx_sema);
#endif

return 0;
}
`
To:
`
/* Shutdown */
int bba_shutdown(void) {
/* Shutdown hardware */
if(bba_if.flags & NETIF_RUNNING)
bba_if.if_stop(&bba_if);
if(bba_if.flags & NETIF_INITIALIZED)
bba_if.if_shutdown(&bba_if);

#ifdef TX_SEMA
sem_destroy(&tx_sema);
#endif

return 0;
}

But when I start the next step under Toolchain section arrived on last command line `make && cd ../../` it will reverse all the KallistiOS.git source files in some old version, in fact example on `broadband_adapter.c` will go back to another old version where the part on 1311 lines will reverse in below old settings:
`
`
/* Shutdown */
int bba_shutdown(void) {
/* Shutdown hardware */
bba_if.if_stop(&bba_if);
bba_if.if_shutdown(&bba_if);

#ifdef TX_SEMA
sem_destroy(&tx_sema);
#endif

return 0;
}
`.

And this will create me a problem when I'm going to build the new DS_CORE.

Can you please write for me the steps how can I re-reverse in new KallistiOS settings and I upgrade the Enviroment, at least I will be able to make fully working DS_CORE to continue with test.

Thank you in advance.
(Последний раз сообщение было отредактировано 18.09.2023 в 06:36, отредактировал пользователь CrisMod.)
18.09.2023 06:28
Найти все сообщения
 Сказали спасибо: fafadou
Тема закрыта 


Сообщения в этой теме
RE: ISO Loader 0.8.x Beta + preview of DreamShell v4.0 RC 5 - CrisMod - 18.09.2023 06:28

Похожие темы
Тема: Автор Ответов: Просмотров: Посл. сообщение
Звезда DreamShell v4.0.1 Release SWAT 204 53424 Вчера 16:32
Посл. сообщение: da_serdj
Радуга DreamShell на GitHub SWAT 76 142428 24.03.2025 03:39
Посл. сообщение: yo4yo4
  Sonic theme for DreamShell v4.0.1 Dolphin_PS2 0 742 20.02.2025 03:09
Посл. сообщение: Dolphin_PS2
Улыбка DreamShell bootloader bios megavolt85 171 554341 26.12.2024 23:53
Посл. сообщение: megavolt85
Звезда DreamShell v4.0.0 Release SWAT 202 145219 14.10.2024 14:09
Посл. сообщение: SWAT
  ISO_CSO in Dreamshell aldair 0 1341 12.10.2024 02:57
Посл. сообщение: aldair
  GTA3 Dreamshell SD Card/Dreamcast aldair 3 3667 26.08.2024 06:29
Посл. сообщение: SWAT
  Dreamshell freeze at logo boot up pkerga 17 8869 22.07.2024 06:10
Посл. сообщение: SWAT
  Custom DreamShell Themes pcwzrd13 11 31630 27.04.2024 13:42
Посл. сообщение: Ro Magnus Larsson
  DreamShell on Hacker news SWAT 0 2595 10.01.2024 06:52
Посл. сообщение: SWAT

Переход:


Пользователи просматривают эту тему: 3 Гость(ей)