1
0
Fork 0
Go to file
Aaron Lindsay e69440c698 Add include/arch/properties.h files
Will include architecture-specific properties about the kernel.
Currently they mainly hold macros for calculating where the kernel
starts and ends in physical and virtual memory.
2013-01-01 23:50:02 -05:00
arch Add include/arch/properties.h files 2013-01-01 23:50:02 -05:00
drivers mm.c/h -> frames.c/h: Naming indicating dealing with physical not virtual memory 2013-01-01 23:49:52 -05:00
include mm.c/h -> frames.c/h: Naming indicating dealing with physical not virtual memory 2013-01-01 23:49:52 -05:00
kernel mm.c/h -> frames.c/h: Naming indicating dealing with physical not virtual memory 2013-01-01 23:49:52 -05:00
.gitignore Add simple config system for both #ifdef's and conditional compilation 2012-10-03 00:19:28 -04:00
LICENSE Add GPLv2 license and source file headers 2012-09-26 23:59:58 -04:00
Makefile Makefile: Generalize flags and tools in preparation for i386 arch 2012-11-15 00:30:17 -05:00
config_example Add simple config system for both #ifdef's and conditional compilation 2012-10-03 00:19:28 -04:00
footer.mk Makefile: refactor subdirectory makefiles 2012-09-26 15:35:52 -04:00
header.mk Makefile: refactor subdirectory makefiles 2012-09-26 15:35:52 -04:00