aboutsummaryrefslogtreecommitdiff
path: root/kernel/main.c
Commit message (Expand)AuthorAgeFilesLines
* Run a hart lottery on SMPMiquel Sabaté Solà2024-12-031-0/+11
* Remove stack pointer for each processMiquel Sabaté Solà2024-12-031-11/+12
* Simplify the constant on the size of the stackMiquel Sabaté Solà2024-12-031-1/+1
* Don't repeat the task name when printing the modelMiquel Sabaté Solà2024-12-021-2/+3
* Share the same stack everywhereMiquel Sabaté Solà2024-12-021-6/+12
* Prepend the name of the task on debugMiquel Sabaté Solà2024-12-021-4/+4
* 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