blob: 9871502adc984976b427e9b9a5f3c14b48dd0d71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
- x86 handle x86 vmlinux parameter header allocation issues.
There is a bug where it can get stomped but the current code
does not allow us much flexibility in what we do with it.
- Restore enough state that DOS/arbitrary BIOS calls can be run on some
platforms. Currently disk-related calls are quite likely to blow up.
- x86 filling in other kernel parameters.
- Merge reboot via kexec functionality into /sbin/reboot
- In the kexec-on-panic case preserving memory the both kernels
must use.
- Finish the kexec-on-panic case.
- Improve the documentation
- Add support for loading a boot sector
- Autobuilding of initramfs
###
|