首页
社区
课程
招聘
[下载]世界上最小的GUI 操作系统 [源代码]
发表于: 2007-10-6 09:30 12677

[下载]世界上最小的GUI 操作系统 [源代码]

2007-10-6 09:30
12677







源码:
http://visopsys.org/files/visopsys/visopsys-0.69-src.zip
虚拟机版:
http://visopsys.org/files/visopsys/visopsys-0.62-vmware.zip

[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

收藏
免费 0
支持
分享
最新回复 (49)
雪    币: 768
活跃值: (530)
能力值: ( LV13,RANK:460 )
在线值:
发帖
回帖
粉丝
2
呵呵,第一次抢到沙发,顶:)
2007-10-6 09:53
0
雪    币: 510
活跃值: (428)
能力值: ( LV7,RANK:100 )
在线值:
发帖
回帖
粉丝
3
蛋蛋,你怎么都找些稀奇古怪的东西来。
2007-10-6 10:57
0
雪    币: 234
活跃值: (1659)
能力值: ( LV9,RANK:410 )
在线值:
发帖
回帖
粉丝
4
有谁装过谈谈心得
2007-10-6 11:59
0
雪    币: 216
活跃值: (203)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5
强。还有源码。
2007-10-6 13:16
0
雪    币: 213
活跃值: (106)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
6
visopsys.org

Good!
2007-10-6 22:49
0
雪    币: 239
活跃值: (52)
能力值: ( LV3,RANK:20 )
在线值:
发帖
回帖
粉丝
7
鸡蛋在哪找到的呀,这么神奇。
2007-10-6 23:20
0
雪    币: 817
活跃值: (1927)
能力值: ( LV12,RANK:2670 )
在线值:
发帖
回帖
粉丝
8
Visopsys 自从1997年以来就已经开始开发,目前最新版本为0.69,它非常小巧,光盘版的才5MB左右,而软盘版的也700KB不到。并且它运行起来非常快,而 且还是开源软件。它虽然小,但是提供了功能齐全的图形界面,支持实时可占先多任务和虚拟内存。Visopsys尽力与多方兼容,但是它不是任何其他操作系统的一个克隆版本。

下载:

CD-ROM版本:http://visopsys.org/files/visopsys/visopsys-0.69-iso.zip

软盘版本:http://visopsys.org/files/visopsys/visopsys-0.69-img.zip

源代码:http://visopsys.org/files/visopsys/visopsys-0.69-src.zip

Vmware镜像:http://visopsys.org/files/visopsys/visopsys-0.62-vmware.zip

Visopsys 0.69的主要更新:

改善了USB子系统包括对USB mice/keyboard和shubs的支持, 调整了FAT相关驱动程序, 并对用户程序模块,OS内核,C语言库进行了修复以及改进。

Lots of improvements to the USB subsystem, the UHCI controller driver, and the USB SCSI disk driver.

Added support for USB mice and keyboards

Implemented a driver for USB hubs.

Extensive tuning of the FAT filesystem driver, and the scanning of the FAT at mount time is much faster. Also fixed a small fragmentation bug, and turned a bunch of extraneous error messages into debug messages.

The FAT filesystem driver no longer stores the entire FAT in memory.

Added basic hardware detection for OpenHCI (OHCI) USB controllers so that they're at least indicated correctly at boot time.

Improved checks for removable (CD, floppy, flash, etc.) media changes, invalidating the disk cache when the media changes.

The 'filebrowse' program now shows the name of the current directory, and remembers any selection from the parent directory so that it's still selected if the user goes back up.

Re-wrote much of the PS/2 mouse driver, primarily to deal with out-of-sync situations that could cause the mouse pointer to jump around.

Re-added the 'logout' program to the basic installation -- without it there's no 'logout' option in the shutdown menu.

Added a "linked list" implementation to the kernel for generic management of lists of pointers.

Replaced bzero() calls in the kernel with kernelMemClear() calls.

Updated the kernel's exception handler so that it will print exception address/symbol information even if multitasking isn't yet enabled.

Added a '-n' option to the 'format' program, for specifying the volume name (label).

Added a kernelDebugHex() function for doing simple hex dumps.

Renamed the kernelKeyBoardDriver to the kernelPs2KeyboardDriver and the kernelPS2MouseDriver to the kernelPs2MouseDriver

