root/Whitix/branches/hybrid

Revision Log Mode:


Legend:

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