.. |
asm
|
Create an exec system call and move loading an ELF file into that.
|
2020-05-17 15:06:30 -04:00 |
lds
|
Add options in Cargo.toml for lto and optimizer
|
2020-04-21 20:21:56 -04:00 |
userspace
|
Get rid of useless header.
|
2020-04-26 14:58:28 -04:00 |
assembly.rs
|
Read and start a process...Added userspace library...will switch this to newlib later.
|
2020-04-25 21:23:00 -04:00 |
block.rs
|
Remove talloc and tfree, instead we will use Rusts built-in Box
|
2020-05-18 09:07:12 -04:00 |
buffer.rs
|
Formatting
|
2020-05-16 10:41:38 -04:00 |
cpu.rs
|
Get set up to support file descriptors in user space.
|
2020-05-19 09:27:57 -04:00 |
elf.rs
|
Get size of program in memory from ELF not from inode.
|
2020-05-22 16:28:38 -04:00 |
fs.rs
|
Remove NUM_INDIRECT_POINTERS and replace with global constant.
|
2020-05-21 09:45:14 -04:00 |
gpu.rs
|
Fix warnings
|
2020-05-15 10:37:40 -04:00 |
kmem.rs
|
Remove talloc and tfree, instead we will use Rusts built-in Box
|
2020-05-18 09:07:12 -04:00 |
lock.rs
|
Change lock to try_lock to better align with Rust's verbiage
|
2020-04-27 09:46:59 -04:00 |
main.rs
|
Remove unnecessary code.
|
2020-05-18 12:22:04 -04:00 |
page.rs
|
Auto-drop processes, and added delete process.
|
2020-04-24 15:22:57 -04:00 |
plic.rs
|
Remove testing code, change comments
|
2020-03-16 15:05:04 -04:00 |
process.rs
|
Get set up to support file descriptors in user space.
|
2020-05-19 09:27:57 -04:00 |
rng.rs
|
Removed warnings
|
2020-04-26 15:55:22 -04:00 |
sched.rs
|
Add comments.
|
2020-05-18 09:11:41 -04:00 |
syscall.rs
|
Remove inode.size as a parameter to load_proc.
|
2020-05-22 16:29:22 -04:00 |
test.rs
|
Add testing printout.
|
2020-05-17 15:08:01 -04:00 |
trap.rs
|
Clean up context switch code.
|
2020-05-17 17:30:10 -04:00 |
uart.rs
|
Add rng.rs for ch9 and overall
|
2020-03-15 20:18:46 -04:00 |
virtio.rs
|
Added starting point for GPU code.
|
2020-05-15 10:34:22 -04:00 |