66 Commits

Author SHA1 Message Date
1bd9d65a5e Migrate to 1.82 rustc nightly 2024-07-25 11:58:47 +03:00
8eb5d2ecf1 mem/heap: use libyalloc instead of linked_list_allocator in kernel 2024-06-09 13:43:56 +03:00
3383d0350c proc: spawn_thread/exit_thread/wait_thread 2024-04-25 16:02:20 +03:00
39956dedb8 sys/mod: Basic kernel module loading 2024-04-01 17:23:12 +03:00
35a44a8ca1 proc/dyn: proof-of-concept dynamic executable loader 2024-03-20 21:21:39 +02:00
1b69be1664 proc/debug: implement basic single-stepping facilities 2024-03-19 23:11:03 +02:00
0a2d2ea4db proc/elf: handle relocatable executables (ET_DYN) 2024-03-18 19:34:03 +02:00
2dc162d1a0 proc: better handling of process groups + shell interrupts 2024-03-13 17:55:14 +02:00
ae09849fda abi: split definitions into multiple files 2024-03-13 14:25:02 +02:00
12b481398d abi: add struct types and move some terminal definitions 2024-03-13 13:11:46 +02:00
55a4c89811 refactor: Fix all clippy warnings 2024-03-13 01:54:00 +02:00
1440689094 build: Finish migration to monorepo 2024-03-12 18:17:47 +02:00
7a0d528cda Add 'lib/runtime/' from commit 'db5cddbec10c4b7c086eda716d48d4711632901f'
git-subtree-dir: lib/runtime
git-subtree-mainline: 566a2341f5b726d86f5d42a72beb9c70b83f31b6
git-subtree-split: db5cddbec10c4b7c086eda716d48d4711632901f
2024-03-12 15:54:48 +02:00
2f6f9b9b55 Add 'lib/libyalloc/' from commit 'c8399685ff776a08799c5e4c6eecd6fef1dce7bd'
git-subtree-dir: lib/libyalloc
git-subtree-mainline: 53ad163fb7a4d7d4229e76543f6890a379dbb85d
git-subtree-split: c8399685ff776a08799c5e4c6eecd6fef1dce7bd
2024-03-12 15:53:46 +02:00
53ad163fb7 Add 'lib/abi-def/' from commit '9fd6415c95bf4427998ed23fa283d2cef5c7ef77'
git-subtree-dir: lib/abi-def
git-subtree-mainline: 22e2a992dd2c5675983af0523eeb5bd3440e799c
git-subtree-split: 9fd6415c95bf4427998ed23fa283d2cef5c7ef77
2024-03-12 15:53:25 +02:00
22e2a992dd Add 'lib/abi/' from commit 'fdb3e18b598f9250f9f5a6443390e0aac1f57071'
git-subtree-dir: lib/abi
git-subtree-mainline: 18fa8b954a2b9372920035b0d4cdcf0d2d5c0902
git-subtree-split: fdb3e18b598f9250f9f5a6443390e0aac1f57071
2024-03-12 15:53:19 +02:00