wok rev 5182
linux: fix kernel_version
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Mar 27 20:38:05 2010 +0100 (2010-03-27) |
parents | 06d796936f1a |
children | 4035d45379fd |
files | linux/stuff/linux-header-2.6.30.6.u |
line diff
1.1 --- a/linux/stuff/linux-header-2.6.30.6.u Sat Mar 27 18:14:41 2010 +0100 1.2 +++ b/linux/stuff/linux-header-2.6.30.6.u Sat Mar 27 20:38:05 2010 +0100 1.3 @@ -104,9 +104,9 @@ 1.4 + incw %cx # cylinder 0, sector 1 1.5 + call read_first_sectors # read setup 1.6 + 1.7 -+#define kernel_version 0xE 1.8 ++offset_version = 0xE 1.9 + movw $0x200,%si 1.10 -+ addw kernel_version(%si),%si # starting protocol 2.00, Kernel 1.3.73 1.11 ++ addw offset_version(%si),%si # starting protocol 2.00, Kernel 1.3.73 1.12 + call puts # show which kernel we are loading 1.13 + 1.14 +# The cmdline can be entered and modifed at boot time.