index
:
sophia.git
kjarna
main
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-01-29
move ugly stuff into own procedure
Ada Christine
2023-01-29
remove pdb
Ada Christine
2023-01-05
gnu-efi removal
ada christine
2023-01-04
Merge branch 'gnu-efi-gone'
Ada Christine
2023-01-04
use homespun efi code
Ada Christine
2022-03-23
fix collision with /usr/include/efi/lib.h
Ada Christine
2022-03-23
misc fixes
Ada Christine
2022-03-19
_MSC_EXTENSIONS was causing empty definition of __attribute__ leading to call...
Ada Christine
2022-03-18
clear and reset the output console
Ada Christine
2022-03-18
we do not need an executable stack
Ada Christine
2022-03-18
now using clang, native PE UEFI loader image. made an ugly hack to get
Ada Christine
2022-03-17
loader now uses bespoke kprintf(), no longer depends on libefi
Ada Christine
2022-03-17
pulled out kprintf() and friends into lib/
Ada Christine
2022-03-17
added acpica and gnu-efi submodules and licensing notificatons
Ada Christine
2022-03-17
changes to dynamic initialization
Ada Christine
2022-03-15
infrastructure for dynamic symbol resolution
Ada Christine
2022-03-15
correct formatting for register values display
Ada Christine
2022-03-14
kprintf() can do zero padded integers now
Ada Christine
2022-03-14
some updates to page handling
Ada Christine
2022-02-24
don't decrement references on non-physical pages
Ada Christine
2022-02-24
context struct for ISRs rather than using param registers; second-stage handl...
Ada Christine
2022-02-24
many changes
Ada Christine
2022-02-21
graphics mode support
Ada Christine
2022-02-21
find acpi tables at boot time
Ada Christine
2022-02-21
split out paging functions
Ada Christine
2022-02-20
moving files around
Ada Christine
2022-02-19
fixed statics having bad offsets
Ada Christine
2022-02-19
used OR when i needed AND
Ada Christine
2022-02-18
-mgeneral-regs-only should apply to all objects
Ada Christine
2022-02-18
thread switching and sleeping appears to be working
Ada Christine
2022-02-18
timer callback interface
Ada Christine
2022-02-18
use the appropriate semantics for atomics
Ada Christine
2022-02-18
do nothing if the origin and target threads are the same
Ada Christine
2022-02-18
bug fixes
Ada Christine
2022-02-17
remove declarations of now nonexistent functons *facepalm*
Ada Christine
2022-02-17
force 8253 timer to minimum frequency, log timesource delta at task managemen...
Ada Christine
2022-02-17
many changes have happned
Ada Christine
2022-02-17
minor change to prevent potential weirdness with type width
Ada Christine
2022-02-15
debug changes
Ada Christine
2022-02-15
irq_lock() and irq_unlock() are unnecessary around mmu_get_map and i shot mys...
Ada Christine
2022-02-15
beginning to things out into cpu-dependent and cpu-independent code
Ada Christine
2022-02-14
stop violating the spec for va_list
Ada Christine
2022-02-14
more task scheduling work, scheduler appears to work without crashing
Ada Christine
2022-02-14
misc removal of unused things
Ada Christine
2022-02-14
entering idle loop works with timer
Ada Christine
2022-02-13
rudimentary irq and timer support
Ada Christine
2022-02-13
bug when kprintf is fed a 0, it does nothing
Ada Christine
2022-02-13
splitting out descriptor declarations
Ada Christine
2022-02-13
exception changes
Ada Christine
2022-02-10
more kprintf() improvements, eventually move to lib/
Ada Christine
[next]