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
History
josh
cf2d28f5ce
added k_main.cc, need to set up a stack before calling k_main()
...
git-svn-id: svn://anubis/hos/trunk@51 5b3e749e-e535-0410-8002-a9bb6afbdfca
2009-07-14 03:34:16 +00:00
..
boot
added k_main.cc, need to set up a stack before calling k_main()
2009-07-14 03:34:16 +00:00
include
added memcpy{,w,d}(), memset{,w,d}(); filled in kputc()
2009-07-13 21:42:18 +00:00
lang
added code to reset segmentation and enable paging; added fmt_xl2a() in kio; added debug prints in k_bootstrap() since kernel is crashing when trying to enable paging
2009-07-13 22:58:48 +00:00
mm
changed lgdt instruction to load from linear address instead of physical address for [mm_gdtr]
2009-07-14 00:26:40 +00:00
link.ld
updated link script to pack things better
2009-07-02 03:43:44 +00:00
Makefile
filled in a few more formatting routines; linking with libgcc.a to work with 64-bit unsigned integer division/modulus
2009-07-13 20:08:16 +00:00
subdir.mak
added DEPS definition in subdir.mak so dependency files are automatically generated again
2009-07-01 12:39:43 +00:00