mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-06-07 08:14:48 +00:00
Fix missing NetConfigure call.
This commit is contained in:
parent
10a5876ce7
commit
cea590ba55
@ -2,6 +2,7 @@
|
|||||||
Cd(__DIR__);;
|
Cd(__DIR__);;
|
||||||
#include "Load"
|
#include "Load"
|
||||||
I64 retries = 5;
|
I64 retries = 5;
|
||||||
|
NetConfigure;
|
||||||
while (ipv4_globals.local_ip == 0 && retries--) // local_ip is set if NetConfigure is successful
|
while (ipv4_globals.local_ip == 0 && retries--) // local_ip is set if NetConfigure is successful
|
||||||
{
|
{
|
||||||
"\nNetConfigure unsuccessful. Retrying...\n";
|
"\nNetConfigure unsuccessful. Retrying...\n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user