ChrisOS Research ProjectOperating systems · language systems · graphics · machine emulation
DOCUMENTATION ARCHIVEMAIN BRANCH
ChrisOS/Source reference: SYS/ARCH/RISCV.CC

Source reference: SYS/ARCH/RISCV.CC

Deterministic source record. The complete textual file is reproduced below; this page does not replace architectural interpretation in the authored chapters.

File identity

Field Value
Path SYS/ARCH/RISCV.CC
Lines 10
Bytes 185
SHA-256 b72afc99b10b2c69c7616b54af5a7ca3e4ba283a9c41da1c749d9bb98fe4e452
ChrisOS revision da3df29cb397932c43d32373871fb9380e688ade

Detected syntactic dependencies

Line Include
— No preprocessor include detected.

Detected symbols

Line Symbol
1 main

Complete source

The following block is the complete textual file at the recorded revision. No lines are elided, abbreviated or paraphrased.

1
2
3
4
5
6
7
8
9
void main() {
  viewport(280, 64);
  text(8, 8, "riscv64", 0x00FFFFFF);
  text(8, 28, "sv39 4k", 0x00E0E0E0);
  text(8, 44, "qemu virt", 0x00E0FFE0);
  while (1) {
    wait(400);
  }
}

Role of this record

The atlas guarantees file-by-file traceability. Responsibility, invariants, ownership, concurrency, security, performance and subsystem interactions belong in authored chapters and must cite this file when applicable.

Document record ID: source-b72afc99b10b2c69 Reviewed source: da3df29cb397 Class: generated-source-reference