roidsos / h0r.net

a kernel IDK
GNU Affero General Public License v3.0
17 stars 4 forks source link

memory optimization proposed by @schkwve #20

Open lolguy91 opened 2 months ago

lolguy91 commented 2 months ago

so the idea is basically to put all initialization functions into their own segment and free the segment

the segment should probably be the last one, since I do not want to accidentally bite into another segment(or just page align it lol)

and probably should reclaim the Reclaimables too :meme: