We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4584ac commit ddc08dcCopy full SHA for ddc08dc
tool/viz/deathstar.c
@@ -15,6 +15,9 @@
15
#define FRAMERATE 23.976
16
#define WRITE(s) write(1, s, strlen(s))
17
18
+__static_yoink("vga_console");
19
+__static_yoink("EfiMain");
20
+
21
struct Sphere {
22
double cx, cy, cz, r;
23
};
tool/viz/viz.mk
@@ -41,6 +41,7 @@ TOOL_VIZ_DIRECTDEPS = \
41
LIBC_THREAD \
42
LIBC_TIME \
43
LIBC_TINYMATH \
44
+ LIBC_VGA \
45
LIBC_X \
46
NET_HTTP \
47
THIRD_PARTY_COMPILER_RT \
0 commit comments