This commit is contained in:
2026-05-08 15:21:18 +07:00
parent d6a8619e70
commit 676634a3c7
26 changed files with 82 additions and 798 deletions
+1 -15
View File
@@ -1,6 +1,5 @@
#include "boot/entry.h"
#include "boot/typedef.h"
#include "drivers/eft/eft.h"
boot_entry_t entry_data[] = {
{
@@ -8,21 +7,8 @@ boot_entry_t entry_data[] = {
.type = "operating system",
.path = "/boot/boot.bin",
.entry_function = main_entry
},
{
.name = "ESP32S3-Recovery",
.type = "recovery OS",
.path = "/boot/recovery.bin",
.entry_function = recovery_entry
},
{
.name = "EFT Server",
.type = "server shell",
.path = "/drivers/eft/eft_server.bin",
.entry_function = eft_server_shell
}
};
const int autostart_index = 0;
const int entry_table_count = 3;
const int entry_table_count = 1;