China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --

Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!

中国DOS联盟论坛
The time now is 2026-07-25 00:23
中国DOS联盟论坛 » DOS启动盘 & LOGO技术 (启动盘室) » [Discussion] Avldr - 3 in 1 View 3,880 Replies 29
Original Poster Posted 2005-04-25 00:00 ·  中国 北京 鹏博士BGP
中级用户
★★
CPU
Credits 362
Posts 96
Joined 2004-07-08 00:00
22-year member
UID 28010
Gender Male
From 北京
Status Offline
The legendary Avldr.exe 3in1 experiment has succeeded!

- This boot loader, a single file, can run in three environments:
* Windows * MS-DOS * NTLDR
- The way to use it is very simple,
* Under Windows, just double-click it;
* Under MS-DOS, just type Avldr.exe;
* In the NTLDR environment, modify boot.ini and add:
c:\avldr.exe="Boot Avldr"
- Of course, the Windows-side functionality is still being planned... ...

>> Please visit http://sysoft.zdwx.com/aviator/download.htm to get it!!!
Floor 2 Posted 2005-04-25 00:00 ·  中国 北京 鹏博士BGP
中级用户
★★
CPU
Credits 362
Posts 96
Joined 2004-07-08 00:00
22-year member
UID 28010
Gender Male
From 北京
Status Offline
Oh right, let me explain the meaning of Avldr: AV Ldr - AviatoR's Loader. The loader program for the AviatoR system (platform). ^_^ At present, the Avldr.exe uses Budian's Grub 0.96 version. - Borrowing it for a bit, thanks! ^_^
Floor 3 Posted 2005-04-25 00:00 ·  中国 天津 南开区 联通
高级用户
★★
Credits 924
Posts 243
Joined 2003-07-09 00:00
23-year member
UID 6612
Gender Male
Status Offline
So your site is open again ^ ^ but I still can't find the webpage........- -???
Floor 4 Posted 2005-04-25 00:00 ·  中国 北京 鹏博士BGP
中级用户
★★
CPU
Credits 362
Posts 96
Joined 2004-07-08 00:00
22-year member
UID 28010
Gender Male
From 北京
Status Offline

- The download page is accessible now.

- No time left, I originally wanted to finish it tonight, but on second thought, slow work makes fine work, so I'll provide the download tomorrow instead.

- There is one potential use in this version, namely putting Grub into a 64kb boot ROM. ;-)
Floor 5 Posted 2005-04-26 00:00 ·  中国 广东 深圳 天威有线宽带(关内)
初级用户
Credits 184
Posts 31
Joined 2005-03-13 00:00
21-year member
UID 36998
Gender Male
Status Offline
Waiting eagerly!
Floor 6 Posted 2005-04-27 00:00 ·  中国 北京 鹏博士BGP
中级用户
★★
CPU
Credits 362
Posts 96
Joined 2004-07-08 00:00
22-year member
UID 28010
Gender Male
From 北京
Status Offline
Thanks for the attention! After some effort, the ROM-running edition of Grub, which we are borrowing Budian's naming style to call Grub4Rom, has already been successfully tested! This thing is only 64KB, but it's actually 120 KB of Grub, using a funny compression method. ;-) So I think there should be no problem providing both Avldr.exe and Grub4Rom before the May Day holiday, and opening the corresponding support webpage. Please keep an eye on: http://sysoft.zdwx.com/aviator/
Floor 7 Posted 2005-04-27 00:00 ·  中国 河南 洛阳 联通
高级用户
★★
Credits 544
Posts 164
Joined 2004-10-17 12:00
21-year member
UID 32648
Gender Male
Status Offline
Let me show my support first!
我的留言簿

