nbos

nbos

https://git.tonybtw.com/nbos.git git://git.tonybtw.com/nbos.git
379 bytes raw
1
#include "linux.h"
2
3
const pkg pkgs_linux = {
4
    .name        = "linux",
5
    .version     = "6.12",
6
    .src         = "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.12.tar.xz",
7
    .sha256      = "0000000000000000000000000000000000000000000000000000000000000000",
8
    .deps        = { .data = nullptr, .len = 0 },
9
    .build_flags = "",
10
    .build_sys   = BUILD_MAKE,
11
};