1
0
Fork 0
Commit Graph

14 Commits

Author SHA1 Message Date
Aaron Lindsay 296433e09c Update i386 disk image creation 2014-09-08 21:03:48 -04:00
Aaron Lindsay 884913b350 Fixup for latest Arch ARM toolchain 2014-09-08 19:42:05 -04:00
Aaron Lindsay b51f8f8422 Consolidate physical page frame declaration from all archs 2013-01-01 23:58:10 -05:00
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 b98aa76334 arch/i386: Add multiboot support 2012-12-24 12:44:48 -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 c51062ce87 arch/i386: Boot to kernel main() with proper initial segmentation/paging setup 2012-12-17 00:35:23 -05:00
Aaron Lindsay cee0ac7dda i386: Add new arch support! (woefully incomplete) 2012-11-15 00:38:10 -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