]> git.pld-linux.org Git - packages/lilo.git/blame - lilo-pagesize.patch
- up to 23.0
[packages/lilo.git] / lilo-pagesize.patch
CommitLineData
d1fe4d90
AM
1--- lilo-21.4.4/src/lilo.h.pagesize 2003-08-20 18:55:00.000000000 -0400
2+++ lilo-21.4.4/src/lilo.h 2003-08-20 18:55:22.000000000 -0400
5110f97a
AM
3@@ -142,6 +142,8 @@
4 #define PRTMAP_SIZE 32 /* number of partition type mappings */
5 #define DRVMAP_SIZE 8 /* number of drive mappings */
6
7+#define PAGE_SIZE sysconf(_SC_PAGESIZE)
8+
9 #ifdef LILO_ASM
10
11 BOOTSEG = 0x07C0 ! original address of boot-sector
This page took 0.060458 seconds and 4 git commands to generate.