Fix framebuffer address calculations by using Pitch and BytesPerPixel
ステータスチェックはすべて成功しました
Builds / ExectOS (i686, debug) (push) Successful in 33s
Builds / ExectOS (i686, release) (push) Successful in 32s
Builds / ExectOS (amd64, debug) (push) Successful in 35s
Builds / ExectOS (amd64, release) (push) Successful in 33s

このコミットが含まれているのは:
2025-09-02 12:42:06 +02:00
コミット e23a4c71a2
2個のファイルの変更21行の追加16行の削除

ファイルの表示

@@ -376,6 +376,7 @@ typedef struct _HAL_FRAMEBUFFER_DATA
UINT Height;
UINT PixelsPerScanLine;
UINT BitsPerPixel;
UINT BytesPerPixel;
UINT Pitch;
PVOID Font;
struct