Sam Hocevar
f61816ceb7
Starting refactoring to get rid of libcucul. The initial reason for the
split is rendered moot by the plugin system: when enabled, binaries do
not link directly with libX11 or libGL. I hope this is a step towards
more consisteny and clarity.
il y a 16 ans
Sam Hocevar
99b5396e8e
* Remove #include <stdint.h> etc. from "common.h". Instead, make sure that
<cucul.h> will provide the C99 types, even if libcaca has been installed.
* Rename what's left of "common.h" to "stubs.h".
* Remove all references to erroneous <inttypes.h> from source files.
il y a 16 ans
Sam Hocevar
f0290052fd
* Add Linux 2.6's bootsect.S to fix the sample kernel build.
il y a 17 ans
Jean-Yves Lamoureux
927ab4638c
* Added squared transition to cacademo
il y a 18 ans
Sam Hocevar
d0a65b1ac8
* Fix the kernel build rules.
il y a 18 ans
Jean-Yves Lamoureux
91027284b1
* Oops, modified build-kernel while testing and commited it ;)
il y a 18 ans
Jean-Yves Lamoureux
80d7cee0ba
* Multiplexed sockets, it is now possible to have multiple clients at the same time watching for the same libcaca application. And no fork or threads involved. THAT'S high technology.
il y a 18 ans
Sam Hocevar
c063b0a54d
* Added assembly code for inb() and outb().
* Print a small message at kernel boot time just to check that the kernel
was properly loaded.
il y a 18 ans
Sam Hocevar
ac141e9e75
* Set executable flag to the build-kernel script.
il y a 18 ans
Sam Hocevar
15ac34a918
* Added glue code to compile libcaca without a libc and build applications
as multiboot kernels.
il y a 18 ans