[HN Gopher] Writing a Linux-compatible kernel in Rust
       ___________________________________________________________________
        
       Writing a Linux-compatible kernel in Rust
        
       Author : ushakov
       Score  : 14 points
       Date   : 2021-10-25 19:33 UTC (3 hours ago)
        
 (HTM) web link (seiya.me)
 (TXT) w3m dump (seiya.me)
        
       | WalterGR wrote:
       | Also see https://news.ycombinator.com/item?id=28986229
       | 
       | "Kerla: Monolithic kernel in Rust, aiming for Linux ABI
       | compatibility" (github.com/nuta)
       | 
       | 351 points by Klasiaster 9 hours ago | 136 comments
        
       | chrismorgan wrote:
       | Meta on the CSS presentation (only mentioning it because I expect
       | the author to drop by this thread as with the previous): code
       | blocks get scrollbars allocated (though you probably won't notice
       | on platforms that use overlay scrollbars) because of `pre {
       | overflow: scroll }`; `overflow: scroll` is an unfortunately-named
       | property that is basically _never_ what you want. There's
       | approximately one halfway-valid reason to use it, which is better
       | served by the scrollbar-gutter property where available (only
       | Chromium, so far). Except for that one rare and mildly dubious
       | case, `overflow: auto` is what you want instead.
        
       ___________________________________________________________________
       (page generated 2021-10-25 23:01 UTC)