index
:
rustubs.git
master
A rust implementation of OO-StuBS
shrik3
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
docs: add notes on calling conv
Tianhao Wang
2024-06-11
*
mm: use id mapped vaddr of free_page_stack
Tianhao Wang
2024-06-11
*
build: include Cargo.lock in vcs
Tianhao Wang
2024-06-11
*
pic: replace hardcoded values, add docs
Tianhao Wang
2024-06-11
*
docs: add notes on interrupt (vectors) and PIC
Tianhao Wang
2024-06-11
*
toolchain: bump rust toolchain version
Tianhao Wang
2024-06-11
*
idt: mm: move idt and vectors also to upper memory
Tianhao Wang
2024-06-11
*
chore: add v2p and p2v conversion wrt. id mapping
Tianhao Wang
2024-06-11
*
fix kernel mapping start address
Tianhao Wang
2024-06-11
*
chore: cleanup
Tianhao Wang
2024-06-11
*
chore: remove unused deps
Tianhao Wang
2024-06-11
*
debug: add basic setup for qemu/gdb
Tianhao Wang
2024-06-11
*
mm: fully map the kernel to high memory
Tianhao Wang
2024-06-11
*
mm: provide high memory kernel mapping in asm code.
Tianhao Wang
2024-06-11
*
docs: memory layout
Tianhao Wang
2024-06-11
*
chore: cleanup startup code
Tianhao Wang
2024-06-11
*
mm: add basic paging infra from x86_64 crate
Tianhao Wang
2024-06-11
*
mm: fix Range type and addr rounding
Tianhao Wang
2024-06-11
*
mm: explicitly clear unused entries in init table
Tianhao Wang
2024-06-11
*
mm: add stack based PMA
Tianhao Wang
2024-06-11
*
makefile: default to cargo debug build
Tianhao Wang
2024-06-11
*
multiboot: docs and cleanup
Tianhao Wang
2024-06-11
*
multiboot: parse mmap blocks
Tianhao Wang
2024-06-11
*
multiboot: get memory info from MB info
Tianhao Wang
2024-06-11
*
multiboot: basic support for multiboot info
Tianhao Wang
2024-06-11
*
keyboard: pad key translation table
Tianhao Wang
2024-06-11
*
update attributions
Tianhao Wang
2024-06-11
*
fix io blocking bug in kbdctl
Tianhao Wang
2024-06-11
*
chore
Tianhao Wang
2024-06-11
*
doc: notes on x86 gdt and segmentation
Tianhao Wang
2024-06-11
*
cgascr: refactoring
Tianhao Wang
2024-06-11
*
readme: bulk update
Tianhao Wang
2024-06-11
*
refine ATTRIBUTIONS and LICENSE text
Tianhao Wang
2024-06-11
*
add contributing guidelines
Tianhao Wang
2024-06-11
*
readme: update regarding license
Tianhao Wang
2024-06-11
*
fix readme
Tianhao Wang
2024-06-11
*
update readme for troubleshooting
Tianhao Wang
2024-06-11
*
move io.rs into submodule
Tianhao Wang
2024-06-11
*
update readme
Tianhao Wang
2024-06-11
*
license: update readme
Tianhao Wang
2024-06-11
*
license: use EUPL
Tianhao Wang
2024-06-11
*
makefile: mute ld RWX warning
Tianhao Wang
2024-06-11
*
chore
Tianhao Wang
2024-06-11
*
rename wraper -> vector
Tianhao Wang
2024-06-11
*
startup: define multiboot headers in linker script
Tianhao Wang
2024-06-11
*
nasm: ignore zeroing warning
Tianhao Wang
2024-06-11
*
startup: flatten control flow
Tianhao Wang
2024-06-11
*
chore
Tianhao Wang
2024-06-11
*
linker: "optimize" section arrangements
Tianhao Wang
2024-06-11
*
interrupt: add rust binding for idt
Tianhao Wang
2024-06-11
[next]