Minutes of the HelenOS Hangout 2022-03-10
=========================================
Attendance:
  JJ - Jakub Jermář
  JS - Jiří Svoboda

Scribe:
  JS

Round table:

JJ
==
  sun4u text console mode ew fix
  Fixed bug where entire ASID was unmapped instead of just the specified
range (#839)
     - Bug was introduced as part of non-identical memory support
JS
==
  Syc Compiler
    - Reporting progress on this C -> Z80 compiler living within Sycek
project
    - Use as checker for HelenOS in future
       - complementary to Ccheck, things that need deeper insight (thus
actual compilation)
       - examples of what could be done
          - order of declaration specifiers (int unsigned long) (already
implemented)
          - strict truth type (if (42) ...; int i = 3 < 2;) (in progress)
      - strict enum type (errno_t rc; if (rc == 0))
          - include what you use
          - etc.
    - Use as compiler for some specific CPU targets (Z80, 8086, ...)
  Networking in VirtualBox (#840)
    - fixed DHCP incorrectly setting ciaddr
    - still DNS not working and getting wrong DNS server address from DHCP
(and DHCP server not responding on the correct IP address 10.0.2.3)
  Menu accelerator keys
    - almost done
    - missing Alt+Key menu activation
    - need to set 'c' in keyboard events even when Alt is depressed
    - may need to fix applications that suppose that if c is set, modifiers
are not active
    EDIT: Now all done.
_______________________________________________
HelenOS-devel mailing list
[email protected]
http://lists.modry.cz/listinfo/helenos-devel

Reply via email to