Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
architecture is still fluffy (;
|
|
|
|
add u2/uturn ioa driver in dumb mode now
enable pcxu/pcxw support
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
in fork/exec/exit/sendsig
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
uvm_page_physload() to later where pdes are all mapped already
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
on all other architectures. remove last architecture dependent #ifdef from
uvm code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
from jkunz@ pr3861
|
|
|
|
To build you must:
cd /usr/src && make obj && make includes
cd lib/libc && make depend && make && NOMAN=1 sudo make install
cd /usr/src && make build
|
|
|
|
|