文件名称: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
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
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.