Compare commits

..

2 commits

Author SHA1 Message Date
Imbus
7ac571809a Formatting 2025-10-30 22:43:59 +01:00
Imbus
543e5f7001 Unused dependency 2025-10-30 22:43:52 +01:00
2 changed files with 1 additions and 1 deletions

View file

@ -1,5 +1,6 @@
#ifndef KERNEL_CONFIG_H
#define KERNEL_CONFIG_H
/*
* Number of CPU's For now, this is hard-coded here. It will likely be
* dynamically discovered in the future.

View file

@ -1,4 +1,3 @@
#include "stdio.h"
#include <assert.h>
#include <rtc.h>
#include <stdint.h>