Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove bootinfo.bi_kernel. It isn't used by the kernel. struct bootinfo | peter | 2001-11-19 | 1 | -5/+0 |
| | | | | | should go away on ia64, we should be loader metadata based since that is the only way we can boot (loader, skiload). | ||||
* | Fix a dependency violation, same as in libefi/elf_freebsd.c a while back. | peter | 2001-11-19 | 1 | -0/+1 |
| | |||||
* | Add definition of SSC_GET_RTC. | dfr | 2001-09-20 | 1 | -0/+1 |
| | |||||
* | Implement time(). | dfr | 2001-09-19 | 1 | -1/+113 |
| | |||||
* | Add a fake memory descriptor for the I/O port space. | dfr | 2001-09-15 | 1 | -1/+7 |
| | |||||
* | Fill in the bootinfo's memory map. | dfr | 2001-09-15 | 2 | -0/+20 |
| | |||||
* | Remove dead code. | dfr | 2001-09-15 | 1 | -37/+0 |
| | |||||
* | Update code which creates bootinfo. | dfr | 2001-09-13 | 3 | -2/+101 |
| | |||||
* | Add a version of the loader which runs under SKI, the HP ia64 simulator. | dfr | 2001-09-12 | 13 | -0/+1408 |
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. |