Skip to content

Commit 81b21fb

Browse files
committed
Jonathan Node System (my beloved)
1 parent cb47904 commit 81b21fb

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
//
2+
// Created by CARSON on 5/27/2025
3+
//
4+
5+
#ifndef KITTY_JNS_H
6+
#define KITTY_JNS_H
7+
8+
#include "stdint.h"
9+
#include "../../util/list.h"
10+
#include <stdint.h>
11+
12+
struct jon_node {
13+
char* name;
14+
klist children;
15+
uint64_t sector_start;
16+
uint64_t sector_length;
17+
};
18+
19+
#endif // KITTY_JNS_H

0 commit comments

Comments
 (0)