From the x86 memory management doc: > Paging is enabled by setting the highest bit in CR0. > [in head.S?] This is correct, the editor note can be suppressed. CR0 initialisation for paging is performed by "setup_paging" which is implemented in (1.2.13) arch/i386/kernel/head.S |