NeKernel dev
Loading...
Searching...
No Matches
Version.h
Go to the documentation of this file.
1// (c) Amlal El Mahrouss
2
3#pragma once
4
5#define BOOTLOADER_VERSION "v0.0.2-bootz"
6#define KERNEL_VERSION "v0.0.2-krnl"
7
8#define BOOTLOADER_VERSION_BCD (0x0002)
9#define KERNEL_VERSION_BCD (0x0002)