toaruos/.gitignore
Kevin Lange cc4391d783 Initial work on modules
There's a lot here, so let's through it:
- Lots of work to include a symbol table in the kernel. We can't rely on
  our bootloader to give us our own ELF information, so we do this
  separately. This probably should be changed to output a C source
  rather than assembly, but that's a TODO.
- Makefile can now generate modules. It works basically the same way any
  other kernel object works, expect with a slightly different linking
  scheme.
- Commands have been added to the debug shell to load modules, but they
  don't work yet - still need to get through relocation and linking.
- Commands have been added to the debug shell to print the symbol list,
  as well as print symbol values (but note that printing symbol values
  is kinda dangerous if you don't know what they are, so don't just go
  printing things willy-nilly).
2014-03-09 19:36:28 -07:00

63 lines
845 B
Plaintext

*.aux
*.idx
*.ilg
*.ind
*.log
*.o
*.out
*.pdf
*.swp
*.toc
*.ko
kernel/symbols.s
.compositor-check
.config
.gdb_history
.passed
.userspace-check
.disk_size
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