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
42 hours
kernel: Introduce initial VSR impl
Ian Moffett
43 hours
kernel: lib: Add strdup() to string.h
Ian Moffett
47 hours
kernel: termios: Add c_oflag bit defines
Ian Moffett
47 hours
kernel: termios: Add compatibility flags
Ian Moffett
47 hours
kernel: cons: Create seperate 'scr' var for root
Ian Moffett
2 days
oasm: Remove redundant state->last update
Ian Moffett
2 days
oasm: lex: lex_is_mro() -> tok_is_mro()
Ian Moffett
2 days
oasm: parse: "instruction" -> "token"
Ian Moffett
2 days
usr: osh: Add "!!" to repeat last command
Ian Moffett
2 days
kernel: signal: Add SIGTERM
Ian Moffett
3 days
usr: osh: Print banner from /etc/motd
Ian Moffett
3 days
usr: kstat: Add CPU percent online reporting
Ian Moffett
3 days
usr: libc: Escape '%' with '%%' in vsnprintf()
Ian Moffett
3 days
kernel: accnt: Report how many cores are halted
Ian Moffett
3 days
kernel/amd64: Keep track of which cores are online
Ian Moffett
3 days
kernel/amd64: cdefs: Remove unused include
Ian Moffett
3 days
oemu: cpu: Skip cycle upon decoding of NOP opcode
Ian Moffett
3 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
4 days
oasm: Add stdbool.h includes
Ian Moffett
4 days
oasm: Unreserve 9 opcode gap
Ian Moffett
4 days
oasm: Add table to keep track of labels
Ian Moffett
4 days
sys: queue: Include user headers ifndef _KERNEL
Ian Moffett
4 days
etc: Add usage of MROW instruction in test-00.s
Ian Moffett
4 days
oemu: cpu: Add decoding logic of MRO instructions
Ian Moffett
4 days
oasm: Add encoding for MRO type instructions
Ian Moffett
4 days
oasm: parse: Remove unused stub
Ian Moffett
4 days
oasm: Add initial support for labels
Ian Moffett
4 days
usr: Add 'oasm' and 'oemu' to the build list
Ian Moffett
4 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
6 days
oemu: cpu: Add CPU register dump
Ian Moffett
6 days
oemu: cpu: Introduce decoding logic for DIV
Ian Moffett
6 days
oasm: Add encoding logic for "DIV" instruction
Ian Moffett
6 days
oemu: cpu: Introduce decoding for MUL instruction
Ian Moffett
6 days
oasm: Introduce encoding for MUL instruction
Ian Moffett
6 days
oasm: 'osxm64' -> 'osmx64'
Ian Moffett
6 days
oemu: cpu: Introduce decoding logic for SUB
Ian Moffett
6 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
[next]