From b323d403149db3d720a63af1087d44718821bd67 Mon Sep 17 00:00:00 2001 From: Amlal Date: Thu, 12 Sep 2024 03:16:15 +0200 Subject: Kernel improvements, and Paging API changes. ZKA: - Updated and fixed 4KB pages on ARM64. - Fixed 4KB pages on AMD64. - Refactor BMP allocator. ZBA: - Refactor Handover protocol. DDK: - Refactor and breaking API changes. HPFS: - Update code according to DDK. Signed-off-by: Amlal --- dev/HPFS/EPM/EBS.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/HPFS/EPM') diff --git a/dev/HPFS/EPM/EBS.i b/dev/HPFS/EPM/EBS.i index 4fc529da..c137b6f4 100644 --- a/dev/HPFS/EPM/EBS.i +++ b/dev/HPFS/EPM/EBS.i @@ -10,7 +10,7 @@ HPFS_EBS_HEADER: db " HPFS" ;; MAGIC NUMBER OF FILESYSTEM dw 8 ;; MAGIC NUMBER LENGTH. dq 0 ;; RESERVED 4 - dw 1 ;; VERSION + dw 0x0100 ;; VERSION dw 0 ;; PARTITION TYPE dq 0 ;; RESERVED 3 dw 0 ;; DISK TYPE (INVALID = 0, CDROM = 1, SSD = 2, USB = 3) -- cgit v1.2.3