From 1cb722f199499c0bcfe3a43802593b54ad7f69f6 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Thu, 20 Jan 2022 23:47:54 -0700 Subject: Markdown list --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.1