summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
11 daysusr: osh: Print banner from /etc/motdIan Moffett
11 daysusr: kstat: Add CPU percent online reportingIan Moffett
11 daysusr: libc: Escape '%' with '%%' in vsnprintf()Ian Moffett
11 dayskernel: accnt: Report how many cores are haltedIan Moffett
11 dayskernel/amd64: Keep track of which cores are onlineIan Moffett
11 dayskernel/amd64: cdefs: Remove unused includeIan Moffett
11 daysoemu: cpu: Skip cycle upon decoding of NOP opcodeIan Moffett
11 daysoasm: Introduce encoding for the NOP instructionIan Moffett
11 daysdocs: readme: Add OEMU and OASM programs to READMEIan Moffett
11 daysoemu: cpu: Keep X0 zerored as per the OSMX64 specIan Moffett
12 daysoasm: Add stdbool.h includesIan Moffett
12 daysoasm: Unreserve 9 opcode gapIan Moffett
12 daysoasm: Add table to keep track of labelsIan Moffett
12 dayssys: queue: Include user headers ifndef _KERNELIan Moffett
12 daysetc: Add usage of MROW instruction in test-00.sIan Moffett
12 daysoemu: cpu: Add decoding logic of MRO instructionsIan Moffett
12 daysoasm: Add encoding for MRO type instructionsIan Moffett
12 daysoasm: parse: Remove unused stubIan Moffett
12 daysoasm: Add initial support for labelsIan Moffett
12 daysusr: Add 'oasm' and 'oemu' to the build listIan Moffett
12 daysoasm: parse: Use oasm_err instead of printf()Ian Moffett
13 daysbuild: Add tests for oasm and oemu in etc/oemu/Ian Moffett
13 daysoasm: Add support for '!' commentsIan Moffett
13 daysoemu: cpu: Decode the BR instructionIan Moffett
13 daysoemu: types: Add addr_t typeIan Moffett
13 daysoasm: Add encoding for BR instructionIan Moffett
13 daysoemu: cpu: Add link registers and SR_STATEIan Moffett
14 daysoemu: cpu: Add CPU register dumpIan Moffett
14 daysoemu: cpu: Introduce decoding logic for DIVIan Moffett
14 daysoasm: Add encoding logic for "DIV" instructionIan Moffett
14 daysoemu: cpu: Introduce decoding for MUL instructionIan Moffett
14 daysoasm: Introduce encoding for MUL instructionIan Moffett
14 daysoasm: 'osxm64' -> 'osmx64'Ian Moffett
14 daysoemu: cpu: Introduce decoding logic for SUBIan Moffett
14 daysoasm: Add encoding logic for "SUB" instructionIan Moffett
2025-07-21oemu: cpu: Decode and process HLT instructionIan Moffett
2025-07-21oasm: Parse and encode the "HLT" instructionIan Moffett
2025-07-21oemu: cpu: Decode ADD instructionsIan Moffett
2025-07-21oasm: Implement encoding for 'ADD' instructionIan Moffett
2025-07-21oasm: emit: Remove extra whitespaceIan Moffett
2025-07-21oasm: emit: Remove extra newlineIan Moffett
2025-07-21project: Bump version to 2.4Ian Moffett
2025-07-21usr: Add initial OSMX64 emulator sourcesIan Moffett
2025-07-21oasm: emit: Handle increment/decrement operationsIan Moffett
2025-07-21oasm: emit: Add 'unused' field to instructionIan Moffett
2025-07-21kernel: tmpfs: Fixup real_size computationIan Moffett
2025-07-21oasm: emit: Fix typoIan Moffett
2025-07-21oasm: parse: Add TT_INC to parse_tok()Ian Moffett
2025-07-21oasm: emit: Don't use TAILQ_FOREACH for processingIan Moffett
2025-07-21kernel: subr: Check uaddr against mmap ledgerIan Moffett