switch rdi_from_pdb to new async layer, off of old task system

This commit is contained in:
Ryan Fleury
2024-11-01 14:44:56 -07:00
parent 86d9b792d8
commit 79bcbe4b39
7 changed files with 3055 additions and 216 deletions
+3
View File
@@ -30,6 +30,9 @@ main_thread_base_entry_point(void (*entry_point)(CmdLine *cmdline), char **argum
#if defined(ASYNC_H) && !defined(ASYNC_INIT_MANUAL)
async_init();
#endif
#if defined(RDI_FROM_PDB_H) && !defined(P2R_INIT_MANUAL)
p2r_init();
#endif
#if defined(TASK_SYSTEM_H) && !defined(TS_INIT_MANUAL)
ts_init();
#endif