Reference count page tables

This commit is contained in:
2025-12-08 17:40:12 +01:00
parent 0de8cca8bb
commit 9c8946de51
3 changed files with 20 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/* Bootstrap Bitmap Allocator */
#define BBA_BLOCK_SIZE (4096)
#define BBA_SIZE (BBA_BLOCK_SIZE * 128)
#define BBA_SIZE (BBA_BLOCK_SIZE * 256)
#define BBA_BM_SIZE (BBA_BLOCK_SIZE)
struct bba {