diff options
Diffstat (limited to 'ATTRIBUTIONS')
| -rw-r--r-- | ATTRIBUTIONS | 44 |
1 files changed, 30 insertions, 14 deletions
diff --git a/ATTRIBUTIONS b/ATTRIBUTIONS index b59a123..bd8a666 100644 --- a/ATTRIBUTIONS +++ b/ATTRIBUTIONS @@ -13,43 +13,59 @@ Author(s): Tianhao Wang <shrik3@mailbox.org> +---------------------------------------------------------+ -| derived works from rust-osdev/bootloader | +| derived works from intermezzOS | +---------------------------------------------------------+ copyright: - 2018 Philipp Oppermann + Copyright (c) 2016 intermezzOS Developers license: - MIT License - https://github.com/rust-osdev/bootloader/blob/main/LICENSE-MIT + MIT license + https://github.com/intermezzOS/kernel/blob/master/LICENSE-MIT files: - boot/mod.rs + boot/startup-x86_64.s + defs/x86_64-linker.ld source: - https://github.com/rust-osdev/bootloader/tree/main + https://github.com/intermezzOS/kernel + +---------------------------------------------------------+ -| derived works from intermezzOS | +| derived works from x86_64 (rust crate) | +---------------------------------------------------------+ copyright: - Copyright (c) 2016 intermezzOS Developers + Copyright (c) 2018 Philipp Oppermann + Copyright (c) 2015 Gerd Zellweger + Copyright (c) 2015 The libcpu Developers license: - MIT license - https://github.com/intermezzOS/kernel/blob/master/LICENSE-MIT + MIT license + https://docs.rs/crate/x86_64/latest/source/LICENSE-MIT files: - boot/startup-x86_64.s - defs/x86_64-linker.ld + src/arch/x86_64/paging source: - https://github.com/intermezzOS/kernel + https://docs.rs/x86_64/latest/src/x86_64/structures/paging/page_table.rs ----------------------------------------------------------- +---------------------------------------------------------+ -| attributions for inspirations | +| 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), |
