Status: IN
`PageManager` defaults to 4096-byte pages matching the OS page size and common disk sector size, but this is a coincidental match with `O_DIRECT` alignment requirements — the implementation uses buffered I/O through Python's `open()` and never enforces alignment