| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=135702
|
| |
|
|
| |
Notes:
svn path=/head/; revision=135442
|
| |
|
|
| |
Notes:
svn path=/head/; revision=125767
|
| |
|
|
|
|
|
| |
Tested by: marcel
Notes:
svn path=/head/; revision=125729
|
| |
|
|
|
|
|
| |
in the simulator.
Notes:
svn path=/head/; revision=122350
|
| |
|
|
|
|
|
|
|
| |
script to match the one for the EFI loader and rewrite __start()
in assembly to have gp defined without getting in the way of the
compiler.
Notes:
svn path=/head/; revision=117677
|
| |
|
|
| |
Notes:
svn path=/head/; revision=113042
|
| |
|
|
| |
Notes:
svn path=/head/; revision=113038
|
| |
|
|
| |
Notes:
svn path=/head/; revision=111536
|
| |
|
|
| |
Notes:
svn path=/head/; revision=108100
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
expand to __attribute__((packed)) and __attribute__((aligned(x)))
respectively. Replace the handful of gcc-ism's that use
__attribute__((aligned(16))) etc around the kernel with __aligned(16).
There are over 400 __attribute__((packed)) to deal with, that can come
later. I just want to use __packed in new code rather than add more
gcc-ism's.
Notes:
svn path=/head/; revision=103834
|
| |
|
|
|
|
|
|
| |
(also resort some CFLAGS such that the more "important" value are first so
they are easier to see)
Notes:
svn path=/head/; revision=96342
|
| |
|
|
| |
Notes:
svn path=/head/; revision=94023
|
| |
|
|
| |
Notes:
svn path=/head/; revision=93926
|
| |
|
|
|
|
|
| |
instead.
Notes:
svn path=/head/; revision=93924
|
| |
|
|
|
|
|
| |
r8. Keep it at the hardwired address for now. Bump the version.
Notes:
svn path=/head/; revision=93459
|
| |
|
|
|
|
|
|
|
|
|
|
| |
exists, otherwise we install it anyway. I interpret this as a very
high desire to install ${PROG}.help. Alas, ${PROG}.help doesn't exist
at the moment and neither does loader.help, so in practice this just
doesn't work, no matter how you interpret it. The compromise is to
install ${PROG}.help IFF it exists. I realize we lost creativity with
this commit, but style should have been preserved, AFAICT :-)
Notes:
svn path=/head/; revision=93400
|
| |
|
|
| |
Notes:
svn path=/head/; revision=93319
|
| |
|
|
| |
Notes:
svn path=/head/; revision=92658
|
| |
|
|
| |
Notes:
svn path=/head/; revision=83948
|
| |
|
|
|
|
|
| |
of the loaded kernel.
Notes:
svn path=/head/; revision=83370
|
|
|
This loader is quite functional and can load and run kernels. The kernels
don't quite work right after loading but that should be easily fixable.
Notes:
svn path=/head/; revision=83364
|