Skip to content

Commit

Permalink
lib.rs: added comments
Browse files Browse the repository at this point in the history
  • Loading branch information
schoettner committed Jun 11, 2024
1 parent a366cd6 commit d63a52e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions os/kernel/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/* ╔═════════════════════════════════════════════════════════════════════════╗
║ Module: lib ║
╟─────────────────────────────────────────────────────────────────────────╢
║ Descr.: Main rust file of OS. Includes the panic handler as well as all ║
║ globals with init functions. ║
╟─────────────────────────────────────────────────────────────────────────╢
║ Author: Fabian Ruhland, HHU ║
╚═════════════════════════════════════════════════════════════════════════╝
*/
#![feature(allocator_api)]
#![feature(alloc_layout_extra)]
#![feature(const_mut_refs)]
Expand Down

0 comments on commit d63a52e

Please sign in to comment.