Commit Graph

22 Commits

Author SHA1 Message Date
Mathieu Maret b6fd550e7f Add some documentation 2024-02-08 23:15:26 +01:00
Mathieu Maret 946c47a988 Reorganize a bit includes like libc 2024-01-29 23:27:10 +01:00
Mathieu Maret 6a00aa4762 Correct ld variable type
They should be declared as char
2023-11-20 00:02:22 +01:00
Mathieu Maret 2c6ffe34a1 Allow to unref unrefered page 2021-10-27 17:26:49 +02:00
Mathieu Maret 865d3b811e Rename memDesc to phyMemDesc 2021-04-10 21:53:03 +02:00
Mathieu Maret 4887984322 Thinner phy page pre-booking 2021-04-10 00:24:02 +02:00
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