baremetal: second try (with i386-elf-gcc)

This commit is contained in:
2026-02-23 17:59:16 +01:00
parent e426ea39e3
commit 57b3f2d474

View File

@ -1,7 +1,8 @@
#ifndef _PLATFORM_INTERNAL_H #ifndef _PLATFORM_INTERNAL_H
#define _PLATFORM_INTERNAL_H #define _PLATFORM_INTERNAL_H
#include <inttypes.h> // #include <inttypes.h>
#include <cstdint>
#include <stdbool.h> #include <stdbool.h>
// #include <assert.h> // #include <assert.h>
// #include <time.h> // #include <time.h>