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
a8947f8aa3
added mm_map() to map addresses and mm_page_alloc() to allocate physical pages
...
git-svn-id: svn://anubis/hos/trunk@35 5b3e749e-e535-0410-8002-a9bb6afbdfca
2009-07-02 03:28:25 +00:00
..
boot
filled out more of mm_bootstrap() including initializing the free page linked list
2009-07-02 01:09:09 +00:00
include
filled out more of mm_bootstrap() including initializing the free page linked list
2009-07-02 01:09:09 +00:00
mm
added mm_map() to map addresses and mm_page_alloc() to allocate physical pages
2009-07-02 03:28:25 +00:00
link.ld
added svn:ignore to a few directories; kernel linked to virtual address 0xE000_0000 and running there in segmented mode
2009-06-25 15:02:46 +00:00
Makefile
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
subdir.mak
added DEPS definition in subdir.mak so dependency files are automatically generated again
2009-07-01 12:39:43 +00:00