Displaying 2 results from an estimated 2 matches for "floppytable".
2002 Aug 07
0
Boot failed
...-
...
;
; DS:SI may contain a partition table entry.  Preserve it for us.
;
                mov cx,8                ; Save partition info
                mov di,sp
                rep movsw
                mov ds,ax               ; Now we can initialize DS...
                mov [di+bsDriveNumber-FloppyTable],dl
                and dl,dl               ; If floppy disk (00-7F), assume no
                js harddisk             ; partition table
...
MODIFIED
----> starting at line 284 <-----
...
;
; DS:SI may contain a partition table entry.  Preserve it for us.
;
                mov cx,8...
2013 Jan 03
1
klibc 2.0.2 doesn't compile with kernel 3.7.x
I'm having an issue with compiling klibc 2.0.2 with kernel 3.7.1:
In kernel 3.7.x, header files have been split between kernel side and 
user side, putting user side headers into uapi/ subdirectory.
The issue is that klibc includes directly kernel header files and then 
for instance doesn't find anymore asm/errno.h and a lot of other files, 
which have been moved to for instance