Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-27 | arch: i386: add ring-3 descriptors to the GDT | Danny Holman | |
Add two ring-3 segment discriptors to the GDT during gdt_install. Signed-off-by: Danny Holman <dholman@gymli.xyz> | |||
2021-07-25 | arch: i386: surround GDT macros with parens | Danny Holman | |
Add parenthesis around the GDT setup macros. This is done to prevent having to do it when using them. Signed-off-by: Danny Holman <dholman@gymli.xyz> | |||
2021-07-24 | arch: i386: add GDT setup routines | Danny Holman | |
Add a set of routines that setup the x86's global descriptor table. Signed-off-by: Danny Holman <dholman@gymli.xyz> |