1
0
mirror of https://github.com/taigrr/gopher-os synced 2025-01-18 04:43:13 -08:00

6 Commits

Author SHA1 Message Date
Achilleas Anagnostopoulos
636220ab1d Unexport bitmap allocator instance and export AllocFrame helper
This allows us to mock calls to the frame allocator from other packages
while testing.
2017-06-30 09:21:05 +01:00
Achilleas Anagnostopoulos
6d195d82f5 Make vmm use the bitmap allocator after it is initialized 2017-06-18 09:49:51 +01:00
Achilleas Anagnostopoulos
4de2d54ed4 Implement AllocFrame/FreeFrame 2017-06-18 09:49:51 +01:00
Achilleas Anagnostopoulos
6ca86e55f8 Reserve kernel image pages and decomission early allocator 2017-06-18 09:49:51 +01:00
Achilleas Anagnostopoulos
8b22862784 Support looking up pools by frame and flagging bitmap entries as
reserved/free
2017-06-18 09:49:51 +01:00
Achilleas Anagnostopoulos
bc44151c93 Reserve and initialize the BitmapAllocator frame pools 2017-06-18 09:49:51 +01:00