root / Whitix / branches / hybrid

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @555 [555] 2 months mwhitworth Add exports.h
(edit) @554 [554] 2 months mwhitworth Move sdevice to filesystem code.
(edit) @553 [553] 2 months mwhitworth Move sdevice.c to filesystem code.
(edit) @552 [552] 2 months mwhitworth Delete load.c
(edit) @551 [551] 2 months mwhitworth Add to moduleadd error code.
(edit) @550 [550] 2 months mwhitworth Add to file.
(edit) @549 [549] 2 months mwhitworth Add earlyconsole driver.
(edit) @548 [548] 2 months mwhitworth Add list of boot modules.
(edit) @547 [547] 2 months mwhitworth Update main makefile to reflect new modular kernel.
(edit) @546 [546] 2 months mwhitworth Add some SYMBOL_EXPORT functions.
(edit) @545 [545] 2 months mwhitworth Add some SYMBOL_EXPORT functions.
(edit) @544 [544] 2 months mwhitworth Add .bss.page_aligned section for later.
(edit) @543 [543] 2 months mwhitworth Update APIs.
(edit) @542 [542] 2 months mwhitworth Convert APIs.
(edit) @541 [541] 2 months mwhitworth Update build process.
(edit) @540 [540] 2 months mwhitworth Update APIs.
(edit) @539 [539] 2 months mwhitworth Add virtual memory functions as a separate module.
(edit) @538 [538] 2 months mwhitworth Create startup module.
(edit) @537 [537] 2 months mwhitworth Simplify timer code.
(edit) @536 [536] 2 months mwhitworth Update kernel panic code.
(edit) @535 [535] 2 months mwhitworth Update SysShutdown code.
(edit) @534 [534] 2 months mwhitworth Add functions for resolving functions from modules.
(edit) @533 [533] 2 months mwhitworth Update build process.
(edit) @532 [532] 2 months mwhitworth Add KePrint, which redirects output to early console or console (if …
(edit) @531 [531] 2 months mwhitworth Remove big system call list, add export code.
(edit) @530 [530] 2 months mwhitworth Add SymbolPrint header.
(edit) @529 [529] 2 months mwhitworth Shorten file, add structure.
(edit) @528 [528] 2 months mwhitworth Add structures, add inline DeviceGetOps.
(edit) @527 [527] 2 months mwhitworth Reorganise file.
(edit) @526 [526] 2 months mwhitworth Update build process.
(edit) @525 [525] 2 months mwhitworth Update build process.
(edit) @524 [524] 2 months mwhitworth Add DevMountRoot code to devfs (temporarily). Update for new APIs.
(edit) @523 [523] 2 months mwhitworth Convert code to use new APIs.
(edit) @522 [522] 2 months mwhitworth Build as module.
(edit) @521 [521] 2 months mwhitworth Update build process.
(edit) @520 [520] 2 months mwhitworth Convert code to use new APIs.
(edit) @519 [519] 2 months mwhitworth Add temporary export for biosDriveNo etc. Needed?
(edit) @518 [518] 2 months mwhitworth Convert code to use new APIs, use function pointers, fix VirtToPhys.
(edit) @517 [517] 2 months mwhitworth Convert code to use new APIs.
(edit) @516 [516] 2 months mwhitworth Add support for loading modules in at boot time.
(edit) @515 [515] 2 months mwhitworth Add call to SymbolsCopy in startup.
(edit) @514 [514] 2 months mwhitworth Minor formatting fix.
(edit) @513 [513] 2 months mwhitworth Convert code to use new APIs, rejig init code.
(edit) @512 [512] 2 months mwhitworth Add attributes to assembly functions, for module crash code.
(edit) @511 [511] 2 months mwhitworth Convert SMP to use new APIs.
(edit) @510 [510] 2 months mwhitworth Comment out VirtCheckArea for now.
(edit) @509 [509] 2 months mwhitworth Convert file to use new APIs and function pointers.
(edit) @503 [503] 2 months mwhitworth Build the network subsystem as a module.
(edit) @502 [502] 2 months mwhitworth Add header.
(edit) @501 [501] 2 months mwhitworth Add to comments.
(edit) @500 [500] 2 months mwhitworth Add some symbol exports.
(edit) @499 [499] 2 months mwhitworth Add symbol exports.
(edit) @498 [498] 2 months mwhitworth Add -fno-common to .
(edit) @497 [497] 2 months mwhitworth Fix Ps2TryRead call.
(edit) @496 [496] 2 months mwhitworth Fix function prototypes.
(edit) @495 [495] 2 months mwhitworth Export symbols in slab.
(edit) @494 [494] 2 months mwhitworth Fix page allocation in mmap.c.
(edit) @493 [493] 2 months mwhitworth Panic if console memory cannot be allocated.
(edit) @492 [492] 2 months mwhitworth Add header.
(edit) @491 [491] 2 months mwhitworth Various ThrProcessExit fixes, fix warnings from compiler.
(edit) @490 [490] 2 months mwhitworth Various cleanups, add comments.
(edit) @489 [489] 2 months mwhitworth Cleanup, add KernelPanic calls.
(edit) @488 [488] 2 months mwhitworth Fix bug with multiple threads launching processes, cleanup some functions.
(edit) @487 [487] 2 months mwhitworth Add to and tidy up various header files.
(edit) @486 [486] 2 months mwhitworth Add to makefile, build ne2k as a module.
(edit) @485 [485] 2 months mwhitworth Add to makefile, build pci as a module.
(edit) @484 [484] 2 months mwhitworth Add lots of SYMBOL_EXPORTs.
(edit) @483 [483] 2 months mwhitworth Finish module code, add support for module symbolic crashes, fix …
(edit) @481 [481] 2 months mwhitworth Fix module relocation code.
(edit) @480 [480] 2 months mwhitworth Don't copy BSS sections in modules.
(edit) @479 [479] 2 months mwhitworth Small formatting fix.
(edit) @478 [478] 2 months mwhitworth Update makefile.
(edit) @477 [477] 2 months mwhitworth Remove NetworkInit for now.
(edit) @476 [476] 2 months mwhitworth Export current as a symbol.
(edit) @475 [475] 2 months mwhitworth Add print.c in kernel, for future ringbuffer.
(edit) @474 [474] 2 months mwhitworth Add support for symbols in crashes.
(edit) @473 [473] 2 months mwhitworth Add header.
(edit) @472 [472] 2 months mwhitworth Export symbol for SysRegisterCall.
(edit) @467 [467] 3 months mwhitworth Add support for registering syscalls, esp. if some of the syscalls are in …
(edit) @466 [466] 3 months mwhitworth Move a lot of console-specific stuff from the keyboard file.
(edit) @465 [465] 3 months mwhitworth Export some slab functions.
(edit) @464 [464] 3 months mwhitworth Document IrqAdd.
(edit) @463 [463] 3 months mwhitworth Define CoreInit, FsInit, ..., to correspond to ModuleInit if a module.
(edit) @462 [462] 3 months mwhitworth Removing Boot.modules code for now. Doesn't make sense at the moment.
(edit) @459 [459] 3 months mwhitworth Comment PCI and ne2k-pci module load for now.
(edit)