toku-sa-n / ramen

A toy OS written in Rust supporting xHCI.
GNU General Public License v3.0
39 stars 4 forks source link

refactor: create the `predefined_mmap` crate #1020

Closed toku-sa-n closed 2 years ago

toku-sa-n commented 2 years ago

This commit moves the constant module in the common crate to the newly created predefined_mmap crate. The name "common" originates from "things which both the kernel and the bootloader codes need". However, the term is ambiguous, and I threw lots of codes into the crate. So this commit splits the common crate.