asterinas/kernel/comps
Zhang Junyang c9a37ccab1 Renaming concepts around pages and frames
This commit renames `Frame` -> `UntypedFrame` and `Page` -> `Frame`.
So do other concepts in the following list:
 - `Segment` -> `UntypedSegment`,
 - `ContPages` -> `Segment`,
 - `DynPage` -> `AnyFrame`,
 - `PageMeta` -> `FrameMeta`,
 - `FrameMeta` -> `UntypedMeta`.

This commit also re-organized the source in the `mm/page` and `mm/frame`
module to accommodate the changes.
2024-12-27 12:12:51 +08:00
..
block Renaming concepts around pages and frames 2024-12-27 12:12:51 +08:00
console Refactor `VmReader`&`VmWriter` as given fallibility marker 2024-08-21 22:24:15 +08:00
framebuffer Inject the logger for Asterinas 2024-12-04 13:24:06 +08:00
input Fix dependency issue between components `logger` and `virtio` 2024-12-13 10:36:45 +08:00
logger Fix dependency issue between components `logger` and `virtio` 2024-12-13 10:36:45 +08:00
network Notify virtqueue in a batch manner 2024-12-19 14:49:56 +08:00
softirq Fix the nested bottom half 2024-12-05 13:42:12 +08:00
time Inject the logger for Asterinas 2024-12-04 13:24:06 +08:00
virtio Renaming concepts around pages and frames 2024-12-27 12:12:51 +08:00