Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-01-15 | arch: i386: simplify IDT setup | Danny Holman | 1 | -2/+2 | |
Simplify the interrupt descriptor table setup and frame assembly. Signed-off-by: Danny Holman <dholman@gymli.org> | |||||
2021-01-24 | x86: reorganize the i386 directory | Danny Holman | 1 | -0/+0 | |
Add structure to the internals of the x86 directory. Signed-off-by: Danny Holman <dholman@gymli.xyz> | |||||
2021-01-17 | arch: i386: add support for x86 processors | Danny Holman | 1 | -0/+15 | |
Add support for 32-bit x86 processors, i.e. the 80386 and above. Signed-off-by: Danny Holman <dholman@gymli.xyz> |