/
dzavalishin
/
newos
ОбзорДокументацияВойти
/
dzavalishin
/
newos
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
newos/
kernel/vm/
..
makefile

pretty big refactor of the build system to solve a old standing problem that didn't allow different CFLAGS in any given target directory. As a result, the make files are now source file based, not object file based, (ie, MYSRC := foo.c bar.c, instead of foo.o bar.o). This means I had to touch more or less every make file in the system.

19 лет назад
vm.c

some vm to accomodate needing to have a region search spot be different from the larger address space, specifically the 64bit kernel address space.

18 лет назад
vm_cache.c

convert a few more vm linked lists over to the generic list implementation

22 года назад
vm_daemons.c

did some work on the page scanner daemon.

23 года назад
vm_page.c

some vm to accomodate needing to have a region search spot be different from the larger address space, specifically the 64bit kernel address space.

18 лет назад
vm_store_anonymous_noswap.c

added a bunch of lameo vm internal runtime checks (check magic values on structures)

24 года назад
vm_store_device.c

convert a few more vm linked lists over to the generic list implementation

22 года назад
vm_store_null.c

added a bunch of lameo vm internal runtime checks (check magic values on structures)

24 года назад
vm_store_vnode.c

Pretty major change where all 'addr's went to addr_t. I dont know what I was thinking when I made the addr typedef.

23 года назад
vm_tests.c

a few vfs level changes:

23 года назад