We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b62d70 + f943baa commit a2c91d0Copy full SHA for a2c91d0
1 file changed
src/platform/x86_solo5/os.cpp
@@ -168,6 +168,8 @@ void OS::start(char* _cmdline, uintptr_t mem_size)
168
}
169
170
171
+ Solo5_manager::init();
172
+
173
// We don't need a start or stop function in solo5.
174
Timers::init(
175
// timer start function
@@ -190,8 +192,6 @@ void OS::start(char* _cmdline, uintptr_t mem_size)
190
192
printf(" +--> Running [ %s ]\n", Service::name().c_str());
191
193
FILLINE('~');
194
- Solo5_manager::init();
-
195
Service::start();
196
// NOTE: this is a feature for service writers, don't move!
197
kernel_sanity_checks();
0 commit comments