Skip to content

History / Troubleshooting

Revisions

  • Wiki: bring up to v6.4.222 (N/N++ language, encodings, bootloader framebuffer) Add a new page for N and N++, the native NyxOS language, and document 40 releases (v6.4.183-222): - N-Language (new): the two-language design, syscalls-as-language, the ncc bootstrap compiler, the v0.2-v0.15 feature line mapped to N++ P1-P4, the M0-M5 self-hosting ladder (ncc runs in-OS; M5 triangle started), and xbm install ncc. Reframed the Userspace "Nyx C" section as N's ancestor. - Cryptography and TLS: Ed25519 signature verify + new encodings/checksums (Ascii85, Base58, bech32, URL, CSV, SemVer, CRC-32C, Fletcher, Murmur, FNV). - Command Reference: new commands/coreutils (file, tar, tsort, factor, date +FORMAT, the codec commands); counts to ~145 builtins. - GUI: taskbar system tray + flyouts, Start-menu search/arrow-nav, screensaver, Cordillera wallpaper. Desktop: File Manager Type column. - Boot Process / GUI: boot on the bootloader-provided framebuffer (multiboot2/ GOP) instead of Bochs VBE (v6.4.222). - Filesystem: VFS 512-node pool + vfsstat; MAX_INODES 256->512 propagated to Architecture, Kernel Data Structures, Troubleshooting. kernel.h god-header splits noted in Architecture. - Version History: 40 rows under a new era. Glossary: N/N++/ncc. Navigation, Obsidian graph color group, and version markers bumped to v6.4.222. Lint: 42 pages, 0 broken links / anchors / orphans. Syscalls still 57.

    kazah-png committed Aug 16, 2026
  • Wiki: escape pipes in table-cell [[Target|Display]] links (fixes broken nav links) Aliased wiki-links inside markdown table cells collided with the table's own | column delimiter, so GitHub split the cell and rendered the link as literal '[[Target' text (Home 'Start here'/HOWTO/Subsystems/Reference tables, the Index page list, and a few reference pages). The pipe is now escaped as backslash-pipe, which both GitHub's wiki and Obsidian require inside a table cell; list-context links (the sidebar) were already fine and are untouched. 56 links across 8 pages.

    kazah-png committed Jul 28, 2026
  • Wiki update — v5.9.112, maintenance pass, new reference pages, source-tree reorg, full version history up to latest release

    kazah-png committed Jul 27, 2026
  • Wiki update - v5.9.88 animated GIFs, new HOWTO guides, glossary, FAQ, debugging, contributing New pages: Contributing, Debugging, FAQ, Glossary, HOWTO-Add-a-GUI-application, HOWTO-Add-a-shell-command, HOWTO-Add-a-system-call, HOWTO-Write-a-userspace-program, Kernel-Data-Structures, Troubleshooting, Wiki-Conventions. All existing pages updated through v5.9.88 (animated GIF playback, image decoders).

    kazah-png committed Jul 26, 2026