index
:
miguel/fool-os.git
master
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
vmem.c
Age
Commit message (
Expand
)
Author
2018-09-01
working on new syscalls
Miguel
2018-08-23
never ending struggle with forking
Miguel
2018-08-22
cleanup logging
Miguel
2018-08-22
removed module name definitions
Miguel
2018-08-22
improving logging
Miguel
2018-08-22
tss works finally (for one usertask!)
Miguel
2018-08-19
cleaning up asm stuff and improving docs
Miguel
2018-08-19
get vesa working in vmem.
Miguel
2015-05-16
finally working ring 3
Michal Idziorek
2015-05-15
using ramimage position and correct kernel pages count
Michal Idziorek
2015-05-15
fixes and imporvements
Michal Idziorek
2015-05-14
little improvements and setting py file for completer
Michal Idziorek
2015-05-14
some clenup and recover after git-crash!
Michal Idziorek
2014-12-09
passing vesa physbase to vmem and some cleanup
Michal Idziorek
2014-12-08
fixed vesa fb mode!
Michal Idziorek
2014-12-04
struggling with gcc -O , and other stuff
Michal Idziorek
2014-12-04
own virtual address space for stack
Michal Idziorek
2014-12-04
vmem_free_dir works after idiotic struggle :P
Michal Idziorek
2014-12-04
mainly improve logging
Michal Idziorek
2014-12-04
finally hacked env and argv!
Michal Idziorek
2014-12-03
increased logger grnaularity and working on memory management
Michal Idziorek
2014-12-01
very buggy fork, execve and exit
Michal Idziorek
2014-12-01
finally implemented fork() syscall
Michal Idziorek
2014-12-01
fuck reentrant clib, we are linking static anyway
Michal Idziorek
2014-12-01
Paging between 2 'tasks' loaded from ELF files.
Michal Idziorek
2014-11-28
struggling with paging ...
Michal Idziorek
2014-11-27
Progs at vmem=0x8048000 and Improved Console Ouput
Michal Idziorek
2014-11-26
changes, improvements and cleanup
Michal Idziorek
2014-11-22
working on ELF support
Michal Idziorek
2014-11-17
identity paging re-enabled
Michal Idziorek
2014-11-13
fixing implicit functions!
Michal Idziorek
2014-09-03
Improved Multiprocessing / Multitasking code
Michal Idziorek
2014-09-02
Finally Fix paging bug! Hooray!
Michal Idziorek
2014-09-02
Debugging paging problem on VirtualBox (VT-x)
Michal Idziorek
2014-09-01
Added kernel_entry for APs
Michal Idziorek
2014-08-29
added paging support
Michal Idziorek
2014-08-27
cleanup and switched logging to vesa mode console!
Michal Idziorek
2014-08-20
added x86.h and removed some test-bugs.
Michal Idziorek
2014-08-19
virtual memory manager contiuned
Michal Idziorek
2014-08-19
minor cosmetic changes & new screenshot
Michal Idziorek
2014-08-19
minimal text changes
Michal Idziorek
2014-08-09
working on virtual memory manager
Michal Idziorek