0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Jul 20, 2025 — Jul 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Cleaned up pager initialization code. More... about 17 years ago
Added freeing of pager init memory, but this memory is currently not utilized. More... about 17 years ago
Carried over pager's virtual address alloc range to its own address space area. More... about 17 years ago
Pager virtual address pool bookkeeping added for all pager virtual addresses More... about 17 years ago
Merge branch 'buildDevel' of http://www.russel.org.uk/Git/Codezero into devel More... about 17 years ago
Correct the problem of not loading test_exec. Remove the linker script and assembler load source in favour of generating the source so that the correct path is in the source. More... about 17 years ago
Includes the test_exec.axf in test0 elf file. More... about 17 years ago
Merge branch 'buildDevel' of http://www.russel.org.uk/Git/Codezero into devel More... about 17 years ago
MM0 do_close() without IO was segfaulting. now fixed. More... about 17 years ago
Removed extra L from autogenerated start.axf.S break_virtual symbol value More... about 17 years ago
Fixed bootdesc relocation - Needs revising. More... about 17 years ago
Make the address conversion for start.axf.S creation more sophisticated to deal with Python writing a Python literal. More... about 17 years ago
Add the constructed config.h file as a dependency of the compiled objects so that it actually gets built. More... about 17 years ago
Changed linker script name to linker.lds from mylink.lds More... about 17 years ago
Merge branch 'newBuild' of /opt/c0-trees/codezero-russel into devel More... about 17 years ago
Fixed uninitialized local vars. More... about 17 years ago
Some trivial changes to the comments. More... about 17 years ago
Fix error about inclusion of start.afx.S -- there was a dependencies error in the SConscript leading to incorect multiple inclusion in the constructed kernel.S. More... about 17 years ago
Fixed boot messages More... about 17 years ago
Added freeing/unmapping of boot memory More... about 17 years ago
Add in the import to allow the with statement in Python 2.5. More... about 17 years ago
First working Codezero & POSIX Services with container/capability changes More... about 17 years ago
Fixed a bug with page_map size by dynamically allocating it. More... about 17 years ago
Removed any refs to global id pools. More... about 17 years ago
Generate the final link linker scripts. More... about 17 years ago
Remove replication of main.c in the final link. More... about 17 years ago
Construct main.c from a template. More... about 17 years ago
The todo in this todo file is now done. More... about 17 years ago
Get the baremetal crt0 included in the final link. More... about 17 years ago
Got the first part of the packing phase in place. Generate kernel.S rather than have it as a manually maintained file. More... about 17 years ago