summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
6 daysoemu: cpu: Add decoding for AND instructionIan Moffett
6 daysoasm: Introduce AND mnemonicIan Moffett
7 dayskernel: vsr: Add 'td' argument for most funcsIan Moffett
8 dayskernel: Introduce initial VSR implIan Moffett
8 dayskernel: lib: Add strdup() to string.hIan Moffett
8 dayskernel: termios: Add c_oflag bit definesIan Moffett
8 dayskernel: termios: Add compatibility flagsIan Moffett
8 dayskernel: cons: Create seperate 'scr' var for rootIan Moffett
8 daysoasm: Remove redundant state->last updateIan Moffett
8 daysoasm: lex: lex_is_mro() -> tok_is_mro()Ian Moffett
8 daysoasm: parse: "instruction" -> "token"Ian Moffett
8 daysusr: osh: Add "!!" to repeat last commandIan Moffett
8 dayskernel: signal: Add SIGTERMIan Moffett
9 daysusr: osh: Print banner from /etc/motdIan Moffett
9 daysusr: kstat: Add CPU percent online reportingIan Moffett
9 daysusr: libc: Escape '%' with '%%' in vsnprintf()Ian Moffett
9 dayskernel: accnt: Report how many cores are haltedIan Moffett
9 dayskernel/amd64: Keep track of which cores are onlineIan Moffett
9 dayskernel/amd64: cdefs: Remove unused includeIan Moffett
9 daysoemu: cpu: Skip cycle upon decoding of NOP opcodeIan Moffett
9 daysoasm: Introduce encoding for the NOP instructionIan Moffett
9 daysdocs: readme: Add OEMU and OASM programs to READMEIan Moffett
9 daysoemu: cpu: Keep X0 zerored as per the OSMX64 specIan Moffett
9 daysoasm: Add stdbool.h includesIan Moffett
9 daysoasm: Unreserve 9 opcode gapIan Moffett
9 daysoasm: Add table to keep track of labelsIan Moffett
9 dayssys: queue: Include user headers ifndef _KERNELIan Moffett
9 daysetc: Add usage of MROW instruction in test-00.sIan Moffett
10 daysoemu: cpu: Add decoding logic of MRO instructionsIan Moffett
10 daysoasm: Add encoding for MRO type instructionsIan Moffett
10 daysoasm: parse: Remove unused stubIan Moffett
10 daysoasm: Add initial support for labelsIan Moffett
10 daysusr: Add 'oasm' and 'oemu' to the build listIan Moffett
10 daysoasm: parse: Use oasm_err instead of printf()Ian Moffett
11 daysbuild: Add tests for oasm and oemu in etc/oemu/Ian Moffett
11 daysoasm: Add support for '!' commentsIan Moffett
11 daysoemu: cpu: Decode the BR instructionIan Moffett
11 daysoemu: types: Add addr_t typeIan Moffett
11 daysoasm: Add encoding for BR instructionIan Moffett
11 daysoemu: cpu: Add link registers and SR_STATEIan Moffett
12 daysoemu: cpu: Add CPU register dumpIan Moffett
12 daysoemu: cpu: Introduce decoding logic for DIVIan Moffett
12 daysoasm: Add encoding logic for "DIV" instructionIan Moffett
12 daysoemu: cpu: Introduce decoding for MUL instructionIan Moffett
12 daysoasm: Introduce encoding for MUL instructionIan Moffett
12 daysoasm: 'osxm64' -> 'osmx64'Ian Moffett
12 daysoemu: cpu: Introduce decoding logic for SUBIan Moffett
12 daysoasm: Add encoding logic for "SUB" instructionIan Moffett
12 daysoemu: cpu: Decode and process HLT instructionIan Moffett
12 daysoasm: Parse and encode the "HLT" instructionIan Moffett