You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, guests are initialized through pre-processor macros defined in the "target" file in the root directory. Although simple, this is atrociously ugly and inflexible. We need for example a C file similar to board_mem.c, where you statically assign guests to a datastructure which is then read by guest_init() in init.c.
The text was updated successfully, but these errors were encountered:
Currently, guests are initialized through pre-processor macros defined in the "target" file in the root directory. Although simple, this is atrociously ugly and inflexible. We need for example a C file similar to board_mem.c, where you statically assign guests to a datastructure which is then read by guest_init() in init.c.
The text was updated successfully, but these errors were encountered: