diff options
Diffstat (limited to 'kernel/vesa.c')
| -rw-r--r-- | kernel/vesa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/vesa.c b/kernel/vesa.c index a3fc76c..e8b6269 100644 --- a/kernel/vesa.c +++ b/kernel/vesa.c @@ -37,7 +37,7 @@ typedef struct ModeInfoBlock { uint8_t rsv_mask, rsv_position; uint8_t directcolor_attributes; - uint32_t physbase; // your LFB (Linear Framebuffer) address ;) + volatile uint32_t physbase; // your LFB (Linear Framebuffer) address ;) uint32_t reserved1; uint16_t reserved2; }vbemodeinfo; |
