Skip to content
This repository was archived by the owner on Feb 18, 2026. It is now read-only.

tinted-software/os-experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xarwin OS

A XNU-compatible operating system written in Swift.

Building and Running

swift build --triple x86_64-unknown-none-elf && swift package --allow-writing-to-package-directory build-image

Running

# Interactive (serial on stdio)
qemu-system-x86_64 -cpu max -kernel .build/x86_64-unknown-none-elf/debug/kernel -initrd .build/x86_64-unknown-none-elf/debug/ramdisk.cpio -serial mon:stdio -display none -m 4G

# Log to file
qemu-system-x86_64 -cpu max -kernel .build/x86_64-unknown-none-elf/debug/kernel -initrd .build/x86_64-unknown-none-elf/debug/ramdisk.cpio -serial file:/tmp/serial.log -display none -m 4G 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published