Age | Commit message (Collapse) | Author | |
---|---|---|---|
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> | |||
2021-07-20 | arch: i386: move the kernel to high memory | Danny Holman | |
Move the start of the kernel image to the "higher half" of memory. This also enables paging. | |||
2021-01-24 | x86: reorganize the i386 directory | Danny Holman | |
Add structure to the internals of the x86 directory. Signed-off-by: Danny Holman <dholman@gymli.xyz> |