0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
link script: allow elf header to be included in the loaded image More... about 12 years ago
elf: split elf_file into a base class elf_object and a derived class More... about 12 years ago
elf: process relocation records More... about 12 years ago
elf: process PT_GNU_STACK segments More... about 12 years ago
elf: add accessors for the dynamic table More... about 12 years ago
elf: load exception handling segment More... about 12 years ago
elf: ignore note and interpreter sections More... about 12 years ago
abort: don't spin; instead use processor low power mode to wait More... about 12 years ago
Load the elf dynamic table More... about 12 years ago
Fix loading of elf segments with bss sections More... about 12 years ago
Add exception trapping More... about 12 years ago
Attempt to map elf segments More... about 12 years ago
Add a simple mmu (wip) More... about 12 years ago
Increase the static malloc buffer, so we can defer having a real allocator More... about 12 years ago
Add -Wno-pointer-arith to build flags, so we can play with void pointers More... about 12 years ago
put desc_ptr packed attribute in correct place More... about 12 years ago
fix #include file name More... about 12 years ago
Load ELF program headers More... about 12 years ago
Load ELF header with basic sanity checks More... about 12 years ago
More console and ctype work. boost::format now works. More... about 12 years ago
Makefile: add bootfs More... about 12 years ago
More runtime stubs More... about 12 years ago
loader: load jvm from bootfs, print a few characters More... about 12 years ago
link script: fix up start address and sections More... about 12 years ago
boot: set up TSS More... about 12 years ago
Add jvm to boot filesystem More... about 12 years ago
Boot filesystem - read only in-memory filesystem, like initramfs More... about 12 years ago
Encapsulate boot filesystem image in an object file for direct linking More... about 12 years ago
Basic runtime services More... about 12 years ago
Add script for creating boot filesystem More... about 12 years ago