diff options
author | Marvin Borner | 2020-08-07 20:04:17 +0200 |
---|---|---|
committer | Marvin Borner | 2020-08-07 20:04:17 +0200 |
commit | 5e4374f938d259903fa21cb62b3f3b77b126198b (patch) | |
tree | 00eb7ba9f505f6f89c469a3d992373874d4ea29e /src/inc/boot.h | |
parent | 14a9af005593b1056d681723df764e3b4ef807e2 (diff) |
Finished bootloader TSS/GDT update
Diffstat (limited to 'src/inc/boot.h')
-rw-r--r-- | src/inc/boot.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/inc/boot.h b/src/inc/boot.h index 30ddfb7..1a41c32 100644 --- a/src/inc/boot.h +++ b/src/inc/boot.h @@ -8,9 +8,3 @@ struct vid_info { u32 mode; struct vbe *info; }; - -struct mem_info { - u64 base; - u64 len; - u64 type; -}; |