Age | Commit message (Collapse) | Author |
|
The CC variable is already defined by the make program, so use "CC:="
instead of "CC?=". This makes sure the proper cross compiler is in use.
Signed-off-by: Danny Holman <dholman@gymli.org>
|
|
Add targets to perform a test run and debug run inside a VM.
Signed-off-by: Danny Holman <dholman@gymli.org>
|
|
Add support for the 8259 programmable interrupt controller.
Signed-off-by: Danny Holman <dholman@gymli.xyz>
|
|
Clean up the Makefile to be more clear and readable.
Signed-off-by: Danny Holman <dholman@gymli.xyz>
|
|
Add an include directive in the main Makefile that includes the
dependency files generated by GCC.
Signed-off-by: Danny Holman <dholman@gymli.xyz>
|
|
Fix a bug in which the architecture specific include directories are not
properly included in the main Makefile.
Signed-off-by: Danny Holman <dholman@gymli.xyz>
|
|
Add structure to the internals of the x86 directory.
Signed-off-by: Danny Holman <dholman@gymli.xyz>
|
|
Signed-off-by: Danny Holman <dholman@gymli.xyz>
|