• 전문가 요청 쿠폰 이벤트
  • 통합검색(54)
  • 리포트(49)
  • 시험자료(4)
  • 논문(1)
판매자 표지는 다운로드시 포함되지 않습니다.

"Kernel Debugging" 검색결과 21-40 / 54건

  • c++로 구현한 이중연결리스트
    ) Console Application" 0x0103CFG=DLL - Win32 Debug!MESSAGE This is not a valid makefile. To build this ... macro CFG on the command line. For example:!MESSAGE!MESSAGE NMAKE /f "DLL.mak" CFG="DLL - Win32 Debug ... on "Win32 (x86) Console Application")!MESSAGE "DLL - Win32 Debug" (based on "Win32 (x86) Console
    Non-Ai HUMAN
    | 리포트 | 2,000원 | 등록일 2007.05.03
  • 데이터베이스 지속성객체 프로그램
    # TARGTYPE "Win32 (x86) Console Application" 0x0103CFG=Databast Term - Win32 Debug!MESSAGE This is not ... )" == "Databast Term - Win32 Debug"# PROP BASE Use_MFC 0# PROP BASE Use_Debug_Libraries 1# PROP BASE Output_Dir ... "Debug"# PROP BASE Intermediate_Dir "Debug"# PROP BASE Target_Dir ""# PROP Use_MFC 0# PROP Use_Debug
    Non-Ai HUMAN
    | 리포트 | 2,000원 | 등록일 2008.06.21
  • C언어로 만든 보드게임
    ..FILE:원본.opt..FILE:원본.plgBuild Log--------------------Configuration: 원본 - Win32 Debug------------- ... contents[/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/원본.pch ... " /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c"D:\최종판 수정\원본.c"]Creating command line "cl.exe @C:\DOCUME~1
    Non-Ai HUMAN
    | 리포트 | 1,000원 | 등록일 2009.01.29
  • Thread 루틴분석
    은 enable하여 interrupt를 받아들일 준비를 한다.voidThread::Begin (){ASSERT(this == kernel->currentThread);DEBUG ... ::Finish (){(void) kernel->interrupt->SetLevel(IntOff);---- ①ASSERT(this == kernel->currentThread);DEBUG ... *nextThread;ASSERT(this == kernel->currentThread);ASSERT(kernel->interrupt->getLevel() == IntOff);DEBUG
    Non-Ai HUMAN
    | 리포트 | 13페이지 | 1,500원 | 등록일 2006.11.18
  • 파일 입출력을 이용한 항공예약 프로그램
    ) Console Application" 0x0103CFG=s - Win32 Debug!MESSAGE This is not a valid makefile. To build this ... the command line. For example:!MESSAGE!MESSAGE NMAKE /f "s.mak" CFG="s - Win32 Debug"!MESSAGE ... ) Console Application")!MESSAGE "s - Win32 Debug" (based on "Win32 (x86) Console Application
    Non-Ai HUMAN
    | 리포트 | 10페이지 | 1,000원 | 등록일 2006.12.17
  • [운영체제]Nachos 설치 및 소스코드분석
    이 있다. 또한, 교육 목적으로 작성되어 내부 구조가 단순하고 체계적으로 구성되어 있어 소스 코드를 이해하는 것이 비교적 용이하다.프로젝트에서는 debugging이나 test의 편의 ... 을 debugging하는 것과 마찬가지로 GDB 등을 그대로 사용 할 수 있다. 이럴 경우에는 하드웨어를 대신할 수 있는 시뮬레이터를 사용하게 되며 일반적으로 Nachos는 MIPS ... 는다.→ Context Switching.-UK(user mode)는 TK(kernel mode)을 호출하여 System Call 사용.-User mode에서 Kernel mode
    Non-Ai HUMAN
    | 리포트 | 7페이지 | 1,500원 | 등록일 2006.04.01
  • [First Pass, Second Pass] 투패스 소스코딩과 코딩설명과 과정 요약 (텀프로젝트)
    # TARGTYPE "Win32 (x86) Console Application" 0x0103CFG=HIU_TwoPass - Win32 Debug!MESSAGE This is not a valid ... "HIU_TwoPass.mak" CFG="HIU_TwoPass - Win32 Debug"!MESSAGE!MESSAGE Possible choices for configuration ... ")!MESSAGE "HIU_TwoPass - Win32 Debug" (based on "Win32 (x86) Console Application")!MESSAGE# Begin Project
    Non-Ai HUMAN
    | 리포트 | 10페이지 | 9,000원 | 등록일 2009.02.02
  • [공학]Velos RTOS
    Velos RTOS2101231 이수용차 례1. R T O S2. V e l o s3. Velos Kernel4. Velos*NET5. Sophia Emulator6. Velos ... 빠른 해결이 가능 Royalty Free 경쟁력 있는 라이센스 비용 타 외산 RTOS에 비해 확실한 비용 절감Velos Kernel개 요Velos KernelMulti ... -thread Kernel Velos는 멀티태스킹 커널로 POSIX 표준 스레드를 지원 스레드 수 무제한 스레드 간의 빠른 문맥 교환실 시간 처리를 위한 주기 스레드 제공 Pre
    Non-Ai HUMAN
    | 리포트 | 24페이지 | 1,000원 | 등록일 2007.05.01
  • syslogd와 logtail을 이용한 Log Server 만들기
    /syslog.conf*.err;kern.debug;daemon.notice;mail.crit @redhat1 #로그서버입력[sueni@bbung ...]# ps -ef | grep ... qualify my own domain name (redhat2) -- using short nameApr 27 01:32:36 redhat3 kernel: klogd 1.3-3
    Non-Ai HUMAN
    | 리포트 | 5페이지 | 1,000원 | 등록일 2010.10.05
  • [컴퓨터 운영 체제 ] 네이코스 설치 과정 & main 함수 분석
    warranty provisions.#ifndef KERNEL_H#define KERNEL_H#include "copyright.h"#include "debug.h"#include ... " // global variablesKernelType *kernel;Debug *debug;static voidCleanup(int x){cerr < "\nCleaning up ... ) {cout < copyright;}}debug = new Debug(debugArg);DEBUG(dbgThread, "Entering main");kernel = new
    Non-Ai HUMAN
    | 리포트 | 7페이지 | 1,000원 | 등록일 2004.07.14
  • [나초스(nachos)]나초스4.0분석
    (){MachineStatus oldStatus = status;Statistics *stats = kernel->stats;// advance simulated timeif (status ... kernel routinekernel->currentThread->Yield();status = oldStatus;}}◎ switch.h에 정의된 i386의 example ... 되는데 nachos 에서는 이건 단지 bytes의array처럼 보인다. 물론 nachos kernel 은 역시 memory 에 있다.- 그러나 요즘은 대부분의 machine
    Non-Ai HUMAN
    | 리포트 | 22페이지 | 3,500원 | 등록일 2006.03.09
  • [C언어] 빠른정렬(분할교환정렬)
    /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept# ADD LINK32 kernel32.lib user32.lib gdi ... # TARGTYPE "Win32 (x86) Console Application" 0x0103CFG=Quicksort - Win32 Debug!MESSAGE This is not a ... "Quicksort.mak" CFG="Quicksort - Win32 Debug"!MESSAGE!MESSAGE Possible choices for configuration are
    Non-Ai HUMAN
    | 리포트 | 4페이지 | 1,000원 | 등록일 2004.05.02
  • [C++] 스트링 ADT(템플릿)
    (x86) Console Application" 0x0103CFG=CString - Win32 Debug!MESSAGE This is not a valid makefile. To ... ="CString - Win32 Debug"!MESSAGE!MESSAGE Possible choices for configuration are:!MESSAGE!MESSAGE ... "CString - Win32 Release" (based on "Win32 (x86) Console Application")!MESSAGE "CString - Win32 Debug
    Non-Ai HUMAN
    | 리포트 | 1페이지 | 1,000원 | 등록일 2003.11.13
  • [운영체제] 나초스(Nachos) 소스코드 분석
    들은 각각 다음을 뜻하였다.-d 옵션을 주었을 경우, debug string을 argument로 입력을 주었음을 의미하였다.-u 옵션은 usage를 출력하며, 간단한 usage 문장 ... 으로 발생하도록 하였다.입력 받은 argument가 없거나, argument parsing이 끝나면, Debug class의 object를 생성한다. 그 후, 해당 debug ... option이 enable 상태인지 확인하여, disabled 상태이면, error 메시지를 출력한다. 이 class는 debug.h/cpp에 구현되어 있다.그 후, 입력 받
    Non-Ai HUMAN
    | 리포트 | 6페이지 | 1,000원 | 등록일 2005.04.05
  • [운영체제]나초스(NACHOS) 분석
    (){DEBUG(dbgThread, "Deleting thread: " < name);ASSERT(this != kernel->currentThread);if (stack ... *interrupt = kernel->interrupt;Scheduler *scheduler = kernel->scheduler;IntStatus oldLevel;DEBUG(dbgThread
    Non-Ai HUMAN
    | 리포트 | 38페이지 | 2,000원 | 등록일 2005.10.26
  • [유닉스]Make에 대해
    의 시작이다.NAME = string #주석(3) 여러 행을 사용할 때는 ‘\’ 를 사용한다.NAME = -D_KERNEL__ -DMODULE –W –Wall \-DNO_DEBUG위 ... 문장은 아래 문장과 동일하다.NAME = -D__KERNEL__ -DMODULE –W –Wall –DNO_DEBUG(4) 매크로를 참조할 때는 소괄호나 중괄호로 둘러싸고 앞
    Non-Ai HUMAN
    | 리포트 | 12페이지 | 1,000원 | 등록일 2006.05.10
  • [컴퓨터그래픽스]컴퓨터그래픽스 가스켓 프로그램
    . For example:!MESSAGE!MESSAGE NMAKE /f "A320005130박필현.mak" CFG="A320005130박필현 - Win32 Debug"!MESSAGE ... " (based on "Win32 (x86) Console Application")!MESSAGE "A320005130박필현 - Win32 Debug" (based on "Win32 (x86 ... BASE Use_MFC 0# PROP BASE Use_Debug_Libraries 0# PROP BASE Output_Dir "Release"# PROP BASE
    Non-Ai HUMAN
    | 리포트 | 4페이지 | 1,000원 | 등록일 2006.03.24
  • 판매자 표지 자료 표지
    [C++ 프로그래밍] C++ 비디오샾관리
    "Win32 (x86) Console Application" 0x0103CFG=2조 프로젝트 내꺼 - Win32 Debug!MESSAGE This is not a valid ... 프로젝트 내꺼.mak" CFG="2조 프로젝트 내꺼 - Win32 Debug"!MESSAGE!MESSAGE Possible choices for configuration are ... 프로젝트 내꺼 - Win32 Debug" (based on "Win32 (x86) Console Application")!MESSAGE# Begin Project# PROP
    Non-Ai HUMAN
    | 리포트 | 1페이지 | 1,500원 | 등록일 2003.11.13
  • 나초스 스레드 코드분석
    kernel을 만든다.main을 실행시키면 명령줄의 각 argument를 받아들이는 작업을 하고, debug클래스의 인스턴스를 활성화시킨다. 그리고 kernel의 Initialize ... 6조 코드분석A. Nachos 함수 분석1. /threads 밑에 있는 ./nachos를 실행시켰을 경우 수행되는 과정 분석main.h에서 "kernel.h"가 불려온다. 여기 ... 는 ThreadedKernel클래스가 정의되어 있다. thread에서는 이 클래스가 kernel의 type으로 쓰인다. global 변수로 ThreadedKernel의 인스턴스인
    Non-Ai HUMAN
    | 리포트 | 5페이지 | 1,500원 | 등록일 2004.09.17
  • [프로그래밍언어] api 내가 만든 그림판
    --Configuration: picture - Win32 Debug--------------------Command LinesCreating command line "rc.exe ... /l 0x412 /fo"Debug/Script1.res" /d "_DEBUG" "C:\Documents and Settings\u\바탕 화면\picture1\Script1.rc ... /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Debug/picture.pch" /YX /Fo"Debug
    Non-Ai HUMAN
    | 리포트 | 20페이지 | 1,000원 | 등록일 2003.12.16
해캠 AI 챗봇과 대화하기
챗봇으로 간편하게 상담해보세요.
2026년 03월 17일 화요일
AI 챗봇
안녕하세요. 해피캠퍼스 AI 챗봇입니다. 무엇이 궁금하신가요?
6:46 오후
문서 초안을 생성해주는 EasyAI
안녕하세요 해피캠퍼스의 20년의 운영 노하우를 이용하여 당신만의 초안을 만들어주는 EasyAI 입니다.
저는 아래와 같이 작업을 도와드립니다.
- 주제만 입력하면 AI가 방대한 정보를 재가공하여, 최적의 목차와 내용을 자동으로 만들어 드립니다.
- 장문의 콘텐츠를 쉽고 빠르게 작성해 드립니다.
- 스토어에서 무료 이용권를 계정별로 1회 발급 받을 수 있습니다. 지금 바로 체험해 보세요!
이런 주제들을 입력해 보세요.
- 유아에게 적합한 문학작품의 기준과 특성
- 한국인의 가치관 중에서 정신적 가치관을 이루는 것들을 문화적 문법으로 정리하고, 현대한국사회에서 일어나는 사건과 사고를 비교하여 자신의 의견으로 기술하세요
- 작별인사 독후감