starnakin
starnakin pushed to main at starnakin/42_KFS 2024-11-26 06:43:14 -05:00
da804296c6 fix: memory: protect kernel code
starnakin pushed to main at starnakin/42_KFS 2024-11-20 10:26:37 -05:00
0c280d971b clean: simplify code
94b2fa340c fix: check if zone is not null before explore it
ec3a038a36 fix: free frame use right addr
Compare 3 commits »
starnakin pushed to main at starnakin/42_KFS 2024-11-19 19:53:29 -05:00
3bc05604db fix: start frame allocator after kernel code
b7dd7761d5 core: (struct frame_zone).addr now represent address without the header
Compare 2 commits »
starnakin pushed to main at starnakin/42_KFS 2024-11-15 07:35:54 -05:00
20ba985b34 fix: able to read multiboot mmap
starnakin pushed to main at starnakin/42_KFS 2024-11-12 16:06:45 -05:00
1e35f3b710 fix: add init flag
starnakin pushed to main at starnakin/42_KFS 2024-11-08 07:15:21 -05:00
719c615c92 fix: set_mem_size: use right index
starnakin pushed to main at starnakin/42_KFS 2024-10-30 16:40:01 -04:00
a72c3ca195 doc: explain the default_page_table
starnakin pushed to main at starnakin/42_KFS 2024-10-30 16:26:03 -04:00
6533334824 fix: free: use the new pt system
starnakin pushed to main at starnakin/42_KFS 2024-10-30 15:49:03 -04:00
ae3cfa7647 core: use ptr param instead of global
starnakin closed issue starnakin/42_KFS#1 2024-10-30 14:14:01 -04:00
pas assez de cramptés
starnakin pushed to main at starnakin/42_KFS 2024-10-30 14:12:16 -04:00
04211e2773 add: documentation: memory
starnakin pushed to main at starnakin/42_KFS 2024-10-29 10:18:13 -04:00
5fba376e2f clean: remove print
ff058d0ae1 fix: memory: use rigth index and addr, add page to pt before write it
Compare 2 commits »
starnakin pushed to main at starnakin/42_KFS 2024-10-25 10:20:14 -04:00
659ba24f12 fix: memory: current_page_table addr
starnakin pushed to main at starnakin/42_KFS 2024-10-25 09:33:36 -04:00
cbcff77a4a fix: memory: use 1024 instead of 4096 when use 32bit ptr
starnakin pushed to main at starnakin/42_KFS 2024-10-18 09:42:00 -04:00
579b9ed349 opti: memory: for loop stop iterate when not enough block is available
starnakin pushed to main at starnakin/42_KFS 2024-10-15 07:32:18 -04:00
457244222b core: add a new pte
starnakin pushed to main at starnakin/42_KFS 2024-10-15 04:55:22 -04:00
fd1086b408 fix: use the boot pt
starnakin pushed to main at starnakin/42_KFS 2024-10-14 19:32:00 -04:00
5f075a9090 fix: simplify code and start frame at 1 instead of 0 for the NULL
9dc9002f00 fix: page alloc return frame addr instead page addr
Compare 2 commits »
starnakin pushed to main at starnakin/42_KFS 2024-10-14 19:23:19 -04:00
3372e386f5 fix: add flag when page-frame link
starnakin pushed to main at starnakin/42_KFS 2024-10-14 19:11:00 -04:00
886f912f36 fix: find_next_block