#include "src/common/shared.hpp"
#include "src/memory/memset.hpp"
#include "src/memory/align.hpp"
#include "src/memory/heap.hpp"
#include "src/thread/process.hpp"
#include "src/thread/scheduler.hpp"
#include "src/module/api1.hpp"
#include "src/arch/x86/gdt.hpp"
#include "src/arch/x86/msr.hpp"
#include "src/arch/x86/interr.hpp"
#include "src/arch/x86/except_c.hpp"
#include "src/arch/x86/sysenter.hpp"
Idź do kodu źródłowego tego pliku.
Przestrzenie nazw | |
namespace | Arch |
namespace | Arch::x86 |
namespace | Arch::x86::Sysenter |
Funkcje | |
void | Arch::x86::Sysenter::sysentry () |
void | Arch::x86::Sysenter::init () |
proste operacje na sieci porozumiewa sie z pci32 by znalezc karte sieciowa 3c556 | |
int | Arch::x86::Sysenter::SysEnter (class Arch::x86::Interr::except2_t *code) |
Zmienne | |
const uint32 | Arch::x86::Sysenter::SYSENTTEMPBUF = 0x200 |
char | Arch::x86::Sysenter::SysenterTempBuf [SYSENTTEMPBUF] |