From 598d1c86a5952d3e5d1d2175fdff3f76918a3ce9 Mon Sep 17 00:00:00 2001 From: Aleksa Vučković Date: Sun, 6 Mar 2022 12:55:49 +0100 Subject: font size change --- include/09.paging/paging7.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/09.paging/paging7.c') diff --git a/include/09.paging/paging7.c b/include/09.paging/paging7.c index 1b9c590..ff39df2 100644 --- a/include/09.paging/paging7.c +++ b/include/09.paging/paging7.c @@ -3,6 +3,6 @@ { // As the address is page aligned, it will always leave 12 bits zeroed. // Those bits are used by the attributes ;) - page_table[num][i] = (address + i * 0x1000) | 3; // attributes: - supervisor level, read/write, present. + page_table[num][i] = (address + i * 0x1000) | 3; + // attributes: supervisor level, read/write, present. } -- cgit v1.2.3