June 2025 | ||||||
Mo | Tu | We | Th | Fr | Sa | Su |
26 | 27 | 28 | 29 | 30 | 31 | 1 |
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 1 | 2 | 3 | 4 | 5 | 6 |
01: #ifndef _ASM_X86_BOOT_H 02: #define _ASM_X86_BOOT_H 03: 04: /* Internal svga startup constants */ 05: #define NORMAL_VGA 0xffff /* 80x25 mode */ 06: #define EXTENDED_VGA 0xfffe /* 80x50 mode */ 07: #define ASK_VGA 0xfffd /* ask for it at bootup */ 08: 09: 10: #endif /* _ASM_X86_BOOT_H */ 11: