Commit Graph

16 Commits

Author SHA1 Message Date
Mathieu Maret 4a61d7f3b7 memDesc: change ref as unsigned 2021-02-10 21:15:35 +01:00
Mathieu Maret 73b721dbc1 Add some mem stat 2021-01-23 21:51:00 +01:00
Mathieu Maret 8309174f1a Get mem mapping from bootloader 2021-01-23 00:47:06 +01:00
Mathieu Maret 77b495e382 Fix naming and mem bottom 2021-01-22 23:10:07 +01:00
Mathieu Maret 9815cc062f Multiple page allocation 2020-08-28 22:40:21 +02:00
Mathieu Maret 3b97d0307d Style: harmonize formatting
Thanks to: "clang-format -i -style=file **/*.{c,h}"
2020-04-27 00:14:51 +02:00
Mathieu Maret 7def058cf4 Add slab allocator 2019-04-11 22:34:20 +02:00
Mathieu Maret 4bbe08d8f5 Add count for allocated and mapped page 2018-11-14 14:28:06 +01:00
Mathieu Maret 4a5f5674ce implement paging map and unmap 2018-11-12 23:02:27 +01:00
Mathieu Maret 18be89ebfe Basic MMU usage 2018-11-11 23:04:23 +01:00
Mathieu Maret 93c8c87285 Add types.h to distinguish physical/virt mem 2018-11-09 21:50:08 +01:00
Mathieu Maret 149b197a65 mem: implement ref to physical page 2018-11-09 17:07:39 +01:00
Mathieu Maret cb65400d60 Fix some naming convention 2018-11-08 22:08:27 +01:00
Mathieu Maret 6cb8b4372a Implement page allocation 2018-08-09 22:19:34 +02:00
Mathieu Maret 29f085b7aa Add va_list
and rename types.h into stdarg.h
2018-08-06 21:28:42 +02:00
Mathieu Maret 1f164a7a4e First step for memory management 2018-08-06 18:41:45 +02:00