Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
vvaucoul committed Oct 14, 2024
1 parent a960151 commit 60bccbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Hephaistos/include/charon.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* By: vvaucoul <vvaucoul@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2022/11/20 13:47:12 by vvaucoul #+# #+# */
/* Updated: 2024/07/28 11:47:47 by vvaucoul ### ########.fr */
/* Updated: 2024/08/01 19:08:29 by vvaucoul ### ########.fr */
/* */
/* ************************************************************************** */

Expand All @@ -22,8 +22,8 @@
#define __HEPHAISTOS__
#include <drivers/vga.h>
// #include <kernel.h>
#include <memory/memory.h>
// #include <system/pit.h>
#include <mm/mm.h>
#include <system/pit.h>

#define IS_MEMORY_AVAILABLE (kheap != NULL)

Expand Down

0 comments on commit 60bccbf

Please sign in to comment.