index
:
sophia.git
kjarna
main
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2021-06-02
cast address and offset calculations
Ada Christine
2021-04-28
changed loader allocation, preparing for boot data revamp
Ada Christine
2021-04-23
less repetition, more flexibility with paging macros
Ada Christine
2021-04-20
panic on unhandled fault in anonymous space
Ada Christine
2021-04-14
minor changes
Ada Christine
2021-04-13
renamed kernel_map_page() and associates
Ada Christine
2021-04-13
Revert "renamed kernel_map_page() and associates"
Ada Christine
2021-04-13
renamed kernel_map_page() and associates
Ada Christine
2021-04-13
wrong signature for memcmp() declaration
Ada Christine
2021-04-12
anonymous memory, OOM panic message
Ada Christine
2021-04-12
page faults, beginning the heap, bugs in panic.c
Ada Christine
2021-04-12
panic() and halt() now in kernel private interface
Ada Christine
2021-04-11
removed superfluous function
Ada Christine
2021-04-11
renamed parse_efi_memmap() to efi_memory_init(). removed the testing loop for...
Ada Christine
2021-04-11
added rule to compile .S files; page fault ISR and skeleton handler are present
Ada Christine
2021-04-10
consequent to my fancy memory allocator, this does some shady pointer-aliasin...
Ada Christine
2021-04-10
physical allocator is now available
Ada Christine
2021-04-07
moved headers around a bit
Ada Christine
2021-04-07
possible to install ist entries, stop and start interrupts
Ada Christine
2021-04-06
made gdt flush: label hidden
Ada Christine
2021-04-05
now can install isrs
Ada Christine
2021-04-05
task segment and register
Ada Christine
2021-04-05
barebones idt and gdt set up
Ada Christine
2021-04-02
uneccessary complexity removed
Ada Christine
2021-04-02
kernel has gdt now and loads segment register and we can allocate pages
Ada Christine
2021-03-29
don't echo command spam
Ada Christine
2021-03-24
forgot gcc wants these functions
Ada Christine
2021-03-21
higher-half stub kernel does the thing
Ada Christine
2021-03-21
higher-half now works
Ada Christine
2021-03-17
initial commit
Ada Christine