2006-12-19 |
Woop
reddawg
committed
on 19 Dec 2006
|
---|---|
rtld-elf almost workign
reddawg
committed
on 19 Dec 2006
|
|
2006-12-12 |
Changes
reddawg
committed
on 12 Dec 2006
|
2006-11-21 |
A handful of changes ;)
reddawg
committed
on 21 Nov 2006
|
2006-10-27 |
Fixed compile errors
reddawg
committed
on 27 Oct 2006
|
2006-10-26 |
Api
reddawg
committed
on 26 Oct 2006
|
sys
reddawg
committed
on 26 Oct 2006
|
|
Fixed
reddawg
committed
on 26 Oct 2006
|
|
2006-09-20 |
Last Test
reddawg
committed
on 20 Sep 2006
|
Test
reddawg
committed
on 20 Sep 2006
|
|
2005-10-20 |
DEAD
reddawg
committed
on 20 Oct 2005
|
2005-08-18 |
Missing File
reddawg
committed
on 18 Aug 2005
|
2005-08-11 |
oops.
fsdfs
committed
on 11 Aug 2005
|
origionally I intended to allocate all memory first, then remove free ("used") pages when someone wanted to allocate, but that would take too long to boot up, so I changed the logic to dynamically allocate; however this was not entirely
...
fsdfs
committed
on 11 Aug 2005
|
|
update. stack corruption galore. first time is a charm, but the second
...
fsdfs
committed
on 11 Aug 2005
|
|
adding files needed to compile
fsdfs
committed
on 11 Aug 2005
|
|
saving progress - uses new MM system. does not boot
fsdfs
committed
on 11 Aug 2005
|
|
2005-08-10 |
begun conversion to new synchronization
fsdfs
committed
on 10 Aug 2005
|
code cleanup
fsdfs
committed
on 10 Aug 2005
|
|
freeing memory will now free contiguous virtual memory
fsdfs
committed
on 10 Aug 2005
|
|
fixed a compiler error.
fsdfs
committed
on 10 Aug 2005
|
|
implemented kfree(). does not free contiguous blocks of virtual memory
fsdfs
committed
on 10 Aug 2005
|
|
implemented kmalloc() to use new memory management suite
fsdfs
committed
on 10 Aug 2005
|
|
ubixos compiles but it does not use the new mm system yet.
fsdfs
committed
on 10 Aug 2005
|
|
updates + kmalloc() and kfree() stubs
fsdfs
committed
on 10 Aug 2005
|
|
header files and such.
fsdfs
committed
on 10 Aug 2005
|
|
had to clean up the old files and not mix them with the new code
fsdfs
committed
on 10 Aug 2005
|
|
house cleaning on new mm system
fsdfs
committed
on 10 Aug 2005
|
|
|
|
vmm_pageFault2() implemented
fsdfs
committed
on 10 Aug 2005
|