Skip to content

Commit 2e46a7d

Browse files
committed
uplink: Update starbase defaults
1 parent 3fe6adb commit 2e46a7d

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

lib/uplink/starbase/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ set(SOURCES
4141
set(DRIVERS
4242
virtionet
4343
vmxnet3
44+
vga_output
4445
)
4546

4647
set(PLUGINS

lib/uplink/starbase/service.cpp

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,7 @@
2727

2828
void Service::start(const std::string&)
2929
{
30-
MYINFO("booted");
31-
32-
// Print some useful netstats every 30 secs
33-
Timers::periodic(5s, 30s, [] (uint32_t) {
34-
auto& inet = net::Inet4::stack();
35-
MYINFO("TCP STATUS:\n%s\n", inet.tcp().status().c_str());
36-
});
37-
30+
MYINFO("Running CPUID...");
3831
auto detected_features = CPUID::detect_features_str();
3932

4033
MYINFO("Detected %lu CPU features:", detected_features.size());

0 commit comments

Comments
 (0)