CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程

文件名称:SGOS

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-11-16
  • 文件大小:
    545kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

SGOS系统类似的源码,供大家学习参考。-SGOS system source code for all to learn reference.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

Win32/
Win32/Atom.c
Win32/Thread.c
Win32/Win32.h
Win32/Makefile
Win32/main.c
Console.lnk
Makefile
Simple.prj
Boot/
Boot/Makefile
Boot/Mbr.Asm
Boot/Boot16.Asm
Driver/
Driver/Mouse.c
Driver/Mouse.h
Driver/Atapi.c
Driver/Pci.c
Driver/Vbe.c
Driver/Agp.c
Driver/Pci.h
Driver/Keyboard.c
Driver/Clock.c
Driver/HardDisk.c
Driver/Clock.h
Driver/Vbe.h
Driver/Makefile
Driver/Keyboard.h
Driver/KeyMap/
Driver/KeyMap/US.h
FileSystem/
FileSystem/Makefile
FileSystem/Computer.c
FileSystem/Fat16.c
FileSystem/WindowSystem.c
Gfx/
Gfx/Makefile
Gfx/Display.c
Gfx/GfxMain.c
Gfx/WinMessage.c
Gfx/Text.c
Gfx/BmPicture.c
Gfx/Draw.c
Gfx/Font.c
Gfx/Gdi.h
Gfx/Mouse.c
Gfx/Font/
Gfx/Font/hz12x12.bin
Gfx/Font/chr8x12.bin
Gfx/Font/chr8x16.bin
Gfx/Font/hz16x16.bin
Gfx/Blit.c
Gfx/AlphaBlend.c
Gfx/ImageBox.c
Gfx/Bitmap.c
Gfx/Picture/
Gfx/Picture/mouse.bmp
Gfx/MaskBlit.c
Gfx/DirtyRectangle.c
Gfx/WindowRedraw.c
Gfx/Gfx.h
Gfx/Window.c
Include/
Include/Type.h
Include/string.h
Include/stdarg.h
Include/Kernel/
Include/Kernel/I386/
Include/Kernel/I386/Process.h
Include/Kernel/I386/Paging.h
Include/Kernel/Debug.h
Include/Kernel/Device.h
Include/Kernel/Memory.h
Include/Kernel/File.h
Include/Kernel/Namespace.h
Include/Kernel/ApiDef.h
Include/Kernel/Buffer.h
Include/Kernel/Computer.h
Include/Kernel/Process.h
Include/Kernel/System.h
Include/Kernel/Io.h
Include/Kernel/Module/
Include/Kernel/Module/Pe.h
Include/Kernel/Module/Coff.h
Include/Kernel/Module/Elf.h
Include/Kernel/Fat16.h
Include/Kernel/Message.h
Include/Kernel/Module.h
Include/Api.h
Include/Ctype.h
Include/stdio.h
Include/Osdef.h
Include/Windows.h
Include/Gui.h
Init/
Init/Protect.inc
Init/Head.Asm
Init/Head.Log
Init/Makefile
Init/Head.BIN
Kernel/
Kernel/Buffer.c
Kernel/Memory.c
Kernel/Namespace.c
Kernel/SystemCall.c
Kernel/I386/
Kernel/I386/I386.asm
Kernel/I386/Paging.c
Kernel/I386/Port.c
Kernel/I386/RealMode.asm
Kernel/I386/I386Process.c
Kernel/I386/Protect.c
Kernel/I386/Makefile
Kernel/I386/Isr.c
Kernel/I386/Irq.c
Kernel/Message.c
Kernel/Makefile
Kernel/Device.c
Kernel/Assert.c
Kernel/SoundBlaster.c
Kernel/Region.c
Kernel/Dma.c
Kernel/Start.c
Kernel/Process.c
Kernel/File.c
Kernel/Binary.c
Kernel/Debug.c
Kernel/Loader.c
Kernel/Module.c
Library/
Library/math.c
Library/string.c
Library/ctype.c
Library/vsprintf.c
Library/Makefile
Program/
Program/Shell/
Program/Init/
Program/Init/Init.c
Program/Init/Makefile
Program/Init/Init.dmp
Program/Init/init.x
Program/Init/Init.o
Program/Lib/
Program/Lib/ctype.c
Program/Lib/math.c
Program/Lib/string.c
Program/Lib/vsprintf.c
Program/Lib/Makefile
Program/Lib/malloc.c
Program/Lib/printf.c
Program/Api/
Program/Api/Makefile
Program/Api/osApi.c
Program/Win32/
Program/Win32/Kernel32/
Program/Win32/Kernel32/Kernel.c
Program/Win32/Kernel32/Makefile
Program/Win32/Kernel32/Atom.c
Program/Win32/Kernel32/Process.c
Program/Win32/Kernel32/Exception.c
Program/Win32/Kernel32/ld.txt
Program/Win32/Kernel32/Functions.txt
Program/Win32/Kernel32/Module.c
Program/Win32/Kernel32/Misc.c
Program/Win32/Kernel32/Handle.c
Program/Win32/Kernel32/String.c
Program/Win32/Kernel32/File.c
Program/Win32/Kernel32/Pipe.c
Program/Win32/Kernel32/Memory.c
Program/Win32/Kernel32/Console.lnk
Program/Win32/Kernel32/Console.c
Program/Win32/Kernel32/Thread.c
Program/Win32/Kernel32/KERNEL32.doc
Program/Win32/Kernel32/Section.c
Program/Win32/Kernel32/System.c
Program/Win32/Kernel32/Time.c
Program/Win32/Kernel32/新建 文本文档.txt
Program/Win32/Kernel32/Evironment.c
Program/Win32/Kernel32/libtstdll.a
Program/Win32/Kernel32/Error.c
Program/Win32/Msvcrt/
Program/Win32/Ntdll/
Program/Win32/Ntdll/Version.c
Program/Win32/Ntdll/Makefile
Program/Win32/Ntdll/Console.lnk
Program/Test/
Program/Test/Hello.c
Program/Test/Hello.exe
Program/Test/resource.h
Program/Test/Script1.rc
Program/Test/Script1.res
Program/Test/hello.dmp
Program/Test/Hello.idb
Program/Gdi/
Program/Gdi/Makefile
Program/Gdi/Gdi.c
Program/Gdi/Text.c
Program/Gdi/AlphaBlend.c
Program/Gdi/Bitmap.c
Program/Gdi/Blit.c
Program/Gdi/Draw.c
Program/Gdi/Font.c
Program/Gdi/Gdi.h
Program/Gdi/MaskBlit.c
Program/Gdi/Console.lnk
Program/Gui/
Program/Gui/Gui.lnk
Program/Gui/Makefile
Program/Gui/main.c
Program/Gui/Button.c
Program/Gui/TextBox.c
Program/Gui/ListBox.c
Program/Gui/ImageBox.c
Program/Gui/TitleBar.c
Program/Gui/Menu.c
Program/Gui/Icon.c
Program/Gui/StatusBar.c
Program/Gui/Bitmap.c
Program/Gui/Text.c
Program/Gui/Window.c
Program/Gui/Blit.c
Program/Gui/Draw.c
Program/Gui/Message.c
Program/Gui/Client.c
Program/Gui/WindowClass.c
Program/Makefile

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com

浏览历史记录

关闭