linux-kernel-labs / linux

Linux kernel source tree
Other
362 stars 265 forks source link

Documentation: teaching: address-space: Fix incorrect label in linux paging figure #408

Closed RoundRaccoon closed 3 months ago

RoundRaccoon commented 5 months ago

In the address space lecture, at the linux paging figure, there is a typo where the second "PAGE GLOBAL DIRECTORY" should be "PAGE TABLE".

dbaluta commented 5 months ago

@RoundRaccoon we also need your Signed-off-by line in the commit message. Check git log to see other commits.

e.g Signed-off-by: FirstName LastName <email>