Displaying 5 results from an estimated 5 matches for "freddy77".
Did you mean:
freddy
2003 Dec 27
0
2 disks boot patch
...hers big stuff)
- you load entire FAT but on large disks (FAT16) you load 128K instead
of some sectors (I don't think kernel/initrd get so defragged). It's not
better to use a simple cache?
What's the best method to make patch for syslinux? Just use usually
patch and send them to you?
freddy77
Patch:
--- syslinux-2.08.orig/ldlinux.asm 2003-12-04 04:47:57.000000000
+0100
+++ syslinux-2.08/ldlinux.asm 2003-12-18 23:21:48.000000000 +0100
@@ -694,25 +694,33 @@
; on.
;
jmp 0:.next
.next:
;
; Tell the user we got this far
;
mov si,syslinux_banner
call writestr
+; begin - fre...
2003 Dec 27
0
FW: 2 disks boot patch
...hers big stuff)
- you load entire FAT but on large disks (FAT16) you load 128K instead
of some sectors (I don't think kernel/initrd get so defragged). It's not
better to use a simple cache?
What's the best method to make patch for syslinux? Just use usually
patch and send them to you?
freddy77
Patch:
--- syslinux-2.08.orig/ldlinux.asm 2003-12-04 04:47:57.000000000
+0100
+++ syslinux-2.08/ldlinux.asm 2003-12-18 23:21:48.000000000 +0100
@@ -694,25 +694,33 @@
; on.
;
jmp 0:.next
.next:
;
; Tell the user we got this far
;
mov si,syslinux_banner
call writestr
+; begin - fre...
2003 Dec 15
2
2 disks boot
....
I know some changes are required (remove '@' from kernel command line,
test if disk/initrd is present and if not ask for correct disk) however
that doesn't seem too complicated...
At the moment I'm quite busy but if you want I can propose a patch (I
hope when next year starts)...
freddy77
2004 Jan 09
1
Developing
...right way to detect disk change. In my patch I
try to read first sector than I read again informations and fat however
if file have same name (initrd.img on first disk and initrd.img on
second) how to detect disk change? Use disk labels or add a empty file
(like disk5.id or disk.5 or whatever) ??
freddy77
2012 Apr 10
4
TinyTds::Client.new() gives an error "undefined symbol: dbsetluser"
Hello Dear experts,
I am new to Ruby on Rails. Though I want to access to MSSQL 2005 from
ruby.
I installed tiny_tds using following commands:
>sudo apt-get install freetds-dev
>gem install tiny_tds
And now when I executed
@client = TinyTds::Client.new(
:username => ''username'',
:password => ''password'',
:host =>