Тема закрыта 
 
Рейтинг темы:
  • Голосов: 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

Похожие темы
Тема: Автор Ответов: Просмотров: Посл. сообщение
  Custom DreamShell Themes pcwzrd13 11 23716 27.04.2024 13:42
Посл. сообщение: Ro Magnus Larsson
Звезда DreamShell v4.0.0 Release SWAT 131 27384 23.04.2024 19:07
Посл. сообщение: VeraBecker
Улыбка DreamShell bootloader bios megavolt85 147 466164 05.04.2024 00:45
Посл. сообщение: megavolt85
Радуга DreamShell на GitHub SWAT 69 101108 16.03.2024 17:14
Посл. сообщение: yo4yo4
  DreamShell on Hacker news SWAT 0 1018 10.01.2024 06:52
Посл. сообщение: SWAT
  ISO Loader 0.7.x Beta megavolt85 1195 1322331 04.12.2023 19:10
Посл. сообщение: Ro Magnus Larsson
  DreamShell v4.0 UI controls manual SWAT 0 1224 21.11.2023 07:04
Посл. сообщение: SWAT
Информация DreamShell в Discord SWAT 0 3142 06.03.2023 07:53
Посл. сообщение: SWAT
  New to Dreamshell/Retrodream DeanBMT 2 4337 26.01.2023 00:35
Посл. сообщение: DeanBMT
Баг ISO Loader 0.6.x Beta SWAT 482 587877 01.12.2022 13:50
Посл. сообщение: SWAT

Переход:


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