2004-07-27 |
bah
reddawg
committed
on 27 Jul 2004
|
---|---|
|
|
chg: reduced the number of debugging statements in the kernel.
flameshadow
committed
on 27 Jul 2004
|
|
chg: fixed marks bug readFile did a lookup which is why it looked like it was loopping so much
reddawg
committed
on 27 Jul 2004
|
|
chg: fixed file not found bug. Still can't find looping issue
flameshadow
committed
on 27 Jul 2004
|
|
chg: vfs_mount now ensures that malloc did not fail
reddawg
committed
on 27 Jul 2004
|
|
chg: stopped push all these extra registers I can't find a good reason as to why I was doing it
reddawg
committed
on 27 Jul 2004
|
|
chg: turned on ints during dma do we still boot?
reddawg
committed
on 27 Jul 2004
|
|
*burp*
reddawg
committed
on 27 Jul 2004
|
|
does it compile now?
reddawg
committed
on 27 Jul 2004
|
|
chg: I was fooled thought we failed but it was a casting issue
reddawg
committed
on 27 Jul 2004
|
|
chg: I should of made it print out stackAddr
reddawg
committed
on 27 Jul 2004
|
|
chg: verify location of stack before building process
reddawg
committed
on 27 Jul 2004
|
|
chg: made page 0x0 writeable should boot now
reddawg
committed
on 27 Jul 2004
|
|
Put in a test for 0x0
reddawg
committed
on 27 Jul 2004
|
|
chg: fixed ubu's typo
flameshadow
committed
on 27 Jul 2004
|
|
Try now TCA
reddawg
committed
on 27 Jul 2004
|
|
chg: kinda fixed it. Added bunches of debug info
flameshadow
committed
on 27 Jul 2004
|
|
2004-07-26 |
test code, fixes and the like
reddawg
committed
on 26 Jul 2004
|
here we go
reddawg
committed
on 26 Jul 2004
|
|
2004-07-25 |
chg: re-enabled kprintf() in ubixfs_cacheFind()
flameshadow
committed
on 25 Jul 2004
|
Last of my fixes for the morning
reddawg
committed
on 25 Jul 2004
|
|
fixed
reddawg
committed
on 25 Jul 2004
|
|
atkbd: removed sti... does it still miss keys
reddawg
committed
on 25 Jul 2004
|
|
2004-07-24 |
ok last of my commits for the night I'm going to bed
reddawg
committed
on 24 Jul 2004
|
Oh yeah try this one
reddawg
committed
on 24 Jul 2004
|
|
Changes... mark let me know if you fault at pid 185 when you type stress
reddawg
committed
on 24 Jul 2004
|
|
Lots of changes to the vmm subsystem.... Page faults have been adjust to now be blocking on a per thread basis not system wide. This has resulted in no more deadlocks.. also the addition of per thread locking has removed segfaults as a result of COW in which two tasks fault the same COW page and try to modify it.
reddawg
committed
on 24 Jul 2004
|
|
vmm_pageFault: deadlock resolved thanks to a propper solution suggested by geist
reddawg
committed
on 24 Jul 2004
|
|
chg: Temporarily disabled the moving of the found cache node to the front
...
flameshadow
committed
on 24 Jul 2004
|