Added very helpful comments

pull/38/head
E. Almqvist 3 years ago
parent 4eb396a6c7
commit 903ec10e6c
  1. 2
      kernel/memory.c

@ -57,6 +57,8 @@ void block_free(uint blockidx) {
uint find_free(uint block_count) { uint find_free(uint block_count) {
// TODO: find a free start block to allocate // TODO: find a free start block to allocate
// loop through bitmap
// check if range is free
} }
bool check_block_range(uint start, uint end) { bool check_block_range(uint start, uint end) {

Loading…
Cancel
Save