diff options
author | Christian Cunningham <cc@localhost> | 2021-12-03 09:55:06 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2021-12-03 09:55:06 -0700 |
commit | c06fb44b7f63bbb94523f0f4d2908d34d22b94c2 (patch) | |
tree | 527c687aebaf9acb8be6e594d9ebb1dae4287d26 | |
parent | 72e74f2e3203dc9627f13e740e0d88091ff1d149 (diff) |
Started moving source files to subdirectories
-rw-r--r-- | src/cpu/irq.S (renamed from src/irq.S) | 0 | ||||
-rw-r--r-- | src/drivers/uart.S (renamed from src/uart.S) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/src/irq.S b/src/cpu/irq.S index 53a749e..53a749e 100644 --- a/src/irq.S +++ b/src/cpu/irq.S diff --git a/src/uart.S b/src/drivers/uart.S index 0864b7e..0864b7e 100644 --- a/src/uart.S +++ b/src/drivers/uart.S |