index
:
L5Lunos
dev
master
[L] The points have aligned [5]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2025-09-13
os/amd64: Add md_halt() to halt core
Ian Moffett
2025-09-13
os/amd64: Add md_intoff() and md_inton()
Ian Moffett
2025-09-13
build: Default to amd64
Ian Moffett
2025-09-13
build: Link with kernel libstring
Ian Moffett
2025-09-13
os: Add syslog logging
Ian Moffett
2025-09-13
build: Point includes to string dir as well
Ian Moffett
2025-09-13
os: Add lib/stdbool.h
Ian Moffett
2025-09-13
os: Add lib/stdarg.h
Ian Moffett
2025-09-13
os: lib: Import string lib
Ian Moffett
2025-09-13
os: Add spinlock support
Ian Moffett
2025-09-13
os/amd64: mdcpu: Add md_spinwait() macro
Ian Moffett
2025-09-13
os: kern_init -> os_init.c
Ian Moffett
2025-09-13
kern/amd64: Add platform and UART init
Ian Moffett
2025-09-13
kern/amd64: Define the GDT
Ian Moffett
2025-09-13
kern/amd64: cpu: Remove trailing newline
Ian Moffett
2025-09-13
kern/amd64: cpu: Initialize GDT
Ian Moffett
2025-09-13
os/amd64: Define CPU as pcore with MD counterpart
Ian Moffett
2025-09-13
build: TARGET -> TARGET_LIB
Ian Moffett
2025-09-13
build: Add distclean
Ian Moffett
2025-09-13
kern/amd64: Move locore.S to mainbus/
Ian Moffett
2025-09-13
project: Remove empty link
Ian Moffett
2025-09-13
project: 'kern' -> 'os'
Ian Moffett
2025-09-13
project: Use limine as headstart
Ian Moffett
2025-09-13
kernel/amd64: Add port I/O helpers
Ian Moffett
2025-09-13
build: Copy machhdrs to include/machine/
Ian Moffett
2025-09-13
build: 'i386' -> 'amd64'
Ian Moffett
2025-09-13
sys: Update copyright
Ian Moffett
2025-09-13
sys: types: Add sys/types.h
Ian Moffett
2025-09-13
sys: add sys/multiboot.h
Ian Moffett
2025-09-13
sys: Add sys/param.h
Ian Moffett
2025-09-13
kernel: Add kern_init.c
Ian Moffett
2025-09-13
kernel/i386: locore: Initialize stack
Ian Moffett
2025-09-13
sys/i386: locore: Add fbtag and endtag
Ian Moffett
2025-09-13
initial sources
Ian Moffett
2025-09-13
initial commit
Ian Moffett