index
:
camellia
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
user
Age
Commit message (
Collapse
)
Author
2022-07-18
user/elf: find free space for PIEs
dzwdz
2022-07-18
user: basic elf relocations, PIE support
dzwdz
2022-07-18
user: a super primitive ELF loader
dzwdz
holy shit. this was simpler than i expected it to be
2022-07-17
amd64: ensure all addresses are canonical
dzwdz
2022-07-17
kernel/virt_cpy: error struct, better error handling
dzwdz
2022-07-16
amd64: all tests pass
dzwdz
2022-07-16
amd64: back at the shell!
dzwdz
2022-07-16
amd64: init can print to the terminal now
dzwdz
2022-07-16
amd64: seemingly working syscalls (SYSCALL/SYSRET)
dzwdz
2022-07-16
amd64: barely boot into kernel code
dzwdz
2022-07-14
user/shell/cat: support reading from stdin until eof
dzwdz
2022-07-14
user: basic terminal driver with line editing
dzwdz
2022-07-12
user/tmpfs: basic read/write
dzwdz
2022-07-12
remove the incorrect OPEN_CREATE guards in fs drivers
dzwdz
2022-07-12
user/shell: stdout redirection
dzwdz
2022-07-12
user/shell: parse redirection syntax
dzwdz
2022-07-11
user: add shorthand close() and fork() wrappers for those syscalls
dzwdz
2022-07-11
user: reorganize the userland sources
dzwdz