This website requires JavaScript.
Explore
Help
Sign In
josh
/
hos
Watch
1
Star
0
Fork
0
You've already forked hos
Code
Issues
1
Pull Requests
Projects
Releases
Wiki
Activity
hos
/
kernel
/
boot
History
josh
d352afd079
added int_stack_t type in hos_types.h for interrupt stack access
...
git-svn-id: svn://anubis/hos/trunk@65 5b3e749e-e535-0410-8002-a9bb6afbdfca
2009-07-24 14:02:11 +00:00
..
boot.asm
moved call to stack_bootstrap() into mm_bootstrap() since stack_bootstrap() relies on calling mm_map() and mm_use_virtual_offset was getting unset at the end of mm_bootstrap(); calling k_main() now works!
2009-07-14 16:08:06 +00:00
isr.asm
added int_stack_t type in hos_types.h for interrupt stack access
2009-07-24 14:02:11 +00:00
k_bootstrap.cc
moved call to stack_bootstrap() into mm_bootstrap() since stack_bootstrap() relies on calling mm_map() and mm_use_virtual_offset was getting unset at the end of mm_bootstrap(); calling k_main() now works!
2009-07-14 16:08:06 +00:00
k_early_panic.c
added memcpy{,w,d}(), memset{,w,d}(); filled in kputc()
2009-07-13 21:42:18 +00:00
k_early_panic.h
added CXXFLAGS to disable rtti and exceptions; added C++ support to header files; moved mm.c to mm.cc to use C++ functionality
2009-07-01 19:52:18 +00:00
k_main.cc
printing memory map, used pages, and free pages on boot
2009-07-16 00:05:44 +00:00
Makefile
moved boot.asm into kernel/boot, added kernel/boot/Makefile using new subdir.mak
2009-06-25 21:57:50 +00:00