Fixing a bunch of broken stuff including the looping bootloader boot.asm

This commit is contained in:
2023-10-10 01:12:56 -07:00
parent 4b0bd4d133
commit ad28352c29
13 changed files with 219 additions and 85 deletions

View File

@@ -1,5 +1,6 @@
---
Language: Cpp
Language: C
Standard: C11 (or C17)
BasedOnStyle: LLVM
IndentWidth: 4
UseTab: Never