Skip to content

History

Revisions

  • Updated The NitrOS‐9 System Programmers Guide (markdown)

    @DrPitre DrPitre committed May 2, 2026
    69c8e99
  • Updated The NitrOS‐9 System Programmers Guide (markdown)

    @DrPitre DrPitre committed May 2, 2026
    39ba5d9
  • Updated The NitrOS‐9 System Programmers Guide (markdown)

    @DrPitre DrPitre committed May 2, 2026
    489eb4b
  • Updated The NitrOS‐9 System Programmers Guide (markdown)

    @DrPitre DrPitre committed May 2, 2026
    89b0fef
  • Updated The NitrOS‐9 System Programmers Guide (markdown)

    @DrPitre DrPitre committed May 1, 2026
    b9a7d76
  • Updated The NitrOS‐9 System Programmers Guide (markdown)

    @DrPitre DrPitre committed May 1, 2026
    cc2b434
  • Updated The NitrOS‐9 System Programmers Guide (markdown)

    @DrPitre DrPitre committed May 1, 2026
    186ed9f
  • Convert signal codes from code block to table Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    Boisy Pitre committed May 1, 2026
    c0987df
  • Reduce overuse of double quotes for highlighting Code font: I\$, F\$, C bit, PD.EOR, QUIT, INTERRUPT, ready to transmit, WRITE, UPDATE, a..z, A..Z, ., D, n, os9, parsename, execute, directory, LDA ,X+, STA 0,X, Link, userpgm. Remove scare quotes: sharable, turned off, incarnation, mainline, resets, overhead, accumulated, child, user, wait, reserve, wakeup, sleeping, signal, send, sleep, give up remaining time slice, suicide attempt, rewind, use count, type ahead, wild card, format entire disk, public permit, address space, page table, file pointer, byte count, beginning bit number, input, nulls, mine, file control blocks, sector buffers, opened. Also remove quotes wrapping the Identification Sector link. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    Boisy Pitre committed May 1, 2026
    fc23e31
  • Updated The NitrOS‐9 System Programmers Guide (markdown)

    @DrPitre DrPitre committed May 1, 2026
    f4157e6
  • Updated The NitrOS‐9 System Programmers Guide (markdown)

    @DrPitre DrPitre committed May 1, 2026
    2c89ae6
  • Updated The NitrOS‐9 System Programmers Guide (markdown)

    @DrPitre DrPitre committed May 1, 2026
    43ad03f
  • Remove backticks from call names in ASSEMBLER CALL table rows 90 rows updated: F$... and I$... call names in assembler call cells no longer wrapped in backticks. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    Boisy Pitre committed May 1, 2026
    ff459cf
  • Updated The NitrOS‐9 System Programmers Guide (markdown)

    @DrPitre DrPitre committed May 1, 2026
    1499d61
  • Put OS9 assembler call patterns in code font Wrap 'OS9 F$...' and 'OS9 I$...' in backticks throughout (97 replacements). Where the call name is a markdown link, backtick 'OS9' alone. Leaves 4-space indented code and bare OS9 OS references unchanged. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    Boisy Pitre committed May 1, 2026
    162c764
  • Put module names in code font throughout Wrap IOMAN, RBF, SCF, SCFMAN, BOOT, INIT, CLOCK, SYSGO, OS9P1, OS9P2 in backticks in all prose contexts (187 replacements). Skips fenced code blocks and already-backticked spans. INIT inside INITIALIZE/ INITIALIZATION left unchanged. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    Boisy Pitre committed May 1, 2026
    3ae0eca
  • Fix misspellings and table cell-split conversion artifacts Spelling fixes: 'transfered' -> 'transferred', 'Fortan' -> 'Fortran', 'non-existant' -> 'non-existent' (x2), 'Descripto' -> 'Descriptor'. Table fixes: rejoin 'U'+'ser' -> 'User', 'P'+'rivileged' -> 'Privileged', and two 'A '+'ddress' -> 'Address' split artifacts from Pandoc conversion. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    Boisy Pitre committed May 1, 2026
    152bfe2
  • Fix capitalization: F\$ICPT -> F\$Icpt (9 occurrences) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    Boisy Pitre committed May 1, 2026
    5c705f2
  • Fix typo: 'sleeping etate' -> 'sleeping state' Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    Boisy Pitre committed May 1, 2026
    a94182c
  • Convert process state definitions to bullet points; soften caps Replace all-caps ACTIVE/WAITING/SLEEPING paragraph leads with bold title-case bullet points. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    Boisy Pitre committed May 1, 2026
    9a5aa93
  • Convert service request categories to bullet points; soften caps Replace all-caps 'I/O REQUESTS' and 'FUNCTION REQUESTS' paragraph leads with bold title-case bullet points. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    Boisy Pitre committed May 1, 2026
    d73b5f0
  • Standardize Level I/II to Level One/Two Replace LEVEL I (line 97), Level I (line 4091), and Level II (line 4092) with the consistent 'Level One' / 'Level Two' form used throughout. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    Boisy Pitre committed May 1, 2026
    fda6d7d
  • Convert remaining Note: paragraph to callout; fix typo Convert paragraph-opening 'Note:' at line 3820 to > [!NOTE] callout. Also fix 'may not he necessary' → 'may not be necessary'. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    Boisy Pitre committed May 1, 2026
    dde6925
  • Merge remote NOTE: callout changes; resolve wrap-style conflicts Both branches converted NOTE: blocks to > [!NOTE] callouts. Resolved by taking remote's multi-line wrapped format for six conflicts; kept HEAD's callout format over remote's unconverted NOTE: for one conflict (also preserving 'SCFMAN' over remote's truncated 'SCF'). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    Boisy Pitre committed May 1, 2026
    2856741
  • Convert NOTE: paragraphs to GitHub callout format Replace all 25 bare "NOTE:" text blocks with > [!NOTE] blockquotes, joining wrapped continuation lines into a single callout line. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

    Boisy Pitre committed May 1, 2026
    28d361e
  • Updated The NitrOS‐9 System Programmers Guide (markdown)

    @DrPitre DrPitre committed May 1, 2026
    3835e0f
  • Updated The NitrOS‐9 System Programmers Guide (markdown)

    @DrPitre DrPitre committed May 1, 2026
    9aed625
  • Updated The NitrOS‐9 System Programmers Guide (markdown)

    @DrPitre DrPitre committed May 1, 2026
    a619efa
  • Updated The NitrOS‐9 System Programmers Guide (markdown)

    @DrPitre DrPitre committed May 1, 2026
    e85334d
  • Updated The NitrOS‐9 System Programmers Guide (markdown)

    @DrPitre DrPitre committed May 1, 2026
    396df9d