aboutsummaryrefslogtreecommitdiff
path: root/kernel/main.c
Commit message (Expand)AuthorAgeFilesLines
* Show the detected machine modelMiquel Sabaté Solà2024-11-261-0/+8
* dt: Fetch the CPU frequency as wellMiquel Sabaté Solà2024-11-261-2/+9
* Accept tasks as a parameter on initrd extractionMiquel Sabaté Solà2024-11-241-6/+9
* Simplify the entry address computationMiquel Sabaté Solà2024-11-241-14/+4
* Simplify scheduling by introducing an init processMiquel Sabaté Solà2024-11-241-14/+2
* Enable exception handling from user modeMiquel Sabaté Solà2024-11-221-2/+23
* Fix initrd parsing because of a path changeMiquel Sabaté Solà2024-11-221-4/+4
* Add a 'wfi' instruction on the main loopMiquel Sabaté Solà2024-11-221-2/+5
* Enable the timer from the SBI interfaceMiquel Sabaté Solà2024-11-221-8/+6
* Add basic parsing for underlying ELF executablesMiquel Sabaté Solà2024-11-221-3/+12
* Initial parsing of the provided initrd fileMiquel Sabaté Solà2024-11-211-1/+2
* Fetch the initrd address from the DTB blobMiquel Sabaté Solà2024-11-201-2/+3
* Setup the stack for an init taskMiquel Sabaté Solà2024-11-191-1/+17
* Bootstrap the projectMiquel Sabaté Solà2024-08-241-0/+12