Gé van Geldorp
2fa970d484
Fix harddisk detection for seriously broken BIOS
...
svn path=/trunk/; revision=12197
2004-12-18 19:53:30 +00:00
Alex Ionescu
25c4daa164
Freeldr will not load a UI if Timeout = 0, and will instead immediately load the default OS.
...
svn path=/trunk/; revision=12149
2004-12-16 07:09:33 +00:00
Gé van Geldorp
6d6f09144e
Fix double-spaced output in crash report
...
svn path=/trunk/; revision=12080
2004-12-13 15:07:33 +00:00
Steven Edwards
698924b5ec
Disregard that last change. The line endings were messed up.
...
svn path=/trunk/; revision=11988
2004-12-09 04:47:20 +00:00
Steven Edwards
79d7258886
remove C++ style comments.
...
svn path=/trunk/; revision=11987
2004-12-09 04:41:13 +00:00
Gé van Geldorp
6e001376f9
Add hardware detection stub for Xbox
...
svn path=/trunk/; revision=11859
2004-11-28 22:42:40 +00:00
Gé van Geldorp
90a424deea
Adjust screen width if HDTV cable in use
...
svn path=/trunk/; revision=11856
2004-11-28 21:54:11 +00:00
Gé van Geldorp
0b66faaabd
Make transfer of control to kernel work on Xbox
...
svn path=/trunk/; revision=11787
2004-11-23 11:28:02 +00:00
Gé van Geldorp
ac33643ce2
After creating the nice error message, actually pass it on to the error
...
reporting routine. Thanks Casper.
svn path=/trunk/; revision=11770
2004-11-21 21:33:04 +00:00
Gé van Geldorp
ea32cbced0
Don't print "sector size" message, it is causing confusion
...
svn path=/trunk/; revision=11746
2004-11-21 13:30:44 +00:00
Gé van Geldorp
ad4cf3bf0b
Report on which drive we couldn't find a partition table
...
svn path=/trunk/; revision=11742
2004-11-21 12:28:12 +00:00
Gé van Geldorp
4d111bdd6c
Work around broken BIOSes which report random API subset support bitmaps
...
when checking for extended INT13 availability for CDROMs
svn path=/trunk/; revision=11741
2004-11-21 12:27:01 +00:00
Gé van Geldorp
c9e0a17bab
Get rid of global volume boot sector and store required info in separate
...
variables
svn path=/trunk/; revision=11690
2004-11-17 22:07:45 +00:00
Gé van Geldorp
be441ae62f
Don't need flashleds
...
svn path=/trunk/; revision=11662
2004-11-14 22:07:53 +00:00
Gé van Geldorp
4e5131fd86
Add UI support on the Xbox
...
svn path=/trunk/; revision=11661
2004-11-14 22:04:39 +00:00
Gé van Geldorp
b4ef4b5e8f
Add FATX support
...
svn path=/trunk/; revision=11631
2004-11-12 17:17:08 +00:00
Gé van Geldorp
2fada79f2e
Add partition handling for the Xbox
...
svn path=/trunk/; revision=11613
2004-11-10 23:45:37 +00:00
Gé van Geldorp
2950511d3e
Add disk I/O (well, input only, no output) for the Xbox
...
svn path=/trunk/; revision=11608
2004-11-09 23:36:20 +00:00
Gé van Geldorp
5882e75d37
Support video and memory detection on the Xbox
...
svn path=/trunk/; revision=11599
2004-11-08 22:02:48 +00:00
Gé van Geldorp
e838464040
TimeOut < 0 means not set yet, so we need a signed type to store that
...
svn path=/trunk/; revision=11536
2004-11-04 13:44:18 +00:00
Gé van Geldorp
a10211cdc2
Add ability to be loaded as "multiboot kernel" from other multiboot loaders
...
svn path=/trunk/; revision=11524
2004-11-01 20:49:32 +00:00
Filip Navara
12143ef1ae
- Allow 0x80 to be a BIOS assigned drive number for CD-ROM.
...
svn path=/trunk/; revision=11483
2004-10-30 19:32:29 +00:00
Casper Hornstrup
d0c462bb30
- Print stack frames on crashes.
...
- Users should report errors to ros-dev@reactos.com .
svn path=/trunk/; revision=11480
2004-10-30 17:25:38 +00:00
Casper Hornstrup
ab2c6fba8b
- Support FULL_MAP command line option.
...
- Allow DEBUG to be set on command line.
svn path=/trunk/; revision=11472
2004-10-30 11:19:45 +00:00
Hartmut Birr
553993dcd2
- Implemented the driver loading by the sequence of tag entries in the GroupOrderList key.
...
svn path=/trunk/; revision=10941
2004-09-20 18:02:36 +00:00
Art Yerkes
f8b9ad2133
EXT2 should now be allowed in arcnames, etc.
...
svn path=/trunk/; revision=10764
2004-09-01 00:37:29 +00:00
Eric Kohl
6277a93862
- Fixed some compiler warnings.
...
- Detect and report PCI-BIOS.
svn path=/trunk/; revision=10742
2004-08-30 10:53:38 +00:00
Art Yerkes
e78fa73912
This patch adds actually informative messages about what went wrong loading
...
the registry entries for NLS files, etc.
svn path=/trunk/; revision=10733
2004-08-29 18:29:48 +00:00
Gé van Geldorp
0d89489d43
Remove NASM_CMD definition since it is already correctly defined in the
...
top level rules.mak
svn path=/trunk/; revision=10716
2004-08-28 07:27:22 +00:00
Gé van Geldorp
1f0d87df05
Change nasm to nasmw (to match what's used in the reactos module)
...
svn path=/trunk/; revision=10712
2004-08-27 20:38:24 +00:00
Filip Navara
29d654749b
- Remove forgotten temporary debug message.
...
svn path=/trunk/; revision=10476
2004-08-10 15:09:14 +00:00
Filip Navara
5775259453
- Fixed lots of bugs in NTFS code and added correct update sequence
...
fixups handling and untested NTFS 3+ sparse file support.
svn path=/trunk/; revision=10467
2004-08-10 09:28:56 +00:00
Filip Navara
8db63af2d6
- Correct a comment.
...
svn path=/trunk/; revision=10394
2004-08-04 18:27:21 +00:00
Eric Kohl
6d403cae78
Detect parallel ports.
...
svn path=/trunk/; revision=9796
2004-06-21 12:23:01 +00:00
Eric Kohl
b23ea08f8a
Detect display controller. Distinguish VGA and VBE display devices.
...
svn path=/trunk/; revision=9742
2004-06-20 09:12:10 +00:00
Filip Navara
566b3a9f38
- Increment the number of free pages in MmFreeMemory.
...
svn path=/trunk/; revision=9731
2004-06-19 22:42:41 +00:00
Vizzini
2a5689bb0b
added support for setting Component Information for the ISA bus; fixed a minor bug
...
svn path=/trunk/; revision=9720
2004-06-19 06:03:37 +00:00
Eric Kohl
f38668e736
Add keyboard detection.
...
svn path=/trunk/; revision=9690
2004-06-16 20:21:20 +00:00
Filip Navara
4addf164b6
- Disable the "Floppy count: x" debug message.
...
svn path=/trunk/; revision=9681
2004-06-16 16:59:27 +00:00
Eric Kohl
2fbcaac90d
Detect floppy disk drives.
...
svn path=/trunk/; revision=9673
2004-06-15 12:22:19 +00:00
Eric Kohl
1d623bc9b8
Store serial port identifiers at controller keys.
...
svn path=/trunk/; revision=9627
2004-06-05 19:52:23 +00:00
Filip Navara
f3f89873bd
- Report the /MININT option for Live CD boots.
...
svn path=/trunk/; revision=9617
2004-06-05 09:35:51 +00:00
Eric Kohl
ecc193a6f0
Revert useless changes.
...
svn path=/trunk/; revision=9597
2004-06-02 22:19:54 +00:00
Eric Kohl
d311d3a57f
Keep zero-initialized varaibles in the .data section.
...
svn path=/trunk/; revision=9595
2004-06-02 20:37:46 +00:00
Hartmut Birr
26916eed77
- Fixed the makefiles for the build on windows.
...
svn path=/trunk/; revision=9593
2004-06-02 20:26:08 +00:00
Eric Kohl
f95308afa8
For some strange reason IniFileSectionListHead is not initialized correctly.
...
Intialize it maually in order to prevent access violations.
svn path=/trunk/; revision=9584
2004-06-01 11:12:59 +00:00
Steven Edwards
56481cd659
Make the freeldr build system more like the reactos module
...
build system. (top level rules.mak, etc....)
Travis Snoozy <ai2097@yahoo.com>
svn path=/trunk/; revision=9579
2004-06-01 01:21:07 +00:00
Filip Navara
f1b0bedbad
- Revert the PS/2 timeouts to the old values.
...
svn path=/trunk/; revision=9524
2004-05-28 21:17:42 +00:00
Eric Kohl
8158fc02d0
Append two newlines to the "Press any key to boot form CD....." string.
...
svn path=/trunk/; revision=9497
2004-05-26 10:58:29 +00:00
Filip Navara
d35144407f
- Enabled the 'Press any key to boot from CD' message in the ISO
...
boot code and show it only when some hard disk is present.
- Adjusted detection timeouts for PS/2 and RS232 to the minimum
allowed by the specifications so we don't spend ages in hardware detection.
- Experimental NTFS reading support. (No boot code, no attribute lists, no decompression)
svn path=/trunk/; revision=9494
2004-05-25 21:47:39 +00:00