Plan 9 from Bell Labs’s /usr/web/sources/patch/applied/dont-clear-the-screen-so-fast/notes

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


Thu May 5 08:50:36 EDT 2005 rsc
    I'm not convinced the terminal kernels need yet more memory.
    
    As far as the delay is concerned, is this a multiprocessor 
    terminal?  If you're on a uniprocessor then it should not
    reboot on panic -- the if(active.ispanic && m->machno==0)
    case should trigger, leading into the for(;;)halt(); loop.
    
    What am I missing?
    

Thu May 5 12:43:00 EDT 2005 rsc
    Simplified the code a little - mp terminals should no longer
    reboot on panic.
    


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.