1
0
Fork 0
Commit Graph

8 Commits

Author SHA1 Message Date
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
Aaron Lindsay 806d00f471 mm.c/h -> frames.c/h: Naming indicating dealing with physical not virtual memory 2013-01-01 23:49:52 -05:00
Aaron Lindsay e279d83d7d arch/arm: MMU comment spelling fixups 2012-12-24 13:10:42 -05:00
Aaron Lindsay 62755b8f38 Move atags support to be ARM arch-specific 2012-12-24 12:40:30 -05:00
Aaron Lindsay ed52a8af5c arch/arm: Fixup formatting to match arch/i386 2012-12-17 00:36:25 -05:00
Aaron Lindsay c76991b1b5 Makefile: Generalize flags and tools in preparation for i386 arch 2012-11-15 00:30:17 -05:00
Aaron Lindsay ccd5a9025a types.h: Add arch_uint_ptr to make comparing native pointer types easier 2012-11-15 00:27:49 -05:00
Aaron Lindsay a1fb385d97 arch/arm: Separate out architecture-specifics 2012-10-14 23:02:14 -04:00