No networking for now
This commit is contained in:
@ -15,9 +15,6 @@
|
||||
#include "randcrypto/randcrypto.h"
|
||||
#include "time/time.h"
|
||||
#include "diskpart/diskpart.h"
|
||||
#include "netdev/netdev.h"
|
||||
#include "ipc/netsock/netsock.h"
|
||||
#include "pico_stack.h"
|
||||
|
||||
void log_bootinfo(void) {
|
||||
char buf[100];
|
||||
@ -53,9 +50,6 @@ void kmain(void) {
|
||||
diskpart_init();
|
||||
baseimg_init();
|
||||
vfs_init();
|
||||
pico_stack_init();
|
||||
netdev_init();
|
||||
ipc_netsockinit();
|
||||
proc_init();
|
||||
|
||||
for(;;);
|
||||
|
||||
Reference in New Issue
Block a user