-
Notifications
You must be signed in to change notification settings - Fork 0
heliumhydride/bismuthos
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Simple UNIX-like and Windows NT-like OS build requirements: * make -> gnu make * as -> nasm * cc -> gcc / tcc / clang * ld -> binutils / mold / lld * tar -> bsdtar / gnu tar / paxmirabilis (initrd creation) build nice-to-haves: * qemu for testing the OS * debugger -> gdb / lldb * dosfstools (for creating bootable disk image) debugging: * add -g3 to CFLAGS and LDFLAGS in config.mk * add -g to ASFLAGS in config.mk * add -s -S to QEMU_FLAGS in config.mk
About
unix-like toy os / x86 platform testing
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published