summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
13 daysoasm: parse: "instruction" -> "token"Ian Moffett
13 daysusr: osh: Add "!!" to repeat last commandIan Moffett
13 dayskernel: signal: Add SIGTERMIan Moffett
13 daysusr: osh: Print banner from /etc/motdIan Moffett
13 daysusr: kstat: Add CPU percent online reportingIan Moffett
13 daysusr: libc: Escape '%' with '%%' in vsnprintf()Ian Moffett
13 dayskernel: accnt: Report how many cores are haltedIan Moffett
13 dayskernel/amd64: Keep track of which cores are onlineIan Moffett
13 dayskernel/amd64: cdefs: Remove unused includeIan Moffett
14 daysoemu: cpu: Skip cycle upon decoding of NOP opcodeIan Moffett
14 daysoasm: Introduce encoding for the NOP instructionIan Moffett
14 daysdocs: readme: Add OEMU and OASM programs to READMEIan Moffett
14 daysoemu: cpu: Keep X0 zerored as per the OSMX64 specIan Moffett
2025-07-24oasm: Add stdbool.h includesIan Moffett
2025-07-24oasm: Unreserve 9 opcode gapIan Moffett
2025-07-24oasm: Add table to keep track of labelsIan Moffett
2025-07-24sys: queue: Include user headers ifndef _KERNELIan Moffett
2025-07-24etc: Add usage of MROW instruction in test-00.sIan Moffett
2025-07-24oemu: cpu: Add decoding logic of MRO instructionsIan Moffett
2025-07-24oasm: Add encoding for MRO type instructionsIan Moffett
2025-07-24oasm: parse: Remove unused stubIan Moffett
2025-07-23oasm: Add initial support for labelsIan Moffett
2025-07-23usr: Add 'oasm' and 'oemu' to the build listIan Moffett
2025-07-23oasm: parse: Use oasm_err instead of printf()Ian Moffett
2025-07-22build: Add tests for oasm and oemu in etc/oemu/Ian Moffett
2025-07-22oasm: Add support for '!' commentsIan Moffett
2025-07-22oemu: cpu: Decode the BR instructionIan Moffett
2025-07-22oemu: types: Add addr_t typeIan Moffett
2025-07-22oasm: Add encoding for BR instructionIan Moffett
2025-07-22oemu: cpu: Add link registers and SR_STATEIan Moffett
2025-07-22oemu: cpu: Add CPU register dumpIan Moffett
2025-07-22oemu: cpu: Introduce decoding logic for DIVIan Moffett
2025-07-22oasm: Add encoding logic for "DIV" instructionIan Moffett
2025-07-22oemu: cpu: Introduce decoding for MUL instructionIan Moffett
2025-07-22oasm: Introduce encoding for MUL instructionIan Moffett
2025-07-22oasm: 'osxm64' -> 'osmx64'Ian Moffett
2025-07-22oemu: cpu: Introduce decoding logic for SUBIan Moffett
2025-07-22oasm: 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