This website requires JavaScript.
Explore
CodingWorkshop
CodingWorkshop Site
Community Issues
Help
Register
Sign In
xt-sys
/
exectos
Watch
3
Star
5
Fork
3
You've already forked exectos
Code
Issues
3
Pull Requests
1
Actions
Projects
1
Releases
Wiki
Activity
exectos
/
xtldr
History
belliash
6c4496f839
All checks were successful
ci/woodpecker/push/build
Pipeline was successful
Details
KERNEL_STACK_SIZE should be expressed in bytes as the name suggests, calculate number of pages where needed
2022-12-21 22:24:16 +01:00
..
amd64
KERNEL_STACK_SIZE should be expressed in bytes as the name suggests, calculate number of pages where needed
2022-12-21 22:24:16 +01:00
i686
KERNEL_STACK_SIZE should be expressed in bytes as the name suggests, calculate number of pages where needed
2022-12-21 22:24:16 +01:00
includes
Fill in kernel initialization block
2022-12-21 20:04:20 +01:00
modules
Serial port should be working all the time, so announce that now booting the kernel
2022-12-21 20:52:53 +01:00
blproto.c
Code formatting
2022-11-16 20:06:52 +01:00
CMakeLists.txt
Implement BlMapVirtualMemory() routine for recursive mapping
2022-12-06 23:32:31 +01:00
console.c
Initialize console without error reporting and allow serial port configuration to be passed via EFI shell
2022-08-13 13:25:29 +02:00
efiutil.c
Move memory related routines to a separate file and implement BlGetMemoryMap() routine
2022-12-05 20:08:18 +01:00
memory.c
Fill in kernel initialization block
2022-12-21 20:04:20 +01:00
string.c
Implement BlGetVolumeDevicePath() and BlpDissectVolumeArcPath()
2022-08-22 20:09:50 +02:00
system.c
Implement BlEfiGetSystemConfigurationTable() and move BlEfiGetSecureBootStatus() to desired place
2022-10-17 15:47:09 +02:00
volume.c
Store ARC name as well as system path
2022-11-07 15:53:50 +01:00
xtldr.c
Fill in kernel initialization block
2022-12-21 20:04:20 +01:00