mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-13 01:48:42 +00:00
* Flush PS/2 Devices on boot to avoid Locking dependent on the out buffer on real hardware / emulated PS2 over USB Removed Slow and Unnessisarty flipping causing kconsole write slowdowns consequently speeding up the boot process * sod wc * ignoring dynamically created objects, added make run rule which will automatically detect the platform and then use the correct platform rule
24 lines
285 B
Text
24 lines
285 B
Text
# Build artifacts
|
|
/build/
|
|
iso_root/
|
|
boredos.iso
|
|
disk.img
|
|
disk.qcow2
|
|
edk2-vars.fd
|
|
qemu-debug.log
|
|
boredos.dump
|
|
|
|
# Userland
|
|
src/userland/bin/
|
|
|
|
# Temporary files
|
|
**/.DS_Store
|
|
.DS_Store
|
|
*.o
|
|
*.a
|
|
|
|
# Others
|
|
.gitignore
|
|
src/userland/cli/third_party/tcc/tcc.elf
|
|
src/userland/sdk/include/*
|
|
limine
|