代码搜索结果
找到约 10,000 项符合
Monitor 的代码
cache.h
/* cache.h:
* General notice:
* This code is part of a boot-monitor package developed as a generic base
* platform for embedded system designs. As such, it is likely to be
* distributed to va
inc_check.h
/* inc_check.h:
*
* This is an include file used to verify that all of the monitor macros
* are defined. There is also some attempt to verify that macro conflicts
* do not exist (for example
mprintf.c
/* mprintf.c:
* A small, but useful printf.
*
* Public functions:
* snprintf(), sprintf(), printf(), cprintf()
*
* General notice:
* This code is part of a boot-monitor package developed
etherdev_template.c
/* template_etherdev.c:
* This is a "starter" file for the ethernet driver interface used by
* the monitor. The functions are described, but empty.
* At a minimum, code must be added in all pla
main.c
#include // SFR definition header file
#include // prototype declarations for I/O functions
#ifdef MONITOR51
abstract.txt
How to load the Monitor into the Systronix uCAN2:
=================================================
The 礐AN2 has an integrated loader, that is able to load
the MON390 to RAM. To perform this lo
abstract.txt
How to load the Monitor into the Systronix uCAN2:
=================================================
The 礐AN2 has an integrated loader, that is able to load
the MON390 to RAM. To perform this lo
main.c
#include // SFR definition header file
#include // prototype declarations for I/O functions
#ifdef MONITOR51
1.out
Welcome to the miniSQL monitor. Type \h for help.
mSQL > -> -> -> -> -> -> -> ->
Query buffer
------------
create table staff (
first_name char(10),
last_name
xmon.c
/*
* Routines providing a simple monitor for use on the PowerMac.
*
* Copyright (C) 1996-2005 Paul Mackerras.
*
* This program is free software; you can redistribute it and/or
* modify