Formating tweaks overall

This commit is contained in:
2022-01-18 13:42:01 +01:00
parent 8dd5e81399
commit ba85d9337d
30 changed files with 930 additions and 825 deletions

View File

@@ -8,8 +8,8 @@
#define VGA_MEMORY P2V(0xB8000)
struct vga_cell {
uint8_t c;
uint8_t f;
uint8_t c;
uint8_t f;
}__attribute__((packed));