Got rid of the kernelMemoryReleaseSystem() function -- the regular kernelMemoryRelease() function can now handle releasing system memory blocks.

The printf() and family %x format specifiers now print only unsigned values.

Fixed: The Disk Manager showed partitions with the starting and ending cylinders determined from information in the partition table. This could be inconsistent (particularly in the case where geometries are guessed) with the geometry of the disk as seen by the kernel.

Fixed: Using the Disk Manager with a hotplugged USB disk caused a divide-by-zero exception because the geometry values were zeros. The kernel SCSI disk driver now determines/guesses a geometry, and the Disk Manager now ensures that the values are non-zero.

Fixed: Using the Configuration Editor to open a config file with no predefined variables resulted in a window with no 'list' component.

Fixed: The text editor couldn't create a new file.

Fixed: The 'filebrowse' program could crash when you using the 'del' key to delete files.

Fixed: An occasional problem with ejecting ATAPI (CD-ROM, etc) devices in the kernelIdeDriver code.

Fixed: Spurious interrupts could cause the kernelPicGetActive() function call to hang in the driver.

Fixed: Command line option processing for the 'format' and 'rm' commands.

Fixed: Calling the component 'set visible' function didn't work for containers.

Fixed: USB "can't enable port" messages.

Fixed: Error messages were being double-printed on the screen when console logging was in effect.

Fixed: The USB UHCI driver was not returning the number of bytes transferred for transactions with a data phase.

Fixed: Some window ops were generating error messages because they were trying to malloc() 0 bytes when the root window contained no components.

Fixed: The _xpndfmt() function was causing an exception when printing pointers in hex using the %p format specifier.

Fixed: The _xpndfmt() function was causing a divide-by-zero fault when printing GUIDs in the Disk Manager.

Fixed: The kernelDiskGetMediaState() function wasn't locking the disk before accessing the disk structure.
2007-10-7 05:52
0
雪    币: 233
活跃值: (10)
能力值: ( LV6,RANK:90 )
在线值:
发帖
回帖
粉丝
9
感谢分享
2007-10-7 23:51
0
雪    币: 2134
活跃值: (14)
能力值: (RANK:170 )
在线值:
发帖
回帖
粉丝
10
记得有个menu...和这个差不多:)
2007-10-8 09:16
0
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
11
不错   谢谢分享
2007-10-10 12:54
0
雪    币: 230
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
12
很强 但是英文的还是很不方便
2007-10-10 13:44
0
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
13
看看界面就是Linux
2008-3-10 09:03
0
雪    币: 201
活跃值: (23)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
14
很老的东西了诶 竟然97年就出来了
2008-3-10 14:40
0
雪    币: 247
活跃值: (10)
能力值: ( LV7,RANK:100 )
在线值:
发帖
回帖
粉丝
15
好东西,,
收藏
lz辛苦了
2008-3-10 16:16
0
雪    币: 8102
活跃值: (1945)
能力值: ( LV8,RANK:122 )
在线值:
发帖
回帖
粉丝
16
说不定哪位牛人汉化一下呢
2008-3-10 18:01
0
雪    币: 204
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
17
这个系统简直太强了,也许可以代替WinPE,呵呵
2008-3-16 02:16
0
雪    币: 203
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
18
又增加了一个见识 谢谢楼主
2008-3-16 10:38
0
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
19
见识了哈
2008-3-16 17:58
0
雪    币: 799
活跃值: (39)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
20
我还是第一次听说这个系统,支持一下!
2008-3-16 18:09
0
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
21
系统进入后键盘、鼠标不能使用呵
2008-3-16 21:46
0
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
22
收藏了,谢谢楼主分享
2008-3-18 09:01
0
雪    币: 1657
活跃值: (291)
能力值: ( LV9,RANK:610 )
在线值:
发帖
回帖
粉丝
23
最近想做系统 。。。这个正是我的口味,谢谢LZ
2008-3-18 17:43
0
雪    币: 202
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
24
多谢分享
3Q
2008-3-18 18:41
0
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
25
既然源代码都有了,那汉化还不容易吗?呵呵
2008-3-18 19:21
0
游客
登录 | 注册 方可回帖
返回
//