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
40 hours
kernel: net: Add socket syscalls
Ian Moffett
40 hours
kernel: net: Introduce initial socket impl
Ian Moffett
40 hours
etc: oemu: Add XOR example to test-00.s
Ian Moffett
40 hours
usr: cat: Remove extra newline
Ian Moffett
40 hours
kernel: net: Add missing sys/types.h include
Ian Moffett
40 hours
oemu: cpu: Add decoding for XOR instruction
Ian Moffett
40 hours
oasm: Introduce XOR mnemonic
Ian Moffett
40 hours
etc: oemu: Add example for 'OR' in test-00.s
Ian Moffett
40 hours
oemu: cpu: Add decoding for OR instruction
Ian Moffett
40 hours
oasm: Introduce OR mnemonic
Ian Moffett
40 hours
oemu: cpu: Add decoding for AND instruction
Ian Moffett
40 hours
oasm: Introduce AND mnemonic
Ian Moffett
3 days
kernel: vsr: Add 'td' argument for most funcs
Ian Moffett
4 days
kernel: Introduce initial VSR impl
Ian Moffett
4 days
kernel: lib: Add strdup() to string.h
Ian Moffett
4 days
kernel: termios: Add c_oflag bit defines
Ian Moffett
4 days
kernel: termios: Add compatibility flags
Ian Moffett
4 days
kernel: cons: Create seperate 'scr' var for root
Ian Moffett
4 days
oasm: Remove redundant state->last update
Ian Moffett
4 days
oasm: lex: lex_is_mro() -> tok_is_mro()
Ian Moffett
4 days
oasm: parse: "instruction" -> "token"
Ian Moffett
4 days
usr: osh: Add "!!" to repeat last command
Ian Moffett
4 days
kernel: signal: Add SIGTERM
Ian Moffett
5 days
usr: osh: Print banner from /etc/motd
Ian Moffett
5 days
usr: kstat: Add CPU percent online reporting
Ian Moffett
5 days
usr: libc: Escape '%' with '%%' in vsnprintf()
Ian Moffett
5 days
kernel: accnt: Report how many cores are halted
Ian Moffett
5 days
kernel/amd64: Keep track of which cores are online
Ian Moffett
5 days
kernel/amd64: cdefs: Remove unused include
Ian Moffett
5 days
oemu: cpu: Skip cycle upon decoding of NOP opcode
Ian Moffett
5 days
oasm: Introduce encoding for the NOP instruction
Ian Moffett
5 days
docs: readme: Add OEMU and OASM programs to README
Ian Moffett
5 days
oemu: cpu: Keep X0 zerored as per the OSMX64 spec
Ian Moffett
6 days
oasm: Add stdbool.h includes
Ian Moffett
6 days
oasm: Unreserve 9 opcode gap
Ian Moffett
6 days
oasm: Add table to keep track of labels
Ian Moffett
6 days
sys: queue: Include user headers ifndef _KERNEL
Ian Moffett
6 days
etc: Add usage of MROW instruction in test-00.s
Ian Moffett
6 days
oemu: cpu: Add decoding logic of MRO instructions
Ian Moffett
6 days
oasm: Add encoding for MRO type instructions
Ian Moffett
6 days
oasm: parse: Remove unused stub
Ian Moffett
6 days
oasm: Add initial support for labels
Ian Moffett
6 days
usr: Add 'oasm' and 'oemu' to the build list
Ian Moffett
6 days
oasm: parse: Use oasm_err instead of printf()
Ian Moffett
7 days
build: Add tests for oasm and oemu in etc/oemu/
Ian Moffett
7 days
oasm: Add support for '!' comments
Ian Moffett
7 days
oemu: cpu: Decode the BR instruction
Ian Moffett
7 days
oemu: types: Add addr_t type
Ian Moffett
7 days
oasm: Add encoding for BR instruction
Ian Moffett
7 days
oemu: cpu: Add link registers and SR_STATE
Ian Moffett
[next]