]> git.corax.cc Git - corax/commit
Separate the architecture dependent and independent parts of the kernel more cleanly:
authorMatthias Kruk <m@m10k.eu>
Fri, 27 Sep 2019 06:18:59 +0000 (15:18 +0900)
committerMatthias Kruk <m@m10k.eu>
Fri, 27 Sep 2019 06:18:59 +0000 (15:18 +0900)
commit1a8a1ae9f1e6b78bd12e4b49dce06b68eeebe940
tree0d3d4acf614af1dc25816a5df01b28088a8878f8
parentc3b5d65f8459a4889822fad0816f47f6450b9afa
Separate the architecture dependent and independent parts of the kernel more cleanly:
 - Add pg_dir_get_pdbr() function
 - Make definitions, types, and functions necessary for other parts of the
   kernel visible to them by moving them into the kernel/include/arch.h header
kernel/arch/paging.c
kernel/arch/paging.h
kernel/core/process.c
kernel/include/arch.h