Displaying 14 results from an estimated 14 matches for "syslxint".
Did you mean:
syslint
2011 Feb 23
1
libinstaller/syslxint.h: bsCodeLen
After commit 036fa4e1a8aefeba3, shouldn't bsCodeLen be adjusted to
reflect added fields at the end ?
Basically:
-#define bsCodeLen (offsetof(struct boot_sector, bsSignature) - \
+#define bsCodeLen (offsetof(struct boot_sector, bsMagic) - \
2014 Jun 12
1
Current 6.03 changelog
...uggy BIOS, where the system would hang, would reboot, or
would show a "Disk error 01, AX=42" message.
* core/legacynet: Enable dot quad resolution (Gene Cumm).
* diag/geodsp improvements (Gene Cumm).
* DOS: Fix syslinux.com DOS-based installer.
* Improve gcc 4.3.0 compatibility.
* syslxint: fix compilation on non-x86 architectures.
* localboot: Fix "localboot 0x80" and similar cases.
* Add memset() calls prior to any intcall() and other mem fixes;
specially relevant for older hardware and/or buggy BIOS.
* poweroff.c32: Fixes (Gene Cumm).
* HDT: Fix memory leak in CLI...
2016 Feb 24
2
[PATCH 3/5] installers: MSVC compatibility fixes
More MSVC compatibility fixes, for packed structures.
NB: In case you are aware of the issues that may come with MS vs GCC
packing, so far, I have not seen evidence of detrimental impact from
using ms_struct packing in MSVC (vs gcc_struct, which is explicitly
specified for MinGW), with regards to the sections of code I am using in
Rufus.
-------------- next part --------------
2016 Mar 06
0
[PATCH 3/5] installers: MSVC compatibility fixes
...ons of code I am using in Rufus.
>
> From 13b39c1f113a8bc5621249db21a382a689aa174e Mon Sep 17 00:00:00 2001
> From: Pete Batard <pete at akeo.ie>
> Date: Tue, 23 Feb 2016 19:57:28 +0000
> Subject: [PATCH 3/5] installers: MSVC compatibility fixes
>
> ---
> libinstaller/syslxint.h | 13 ++++++++++++-
> libinstaller/syslxmod.c | 3 ++-
> 2 files changed, 14 insertions(+), 2 deletions(-)
>
> diff --git a/libinstaller/syslxmod.c b/libinstaller/syslxmod.c
> index 0ec4164..7bf4d91 100644
> --- a/libinstaller/syslxmod.c
> +++ b/libinstaller/syslxmod.c
>...
2014 Oct 06
5
Syslinux 6.03 released
...uld reboot, or
would show a "Disk error 01, AX=42" message.
* core/legacynet: Enable dot quad resolution (Gene Cumm).
* diag/geodsp improvements (Gene Cumm).
* DOS: Fix syslinux.com DOS-based installer.
* Improve gcc 4.3.0 compatibility.
* syslxint: fix compilation on non-x86 architectures.
* localboot: Fix "localboot 0x80" and similar cases.
* Add memset() calls prior to any intcall() and other mem fixes;
specially relevant for older hardware and/or buggy BIOS.
* poweroff.c32: Fixes (Gene Cumm)....
2014 Apr 17
0
6.03-pre changelog initial attempt
...uggy BIOS, where the system would hang, would reboot, or
would show a "Disk error 01, AX=42" message.
* core/legacynet: Enable dot quad resolution (Gene Cumm).
* diag/geodsp improvements (Gene Cumm).
* DOS: Fix syslinux.com DOS-based installer.
* Improve gcc 4.3.0 compatibility.
* syslxint: fix compilation on non-x86 architectures.
* localboot: Fix "localboot 0x80" and similar cases.
* Add memset() calls prior to any intcall() and other mem fixes;
specially relevant for older hardware and/or buggy BIOS.
* poweroff.c32: fixes (Gene Cumm).
* HDT: Fix memory leak in CLI...
2011 Oct 05
0
[GIT PULL] NTFS readonly file system support
...9 +
libinstaller/{fat.c => fs.c} | 120 +++--
libinstaller/linuxioctl.h | 5 +-
libinstaller/setadv.c | 1 +
libinstaller/syslinux.h | 4 +-
libinstaller/syslxcom.c | 6 +
libinstaller/syslxcom.h | 9 -
libinstaller/syslxfs.h | 26 +
libinstaller/syslxint.h | 70 +++-
libinstaller/syslxmod.c | 2 +-
libinstaller/syslxopt.c | 1 +
linux/Makefile | 4 +-
linux/syslinux.c | 24 +-
mtools/Makefile | 2 +-
mtools/syslinux.c | 5 +-
win/ntfssect.c | 355 ++++...
2014 Oct 14
0
Syslinux 6.03 released
...would show a "Disk error 01, AX=42" message.
> * core/legacynet: Enable dot quad resolution (Gene Cumm).
> * diag/geodsp improvements (Gene Cumm).
> * DOS: Fix syslinux.com DOS-based installer.
> * Improve gcc 4.3.0 compatibility.
> * syslxint: fix compilation on non-x86 architectures.
> * localboot: Fix "localboot 0x80" and similar cases.
> * Add memset() calls prior to any intcall() and other mem fixes;
> specially relevant for older hardware and/or buggy BIOS.
> * poweroff.c32: F...
2013 Jul 22
1
[PATCH 1/1 v2] Add UFS1/2 support to Extlinux installer.
...*/
#define _GNU_SOURCE /* Enable everything */
@@ -50,6 +50,8 @@
#include "xfs.h"
#include "xfs_types.h"
#include "xfs_sb.h"
+#include "ufs.h"
+#include "ufs_fs.h"
#include "misc.h"
#include "version.h"
#include "syslxint.h"
@@ -76,8 +78,10 @@
#define XFS_BOOTSECT_OFFSET (4 << SECTOR_SHIFT)
#define XFS_SUPPORTED_BLOCKSIZE 4096 /* 4 KiB filesystem block size */
-/* the btrfs partition first 64K blank area is used to store boot sector and
- boot image, the boot sector is from 0~512, the boot image sta...
2013 Jul 12
2
[PATCH 001/001] Add UFS1/2 support to Extlinux installer.
...#define _GNU_SOURCE /* Enable everything */
@@ -50,6 +50,8 @@
#include "xfs.h"
#include "xfs_types.h"
#include "xfs_sb.h"
+#include "ufs.h"
+#include "ufs_fs.h"
#include "misc.h"
#include "../version.h"
#include "syslxint.h"
@@ -76,8 +78,10 @@
#define XFS_BOOTSECT_OFFSET (4 << SECTOR_SHIFT)
#define XFS_SUPPORTED_BLOCKSIZE 4096 /* 4 KiB filesystem block size */
-/* the btrfs partition first 64K blank area is used to store boot sector and
- boot image, the boot sector is from 0~512, the boot image sta...
2015 Jan 02
13
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
Hello,
Happy New Year!
These patches make syslinux/linux support ext2/3/4, and it doesn't
require the root privilege, I'd like to add a separate e2fs/syslinux, if
that is more appropriate, it should be easy to do that.
I put these patches on github so that you can easily get them in case
you'd like to test them. (The repo's name is sys_tmp, which avoids
confusing others, I will
2014 May 29
3
[PATCH 0/2] UFS1/2 support series
From: Raphael S. Carvalho <raphael.scarv at gmail.com>
Wrote the documentation below. I think it would be good to push the doc to
the wiki as soon as the UFS support gets merged.
Unix Fast File System (UFS/FFS) 1/2 on Syslinux - (usage/install)
-----
There is a confusion about the name of this file system, then I decided to
contact the author who replied:
"The name has always been
2014 May 29
3
[PATCH v2 0/2] UFS1/2 support series
From: Raphael S. Carvalho <raphael.scarv at gmail.com>
Change since v1:
* Fix bug on dentry structure (thank you specification; btw, sarcasm), and
consequently a bug on ufs_readdir.
* Add readlink support (applied tests for symlinks whose destionation path
were stored in blk pointers and the file itself).
* Several improvements.
Wrote the documentation below. I think it would be good to
2012 Sep 03
1
[GIT-PULL] XFS filesystem driver
...Enable everything */
@@ -46,6 +47,10 @@
#include "btrfs.h"
#include "fat.h"
#include "ntfs.h"
+#include "xfs.h"
+#include "xfs_types.h"
+#include "xfs_sb.h"
+#include "misc.h"
#include "../version.h"
#include "syslxint.h"
#include "syslxcom.h" /* common functions shared with extlinux and syslinux */
@@ -64,6 +69,13 @@
#define EXT2_SUPER_OFFSET 1024
#endif
+/* Since we have unused 2048 bytes in the primary AG of an XFS partition,
+ * we will use the first 0~512 bytes starting from 2048 for the...