diff options
| author | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-30 01:17:28 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-30 01:17:28 +0100 |
| commit | 596f3d07aa58751d186dadd4f4fb392327e66254 (patch) | |
| tree | 8b5dadf6d0eb9e3b93f7fc309e813fb2586f95ea /Private/FirmwareKit | |
| parent | 995e1580f9291c5b8e95687c59b95e561c0c4569 (diff) | |
Kernel: See below.
What is done:
- Don't allow for PCs to boot NewOS, they must use a specific firmware for
that.
- Update EPM specs according to CoreBoot.
What is needed:
- MakeNewFS.exe
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/FirmwareKit')
| -rw-r--r-- | Private/FirmwareKit/EPM.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/FirmwareKit/EPM.hxx b/Private/FirmwareKit/EPM.hxx index 34346a97..7dab6edc 100644 --- a/Private/FirmwareKit/EPM.hxx +++ b/Private/FirmwareKit/EPM.hxx @@ -101,7 +101,7 @@ typedef struct PartitionBlock PartitionBlockType; #endif /// partition must start after this address. -#define kEPMStartPartition 1024 +#define kEPMStartPartitionBlk 34 /// END SPECS |
