aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-01-20 23:47:54 -0700
committerChristian Cunningham <cc@localhost>2022-01-20 23:47:54 -0700
commit1cb722f199499c0bcfe3a43802593b54ad7f69f6 (patch)
tree5878805eb2ee7aab2838974c29df91dc73c37fce /README.md
parentb76a9ed66c80d7d0de562045d6874489d3280125 (diff)
Markdown list
Diffstat (limited to 'README.md')
-rw-r--r--README.md30
1 files changed, 15 insertions, 15 deletions
diff --git a/README.md b/README.md
index 9f9f926..b714673 100644
--- a/README.md
+++ b/README.md
@@ -1,21 +1,21 @@
# DendritOS
## Supplemental Links
-https://www.raspberrypi.com/documentation/computers/processors.html
-https://datasheets.raspberrypi.com/bcm2835/bcm2835-peripherals.pdf
-https://datasheets.raspberrypi.com/bcm2836/bcm2836-peripherals.pdf
-https://github.com/eggman/raspberrypi/tree/master/qemu-raspi2
-https://github.com/eggman/FreeRTOS-raspi3/blob/master/Demo/FreeRTOS_tick_config.c
-https://developer.arm.com/documentation/dui0802/b/A64-General-Instructions/A64-general-instructions-in-alphabetical-order?lang=en
-https://wiki.osdev.org/ARM_RaspberryPi
-https://elinux.org/RPi_Framebuffer
-https://github.com/bztsrc/raspi3-tutorial
-https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials
-
-// PRIV LEVL: https://developer.arm.com/documentation/den0013/d/ARM-Processor-Modes-and-Registers
-// MODES: https://developer.arm.com/documentation/ddi0406/c/System-Level-Architecture/The-System-Level-Programmers--Model/ARM-processor-modes-and-ARM-core-registers/ARM-processor-modes?lang=en
-// EXCEPTION HANDLING: https://developer.arm.com/documentation/ddi0406/c/System-Level-Architecture/The-System-Level-Programmers--Model/Exception-handling?lang=en
-// MODE REGISTERS: https://developer.arm.com/documentation/ddi0406/c/System-Level-Architecture/The-System-Level-Programmers--Model/ARM-processor-modes-and-ARM-core-registers/ARM-core-registers?lang=en
+- https://www.raspberrypi.com/documentation/computers/processors.html
+- https://datasheets.raspberrypi.com/bcm2835/bcm2835-peripherals.pdf
+- https://datasheets.raspberrypi.com/bcm2836/bcm2836-peripherals.pdf
+- https://github.com/eggman/raspberrypi/tree/master/qemu-raspi2
+- https://github.com/eggman/FreeRTOS-raspi3/blob/master/Demo/FreeRTOS_tick_config.c
+- https://developer.arm.com/documentation/dui0802/b/A64-General-Instructions/A64-general-instructions-in-alphabetical-order?lang=en
+- https://wiki.osdev.org/ARM_RaspberryPi
+- https://elinux.org/RPi_Framebuffer
+- https://github.com/bztsrc/raspi3-tutorial
+- https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials
+
+- // PRIV LEVL: https://developer.arm.com/documentation/den0013/d/ARM-Processor-Modes-and-Registers
+- // MODES: https://developer.arm.com/documentation/ddi0406/c/System-Level-Architecture/The-System-Level-Programmers--Model/ARM-processor-modes-and-ARM-core-registers/ARM-processor-modes?lang=en
+- // EXCEPTION HANDLING: https://developer.arm.com/documentation/ddi0406/c/System-Level-Architecture/The-System-Level-Programmers--Model/Exception-handling?lang=en
+- // MODE REGISTERS: https://developer.arm.com/documentation/ddi0406/c/System-Level-Architecture/The-System-Level-Programmers--Model/ARM-processor-modes-and-ARM-core-registers/ARM-core-registers?lang=en
## Todo
Implement Scheduler for IRQ