Commit Graph

9 Commits

Author SHA1 Message Date
Mathieu Maret ca22696b29 klibc: put printf inside (instead of vga.h) 2019-05-17 09:35:23 +02:00
Mathieu Maret f1b3895473 Alloc: could be initialized in random way
fix ENO usage
2019-04-15 21:35:47 +02:00
Mathieu Maret ac64b124da paging: fix free unused pte 2018-11-15 22:53:27 +01:00
Mathieu Maret 4bbe08d8f5 Add count for allocated and mapped page 2018-11-14 14:28:06 +01:00
Mathieu Maret 32f1a8ba9d Fix Paging Mapping
New PT entry should be set unsing the Vaddr, not the Paddr
2018-11-13 14:49:32 +01:00
Mathieu Maret 8f5c68efaf Fix flag usage 2018-11-13 10:37:28 +01:00
Mathieu Maret 4a5f5674ce implement paging map and unmap 2018-11-12 23:02:27 +01:00
Mathieu Maret 63ce78205a Add errno.h 2018-11-12 23:02:27 +01:00
Mathieu Maret 18be89ebfe Basic MMU usage 2018-11-11 23:04:23 +01:00