代码搜索:miniOS
找到约 54 项符合「miniOS」的源代码
代码结果 54
www.eeworm.com/read/172160/9722381
lik lcdmenu.lik
Version: 3.0
Options: m37
Obj: "C:\Program Files\Sunplus\unSP IDE 1.18.1\startupD.obj"
Obj: "E:\2005\miniOS\LCDMENUZHU\Debug\Resource.obj"
Obj: "E:\2005\miniOS\LCDMENUZHU\Debug\SPLC501User.obj"
O
www.eeworm.com/read/289584/8541399
lik ex1.lik
Version: 3.0
Options: m37
Obj: "C:\Program Files\Sunplus\unSPIDE184\unSPIDE\startupD.obj"
Obj: "F:\技术文档\OS\Minios153\ex1\Debug\ex1.obj"
Obj: "F:\技术文档\OS\Minios153\ex1\Debug\Resource.obj"
Lib: "..
www.eeworm.com/read/290068/8507299
makefile
#MINIOS MAKEFILE
#
#author:
#
#Because of I'm a senior,I can't write it more excellent,However,if you only want to
#finish your homework using it,it's enough,just I think so....
#
AS =as
LD =
www.eeworm.com/read/385462/2590819
h waittypes.h
#ifndef __WAITTYPE_H__
#define __WAITTYPE_H__
#include
struct thread;
struct wait_queue
{
struct thread *thread;
struct minios_list_head thread_list;
};
struct wait_queue_h
www.eeworm.com/read/290068/8507322
txt readme.txt
这是我自己学习过程中写的,大家看一下,多提意见。谢谢!
directory tree:
_____________________________________
..\ minios\
|-Makefile makefile文件。
|-dasm.bat 用于将整个系统反汇编成汇编代码。
|-nasm.exe + nasmw.exe
www.eeworm.com/read/385462/2590745
makefile
#
# Special makefile for ia64.
#
XEN_ROOT = ../../../..
include $(XEN_ROOT)/Config.mk
include ../../Config.mk
include arch.mk
include ../../minios.mk
ARCH_SRCS := sal.c
ARCH_SRCS += efi.c
ARCH_SRC
www.eeworm.com/read/391067/8423796
txt 天杀的os攻略 .txt
天杀的OS攻略
作者:天杀 MaxMan Zoologist 于2007-9-16上传
--------------------------------------------------------------------------------
2007年,7月末。天杀在Blog上发布了由Katon 编写的MiniOS的Gui开发包。
这是一套使用VC编
www.eeworm.com/read/432906/1887795
makefile
#
# Special makefile for ia64.
#
XEN_ROOT = ../../../..
include $(XEN_ROOT)/Config.mk
include arch.mk
include ../../minios.mk
ARCH_SRCS := sal.c
ARCH_SRCS += efi.c
ARCH_SRCS += time.c
ARCH_SRCS +=
www.eeworm.com/read/432906/1887789
s x86_64.s
#include
#include
.section __xen_guest
.ascii "GUEST_OS=Mini-OS"
.ascii ",XEN_VER=xen-3.0"
.ascii ",VIRT_BASE=0x0" /* &_text from minios_x86_64.lds */
.ascii ",ELF_PADDR_O
www.eeworm.com/read/385462/2590739
s x86_64.s
#include
#include
#include
.section __xen_guest
.ascii "GUEST_OS=Mini-OS"
.ascii ",XEN_VER=xen-3.0"
.ascii ",VIRT_BASE=0x0" /* &_text from minios_x86_64.lds