http://hnlyzhd.ys168.com 我的网络盘
Floor 8 Posted 2005-04-27 00:00 ·  中国 上海 杨浦区 电信
高级用户
★★★
Credits 916
Posts 377
Joined 2004-03-08 00:00
22-year member
UID 19523
Gender Male
Status Offline
Looks like a good thing. I wonder if you can make the compression method public.
The compiled grub for dos needs to take up 130K of floppy space.
I wonder whether the ./configure script has any way to reduce the size of grub?
#/usr/bin
#--enable-preset-menu=FILE --disable-ntfs \
# Created by configure
#export CFLAGS="-O2 -march=i686 -funroll-loops -D_REENTRANT -D_SINGLE_LISTEN_UNSERIALIZED_ACCEPT -fPIC"
#export CFLAGS="-O2 -march=i686 -fomit-frame-pointer -ffast-math -finline-functions -pipe"
#LC_MESSAGES=C ; export LC_MESSAGES ; export CC=gcc-3.2
./configure \
--enable-maintainer-mode \
--disable-dependency-tracking \
--enable-ext2fs \
--enable-fat \
--enable-reiserfs \
--disable-iso9660 \
--enable-gunzip \
--disable-md5-password \
--disable-ffs \
--disable-ufs2 \
--disable-minix \
--disable-vstafs \
--disable-jfs \
--disable-xfs \
--disable-packet-retransmission
--disable-diskless
--disable-example-kernel
--disable-hercules \
--disable-serial \
--disable-auto-linux-mem-opt
make
Floor 9 Posted 2005-04-27 00:00 ·  中国 上海 杨浦区 电信
高级用户
★★★
Credits 916
Posts 377
Joined 2004-03-08 00:00
22-year member
UID 19523
Gender Male
Status Offline
OP, I want to ask a grub for dos question. A long time ago I downloaded boot_fdr.zip from your 155.xxx.xxx.xxx homepage, but that package was missing grldr. Using my own compiled one worked fine. When using readntfs, I found that it couldn't detect any ntfs partitions at all (not sure whether it was caused by mixing things; the partitions are NTFS). Today I did a fresh install of windows server 2003 sp1. At the time the C drive was ntfs, I deleted it with diskgen and then formatted it with diskgen. Then during installation I formatted it as ntfs. As a result, after entering the GRUB综合版.rar downloaded from free.ys168.com and running diskgen, it kept reporting partition table errors like crazy. (Also not sure whether MS has some new idea again.) Then after that, every time I enter now, it goes straight to shell state. What is the reason? I already recopied all those files. Could it be that the hard disk partition table is still wrong,
Floor 10 Posted 2005-04-27 00:00 ·  中国 北京 鹏博士BGP
中级用户
★★
CPU
Credits 362
Posts 96
Joined 2004-07-08 00:00
22-year member
UID 28010
Gender Male
From 北京
Status Offline
- The compression method isn't mysterious, it's just 7Zip. This thing compresses even better than rar, and it has a Chinese localization by Chinese users. ;-) http://www.7-zip.org- As for the boot_fdr.zip issue, I think it may be related to the ntfs patch we're using.- The functionality of Grub4Rom has already been completed. It can be tested in VMware.
Floor 11 Posted 2005-04-28 00:00 ·  中国 北京 鹏博士BGP
中级用户
★★
CPU
Credits 362
Posts 96
Joined 2004-07-08 00:00
22-year member
UID 28010
Gender Male
From 北京
Status Offline
Thanks to Mr. hnlyzhd's efforts, Grub4Rom can now be obtained: http://sysoft.zdwx.com/aviator/grub4rom.htmlAvldr.exe is currently being assembled at the factory, hehe!
Floor 12 Posted 2005-04-28 00:00 ·  中国 广东 深圳 天威有线宽带(关内)
初级用户
Credits 184
Posts 31
Joined 2005-03-13 00:00
21-year member
UID 36998
Gender Male
Status Offline
Already downloaded Grub4Rom, bump! Looking forward to Avldr.exe!
Floor 13 Posted 2005-04-28 00:00 ·  中国 北京 朝阳区 联通
中级用户
Credits 211
Posts 39
Joined 2003-06-25 00:00
23-year member
UID 5859
Gender Male
Status Offline
Question:
How do I use GRUB4ROM in VWARE? I'm not very familiar with virtual machines. I already got DOS to boot inside the virtual machine, so how do I add your ROM into the virtual machine files?
Which file should I modify?
Floor 14 Posted 2005-04-28 00:00 ·  中国 福建 泉州 石狮市 电信
银牌会员
★★★
Credits 1,276
Posts 469
Joined 2002-12-23 13:00
23-year member
UID 586
Gender Male
From 福建泉州
Status Offline
It can't boot in VMware-5.0.
Black screen on startup
QQ:366840202
http://chenall.net
Floor 15 Posted 2005-04-28 00:00 ·  中国 上海 杨浦区 电信
高级用户
★★★
Credits 916
Posts 377
Joined 2004-03-08 00:00
22-year member
UID 19523
Gender Male
Status Offline
Has anyone flashed it yet? I'll wait and see.
This cbrom thing failed once before when I was flashing a full-screen logo, kind of scary.
Feels like this thing is more suitable for diskless networks; for a standalone machine I can't think of anything especially special about it.
Forum Jump: