mirror of
https://github.com/Stichting-MINIX-Research-Foundation/xsrc.git
synced 2025-09-24 04:03:13 -04:00
5 lines
117 B
Plaintext
5 lines
117 B
Plaintext
#define root_weave_width 4
|
|
#define root_weave_height 4
|
|
static char root_weave_bits[] = {
|
|
0x07, 0x0d, 0x0b, 0x0e};
|