Changeset c0699467 in mainline for kernel/arch/ia32/src
- Timestamp:
- 2011-08-09T18:08:23Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b538ca5c
- Parents:
- 3666d386
- Location:
- kernel/arch/ia32/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/drivers/vesa.c
r3666d386 rc0699467 38 38 39 39 #include <genarch/fb/fb.h> 40 #include <genarch/fb/visuals.h>41 40 #include <arch/drivers/vesa.h> 42 41 #include <console/chardev.h> -
kernel/arch/ia32/src/smp/smp.c
r3666d386 rc0699467 42 42 #include <config.h> 43 43 #include <synch/waitq.h> 44 #include <synch/synch.h>45 44 #include <arch/pm.h> 46 45 #include <func.h> -
kernel/arch/ia32/src/userspace.c
r3666d386 rc0699467 37 37 #include <typedefs.h> 38 38 #include <arch.h> 39 #include < proc/uarg.h>39 #include <abi/proc/uarg.h> 40 40 #include <mm/as.h> 41 42 41 43 42 /** Enter userspace
Note:
See TracChangeset
for help on using the changeset viewer.