index
:
L5Lunos
dev
master
[L] The points have aligned [5]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sys
/
os
/
os_init.c
Age
Commit message (
Expand
)
Author
9 days
kern: init: Initialize namespaces before modules
Ian Moffett
9 days
kern: Add initial object namespace sources
Ian Moffett
2025-09-21
kern: Mount root filesystem in vfs_init()
Ian Moffett
2025-09-20
kern: Initialize ACPI before cpu_conf() call
Ian Moffett
2025-09-19
kern: init: Initialize generic drivers
Ian Moffett
2025-09-18
kern: vfs: Add initial vfsops, and mount code
Ian Moffett
2025-09-18
kern: Bump L5 version to v0.0.2
Ian Moffett
2025-09-17
kern: init: Add copyright
Ian Moffett
2025-09-17
kern: init: Load /usr/sbin/init after boot
Ian Moffett
2025-09-17
kern: init: Add L5 bootup logo
Ian Moffett
2025-09-15
kern/amd64: cpu: Add initial SMP startup code
Ian Moffett
2025-09-15
kern: Add initial scheduler skeleton
Ian Moffett
2025-09-15
kernel/amd64: Add task state segment logic
Ian Moffett
2025-09-15
kern: os_init: Move boot message at top
Ian Moffett
2025-09-15
kern: Initialize ACPI early on during boot
Ian Moffett
2025-09-15
kern: Add initial ACPI impl
Ian Moffett
2025-09-15
kern: os_init: Initialize console earlier on
Ian Moffett
2025-09-15
kern: cons: Finish string writing logic
Ian Moffett
2025-09-15
kern: io: Implement initial console logic
Ian Moffett
2025-09-14
os: vm: Add physical memory manager
Ian Moffett
2025-09-14
os: Add early boot message
Ian Moffett
2025-09-13
os: init: Panic at end of kernel
Ian Moffett
2025-09-13
os: kern_init -> os_init.c
Ian Moffett