1
0
Fork 0

feat/kernel: Remove COM1 init hcf()

This commit is contained in:
Kevin Alavik 2025-05-15 20:57:28 +02:00
parent 89795c4ad8
commit 9be94a75b0
Signed by: cmpsb
GPG key ID: 10D1CC0526FDC6D7
2 changed files with 6 additions and 7 deletions

View file

@ -52,7 +52,6 @@ void *valloc(vctx_t *ctx, size_t pages, uint64_t flags)
while (region)
{
if (region->next == NULL || region->start + region->pages < region->next->start)
{
new = (vregion_t *)palloc(1, true);