Implemented GDT initialisation

This commit is contained in:
2022-12-24 10:28:41 +00:00
parent 0c0830cca7
commit 26853c32c8
10 changed files with 129 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
#define SOCKS_COMPILER_H_
#define __used __attribute__((used))
#define __packed __attribute__((packed))
#define __section(name) __attribute__((section(name)))
#endif