Skip to content
Snippets Groups Projects
  • Jeremy Soller's avatar
    ed9c2b9d
    Smp (#23) · ed9c2b9d
    Jeremy Soller authored
    * Fire up multiple processors
    
    * Use IPIs to wake up secondary processors
    
    * Much better exception information
    
    * Modifications to show more information on fault
    
    * WIP: Use real libstd
    
    * Add TLS (not complete)
    
    * Add random function, export getpid, cleanup
    
    * Do not spin APs until new context
    
    * Update rust
    
    * Update rust
    
    * Use rd/wrfsbase
    
    * Implement TLS
    
    * Implement compiler builtins and update rust
    
    * Update rust
    
    * Back to Redox libstd
    
    * Update rust
    ed9c2b9d
    History
    Smp (#23)
    Jeremy Soller authored
    * Fire up multiple processors
    
    * Use IPIs to wake up secondary processors
    
    * Much better exception information
    
    * Modifications to show more information on fault
    
    * WIP: Use real libstd
    
    * Add TLS (not complete)
    
    * Add random function, export getpid, cleanup
    
    * Do not spin APs until new context
    
    * Update rust
    
    * Update rust
    
    * Use rd/wrfsbase
    
    * Implement TLS
    
    * Implement compiler builtins and update rust
    
    * Update rust
    
    * Back to Redox libstd
    
    * Update rust