+---------------------------------------------------------+ | this project (RuStuBS) | +---------------------------------------------------------+ Copyright: 2023-2024: Tianhao Wang License: EUPL-1.2 Source: https://sr.ht/~shrik3/rustubs/ Author(s): Tianhao Wang +---------------------------------------------------------+ | Third Party Licenses (from cargo crates) | +---------------------------------------------------------+ Apache-2.0 OR MIT: autocfg, bitflags, lazy_static, linked_list_allocator, lock_api, scopeguard, spinning_top MIT: spin +---------------------------------------------------------+ | derived works from intermezzOS | +---------------------------------------------------------+ copyright: Copyright (c) 2016 intermezzOS Developers license: MIT license https://github.com/intermezzOS/kernel/blob/master/LICENSE-MIT files: boot/startup-x86_64.s defs/x86_64-linker.ld source: https://github.com/intermezzOS/kernel +---------------------------------------------------------+ | derived works from x86_64 (rust crate) | +---------------------------------------------------------+ copyright: Copyright (c) 2018 Philipp Oppermann Copyright (c) 2015 Gerd Zellweger Copyright (c) 2015 The libcpu Developers license: MIT license https://docs.rs/crate/x86_64/latest/source/LICENSE-MIT files: src/arch/x86_64/paging source: https://docs.rs/x86_64/latest/src/x86_64/structures/paging/page_table.rs ----------------------------------------------------------- +---------------------------------------------------------+ | rust-osdev/bootloader (inspiration) | +---------------------------------------------------------+ copyright: 2018 Philipp Oppermann license: MIT License https://github.com/rust-osdev/bootloader/blob/main/LICENSE-MIT source: https://github.com/rust-osdev/bootloader/tree/main +---------------------------------------------------------+ | the original OOStuBS (inspiration) | +---------------------------------------------------------+ OOStuBS Institut für Verteilte Systeme (IVS), Otto-von-Guericke-Universität Magdeburg Lehrstuhl für Informatik 4, Friedrich-Alexander-Universität Erlangen-Nürnberg