Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Paths Reference

English | 한국어

English

PathMeaning
Cargo.tomlWorkspace manifest.
config/rustos.tomlShared RustOS operational config, including logging and kernel build knobs.
boot/Boot protocol crate shared by the GRUB-loaded nucleus.
kernel/Kernel entry and subsystem crates.
services/Userspace system services.
apps/User/demo apps.
drivers/bridges/Kernel bridge drivers.
drivers/libs/Driver ABI/runtime/helper crates.
libs/General shared crates.
compat/Compatibility layer sources.
assets/image/Static staged image overlay.
vendor/External firmware/prebuilt/module inputs.
build/artifacts/Build artifacts copied by stage.
build/image/QEMU boot volume root.
build/image/EFI/BOOT/BOOTX64.EFIGRUB-generated default UEFI entry.
build/image/nucleus.elf.sigDetached GPG signature for nucleus.elf.
build/image/system/registry/Generated runtime/driver registries.
logs/debugcon.logDefault debugcon output.
logs/qemu_interrupt.logQEMU interrupt trace when enabled.
logs/rustos-debug.gdbGDB helper generated by cargo xtask debug.

Generated Registries

RegistryPurpose
system/registry/kernel/loadable-drivers.tsvDriver autoload metadata.
system/registry/system/desktop-programs.tsvDesktop app/service metadata.
system/registry/system/runtime-launch-programs.tsvRuntime launch policy.
system/registry/system/startup-programs.tsvStartup ordering/policy.
system/registry/compat/windows-system-dlls.txtWindows DLL inventory.

한국어

PathMeaning
Cargo.tomlworkspace manifest
config/rustos.tomllogging과 kernel build knob을 포함한 RustOS operational config
boot/GRUB이 로드하는 nucleus와 공유하는 boot protocol crate
kernel/kernel entry와 subsystem crate
services/userspace system service
apps/user/demo app
drivers/bridges/kernel bridge driver
drivers/libs/driver ABI/runtime/helper crate
libs/general shared crate
compat/compatibility layer source
assets/image/static staged image overlay
vendor/external firmware/prebuilt/module input
build/artifacts/stage가 복사하는 build artifact
build/image/QEMU boot volume root
build/image/EFI/BOOT/BOOTX64.EFIGRUB이 생성한 기본 UEFI entry
build/image/nucleus.elf.signucleus.elf detached GPG signature
build/image/system/registry/generated runtime/driver registry
logs/debugcon.log기본 debugcon output
logs/qemu_interrupt.log활성화 시 QEMU interrupt trace
logs/rustos-debug.gdbcargo xtask debug가 생성하는 GDB helper

Generated Registries

RegistryPurpose
system/registry/kernel/loadable-drivers.tsvdriver autoload metadata
system/registry/system/desktop-programs.tsvdesktop app/service metadata
system/registry/system/runtime-launch-programs.tsvruntime launch policy
system/registry/system/startup-programs.tsvstartup ordering/policy
system/registry/compat/windows-system-dlls.txtWindows DLL inventory