toaruos/.gitignore
Kevin Lange 7344a50fe0 Major changes to timing interfaces
- The kernel version has been bumped to 0.9.0
- The timer resolution in the kernel has been increased to millseconds.
- The preemptive scheduling interval has been descreased to one
  millisecond.
- Relative sleep continues to use 10 millsecond intervals for legacy
  reasons.
- `gettimeofday` now uses the internal tick counter to calculate the
  current time. Drift is calculated from the CMOS every 5 seconds and
  applies only to `gettimeofday` and other places that use it.
- The resolution of timing information provided by debug functions has
  been increased to three digits (milliseconds).
- The resolution of timing information provided by the procfs uptime
  virtual file has been increased to three digits (milliseconds).
- Functions have been added to the debug shell to read the TSC. The TSC
  is not used in timing functions at this time.
2015-04-14 23:05:07 -07:00

72 lines
944 B
Plaintext

*.aux
*.idx
*.ilg
*.ind
*.log
*.o
*.out
*.pdf
*.swp
*.swn
*.toc
*.ko
kernel/symbols.s
.compositor-check
.config
.gdb_history
.passed
.userspace-check
.disk_size
.ramdisk_size
tmp/
ramdisk_source/
util/*.img
util/*.vmdk
util/*.vdi
bootdisk.img
bootloader/stage1.bin
bootloader/stage2.bin
hdd/bin/*
hdd/boot
hdd/etc/hostname
hdd/home/local/*
hdd/home/root/*
hdd/lib
hdd/opt
hdd/usr/bin
hdd/usr/i686-pc-toaru
hdd/usr/include
hdd/usr/lib
hdd/usr/libexec
hdd/usr/local
hdd/usr/man
hdd/usr/share/aclocal
hdd/usr/share/games
hdd/usr/share/gcc-4.6.*
hdd/usr/share/gtk-doc
hdd/usr/share/info
hdd/usr/share/locale
hdd/usr/share/man
hdd/usr/share/tabset
hdd/usr/share/terminfo
hdd/usr/share/vim
initrd
initrd/bin/*
initrd/boot
initrd/etc
tags
toaru-pdfviewer
toaru-toolkit
toaruos-disk.img
toaruos-initrd
toaruos-kernel
toolchain/build
toolchain/local
toolchain/tarballs
util/bin/*
util/toaru-toolchain
util/toaru-toolchain/*
_hdd
qemu-vlan0.pcap
contrib