menix-os / menix

A minimal and expandable Unix-like kernel
https://menix-os.org
GNU Lesser General Public License v2.1
15 stars 3 forks source link

Kernel: fixed an unnecessary loop iteration in the allocator #18

Closed JanzenJohn closed 1 month ago

JanzenJohn commented 1 month ago

name: PR template about: Submit changes to Menix title: '' labels: ["pending"] assignees: ''


What does this PR change?

Tick the applicable box:

Reason for adding a new feature

Checklist

Links

Fixes:

This fixes an unnecessary loop iteration in the allocator

Documentation

marv7000 commented 1 month ago

Fixed in bb66833