index
:
Hyra
expt
main
old
stable
user
The Hyra Operating System
Ian Moffett <ian@osmora.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2 days
usr: kstat: Add CPU percent online reporting
Ian Moffett
2 days
usr: libc: Escape '%' with '%%' in vsnprintf()
Ian Moffett
2 days
kernel: accnt: Report how many cores are halted
Ian Moffett
2 days
kernel/amd64: Keep track of which cores are online
Ian Moffett
2 days
kernel/amd64: cdefs: Remove unused include
Ian Moffett
2 days
oemu: cpu: Skip cycle upon decoding of NOP opcode
Ian Moffett
2 days
oasm: Introduce encoding for the NOP instruction
Ian Moffett
3 days
docs: readme: Add OEMU and OASM programs to README
Ian Moffett
3 days
oemu: cpu: Keep X0 zerored as per the OSMX64 spec
main
Ian Moffett
3 days
oasm: Add stdbool.h includes
Ian Moffett
3 days
oasm: Unreserve 9 opcode gap
Ian Moffett
3 days
oasm: Add table to keep track of labels
Ian Moffett
3 days
sys: queue: Include user headers ifndef _KERNEL
Ian Moffett
3 days
etc: Add usage of MROW instruction in test-00.s
Ian Moffett
3 days
oemu: cpu: Add decoding logic of MRO instructions
Ian Moffett
3 days
oasm: Add encoding for MRO type instructions
Ian Moffett
3 days
oasm: parse: Remove unused stub
Ian Moffett
3 days
oasm: Add initial support for labels
Ian Moffett
3 days
usr: Add 'oasm' and 'oemu' to the build list
Ian Moffett
3 days
oasm: parse: Use oasm_err instead of printf()
Ian Moffett
5 days
build: Add tests for oasm and oemu in etc/oemu/
Ian Moffett
5 days
oasm: Add support for '!' comments
Ian Moffett
5 days
oemu: cpu: Decode the BR instruction
Ian Moffett
5 days
oemu: types: Add addr_t type
Ian Moffett
5 days
oasm: Add encoding for BR instruction
Ian Moffett
5 days
oemu: cpu: Add link registers and SR_STATE
Ian Moffett
5 days
oemu: cpu: Add CPU register dump
Ian Moffett
5 days
oemu: cpu: Introduce decoding logic for DIV
Ian Moffett
5 days
oasm: Add encoding logic for "DIV" instruction
Ian Moffett
5 days
oemu: cpu: Introduce decoding for MUL instruction
Ian Moffett
5 days
oasm: Introduce encoding for MUL instruction
Ian Moffett
5 days
oasm: 'osxm64' -> 'osmx64'
Ian Moffett
5 days
oemu: cpu: Introduce decoding logic for SUB
Ian Moffett
5 days
oasm: Add encoding logic for "SUB" instruction
Ian Moffett
6 days
oemu: cpu: Decode and process HLT instruction
Ian Moffett
6 days
oasm: Parse and encode the "HLT" instruction
Ian Moffett
6 days
oemu: cpu: Decode ADD instructions
Ian Moffett
6 days
oasm: Implement encoding for 'ADD' instruction
Ian Moffett
6 days
oasm: emit: Remove extra whitespace
Ian Moffett
6 days
oasm: emit: Remove extra newline
Ian Moffett
6 days
project: Bump version to 2.4
Ian Moffett
6 days
usr: Add initial OSMX64 emulator sources
Ian Moffett
6 days
oasm: emit: Handle increment/decrement operations
Ian Moffett
6 days
oasm: emit: Add 'unused' field to instruction
Ian Moffett
6 days
kernel: tmpfs: Fixup real_size computation
Ian Moffett
6 days
oasm: emit: Fix typo
Ian Moffett
6 days
oasm: parse: Add TT_INC to parse_tok()
Ian Moffett
6 days
oasm: emit: Don't use TAILQ_FOREACH for processing
Ian Moffett
6 days
kernel: subr: Check uaddr against mmap ledger
Ian Moffett
6 days
oasm: Add initial codegen emit sources
Ian Moffett
[next]